From 1a503d1a14b3152849e61fa126e518d5cecf37a0 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Wed, 2 Feb 2022 00:50:30 -0500 Subject: [PATCH 01/20] Added Clarity code (#1582) --- pages/templates/material/partials/scripts.tmpl.partial | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/templates/material/partials/scripts.tmpl.partial b/pages/templates/material/partials/scripts.tmpl.partial index 93a210046..3265457f0 100644 --- a/pages/templates/material/partials/scripts.tmpl.partial +++ b/pages/templates/material/partials/scripts.tmpl.partial @@ -2,4 +2,11 @@ - \ No newline at end of file + + From 78862a9204fe76ff759398e0bfc16289959ec4b5 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Wed, 2 Feb 2022 11:25:06 +0530 Subject: [PATCH 02/20] Revert "Added Clarity code (#1582)" (#1583) This reverts commit 1a503d1a14b3152849e61fa126e518d5cecf37a0. --- pages/templates/material/partials/scripts.tmpl.partial | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pages/templates/material/partials/scripts.tmpl.partial b/pages/templates/material/partials/scripts.tmpl.partial index 3265457f0..93a210046 100644 --- a/pages/templates/material/partials/scripts.tmpl.partial +++ b/pages/templates/material/partials/scripts.tmpl.partial @@ -2,11 +2,4 @@ - - + \ No newline at end of file From 1a70efb70da4d76eb8e4292a92250a757bc138ff Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Fri, 11 Nov 2022 12:50:40 +0200 Subject: [PATCH 03/20] Fix broken image in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 611d4237d..81ccd1bd7 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ This library is open-source and community provided library with active community --- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. - + From 2d0805ebebc4108624c2d3eff90a3c1e084c77f2 Mon Sep 17 00:00:00 2001 From: dhiabedoui <49697746+dhiabedoui@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:28:06 +0200 Subject: [PATCH 04/20] Update gettingstartedcontributing.md Adding fix to a potential problem when executing task "building with nugets" or others. --- pages/articles/gettingstartedcontributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/articles/gettingstartedcontributing.md b/pages/articles/gettingstartedcontributing.md index de98b7ac5..64159c5e5 100644 --- a/pages/articles/gettingstartedcontributing.md +++ b/pages/articles/gettingstartedcontributing.md @@ -188,6 +188,7 @@ If you have only updated documentation, so called .md files, there's no need to ![Build succeeded](./../images/contributing/vscodebuildsucceeded.png) If it instead shows error like the one below, it means you still have a PowerShell session open somewhere your machine which has PnP PowerShell loaded and which blocks the build process to update the files. It can be frustrating at times to find the PowerShell session that is blocking the build process. If you're not sure which session is blocking the build process, you can try to close all PowerShell sessions and try again. If that doesn't work, you can try restarting Visual Studio Code. + If it you get the error "Path to shell executable "pwsh.exe" does not exist", open tasks.json file and change executable path "pwsh.exe" to the full path of your "C:\\Program Files\\PowerShell\\7\\pwsh.exe" ![Build failed](./../images/contributing/vscodebuildfailed.png) From 4c5bf63a930a957480d0a35ecf2541af9ad6d4c8 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Fri, 31 Mar 2023 16:24:03 +0300 Subject: [PATCH 05/20] Changed copyright (#2960) Co-authored-by: Gautam Sheth --- src/Commands/PnP.PowerShell.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/PnP.PowerShell.csproj b/src/Commands/PnP.PowerShell.csproj index 1a079b416..25e6e77ba 100644 --- a/src/Commands/PnP.PowerShell.csproj +++ b/src/Commands/PnP.PowerShell.csproj @@ -14,7 +14,7 @@ true true PnP.PowerShell - PnP 2022 + PnP 2023 Debug;Release From ab08dad633200b892caeacb2f652f46743b9b373 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Fri, 31 Mar 2023 16:56:37 +0300 Subject: [PATCH 06/20] Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 2c5468405..7ec1d6db4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.56 \ No newline at end of file +2.1.0 From 19cde90744e95d57752a76209451dfe157c6fe83 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Fri, 31 Mar 2023 16:57:24 +0300 Subject: [PATCH 07/20] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f191ddfb8..f94dfa735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Current Nightly] +## [2.1.0] + ### Added - Added support for `.NET 6.0` since `.NET Core 3.1` support is getting deprecated. We have **removed** support for .NET Core 3.1, so users will have to update from `PowerShell 7.0.x` to `PowerShell 7.2.x or later` [#2292](https://github.com/pnp/powershell/pull/2292) From 13e4b3b07aa54b5f514ef5e6849a46ac1dacab19 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Fri, 31 Mar 2023 16:57:42 +0300 Subject: [PATCH 08/20] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94dfa735..e43c3a623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Current Nightly] +### Added + ## [2.1.0] ### Added From a26e968d232011ad4af5944c8dacda199894f8c4 Mon Sep 17 00:00:00 2001 From: Erwin van Hunen Date: Fri, 31 Mar 2023 16:10:19 +0200 Subject: [PATCH 09/20] fixed version --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 7ec1d6db4..50aea0e7a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 +2.1.0 \ No newline at end of file From 3336d7027fee499d0044966838fe1cdf9ba8605f Mon Sep 17 00:00:00 2001 From: Erwin van Hunen Date: Fri, 31 Mar 2023 17:41:07 +0200 Subject: [PATCH 10/20] Updated version --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 50aea0e7a..7c3272873 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file From 8c7a4138fb9dee14dbb636ac82347151de370259 Mon Sep 17 00:00:00 2001 From: Erwin van Hunen Date: Sat, 1 Apr 2023 02:47:55 +0000 Subject: [PATCH 11/20] Nightly publish to PowerShell Gallery --- pnppowershell_hash.txt | 2 +- .../PnP.PowerShell.Suggestions.nightly.json | 8938 +++++++++-------- version.txt | 2 +- 3 files changed, 4474 insertions(+), 4468 deletions(-) diff --git a/pnppowershell_hash.txt b/pnppowershell_hash.txt index b69af1509..97c788c60 100644 --- a/pnppowershell_hash.txt +++ b/pnppowershell_hash.txt @@ -1 +1 @@ -b237ce45e2986de8c5b762aa3ac24fea3cab3f48 \ No newline at end of file +081a4a4bdee77249944ffba242d4904c82e921ca \ No newline at end of file diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 566f5aa28..27711e8e1 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,8936 +1,8942 @@ [ { - "Command": "Add-PnPAlert -List \"Demo List\"", - "CommandName": "Add-PnPAlert", "Rank": 1, - "Id": 1 + "Id": 1, + "CommandName": "Add-PnPAlert", + "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)", - "CommandName": "Add-PnPAlert", "Rank": 2, - "Id": 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 \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAlert", "Rank": 3, - "Id": 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\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "CommandName": "Add-PnPAlert", "Rank": 4, - "Id": 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-PnPApp -Path ./myapp.sppkg", - "CommandName": "Add-PnPApp", "Rank": 1, - "Id": 5 + "Id": 5, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "CommandName": "Add-PnPApp", "Rank": 2, - "Id": 6 + "Id": 6, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "CommandName": "Add-PnPApp", "Rank": 3, - "Id": 7 + "Id": 7, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "CommandName": "Add-PnPApp", "Rank": 4, - "Id": 8 + "Id": 8, + "CommandName": "Add-PnPApp", + "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`\"}", - "CommandName": "Add-PnPApplicationCustomizer", "Rank": 1, - "Id": 9 + "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-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 1, - "Id": 10 + "Id": 10, + "CommandName": "Add-PnPAvailableSiteClassification", + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 2, - "Id": 11 + "Id": 11, + "CommandName": "Add-PnPAvailableSiteClassification", + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 1, - "Id": 12 + "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\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 2, - "Id": 13 + "Id": 13, + "CommandName": "Add-PnPAzureADGroupMember", + "Command": "Add-PnPAzureADGroupMember -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\"", - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 1, - "Id": 14 + "Id": 14, + "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\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 2, - "Id": 15 + "Id": 15, + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 1, - "Id": 16 + "Id": 16, + "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 \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 2, - "Id": 17 + "Id": 17, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "CommandName": "Add-PnPContentType", "Rank": 1, - "Id": 18 + "Id": 18, + "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 (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "CommandName": "Add-PnPContentType", "Rank": 2, - "Id": 19 + "Id": 19, + "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-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 1, - "Id": 20 + "Id": 20, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 2, - "Id": 21 + "Id": 21, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 1, - "Id": 22 + "Id": 22, + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 2, - "Id": 23 + "Id": 23, + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "CommandName": "Add-PnPContentTypeToList", "Rank": 1, - "Id": 24 + "Id": 24, + "CommandName": "Add-PnPContentTypeToList", + "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`\"}\"", - "CommandName": "Add-PnPCustomAction", "Rank": 1, - "Id": 25 + "Id": 25, + "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-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 1, - "Id": 26 + "Id": 26, + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 2, - "Id": 27 + "Id": 27, + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "CommandName": "Add-PnPDocumentSet", "Rank": 1, - "Id": 28 + "Id": 28, + "CommandName": "Add-PnPDocumentSet", + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "CommandName": "Add-PnPEventReceiver", "Rank": 1, - "Id": 29 + "Id": 29, + "CommandName": "Add-PnPEventReceiver", + "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", - "CommandName": "Add-PnPEventReceiver", "Rank": 2, - "Id": 30 + "Id": 30, + "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 ListAdding -Synchronization Synchronous -Scope Site", - "CommandName": "Add-PnPEventReceiver", "Rank": 3, - "Id": 31 + "Id": 31, + "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 ListDeleted -Synchronization Asynchronous -Scope Web", - "CommandName": "Add-PnPEventReceiver", "Rank": 4, - "Id": 32 + "Id": 32, + "CommandName": "Add-PnPEventReceiver", + "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]\"", - "CommandName": "Add-PnPField", "Rank": 1, - "Id": 33 + "Id": 33, + "CommandName": "Add-PnPField", + "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\"", - "CommandName": "Add-PnPField", "Rank": 2, - "Id": 34 + "Id": 34, + "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 \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "CommandName": "Add-PnPField", "Rank": 3, - "Id": 35 + "Id": 35, + "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\" -Field \"MyTestCol\"", - "CommandName": "Add-PnPField", "Rank": 4, - "Id": 36 + "Id": 36, + "CommandName": "Add-PnPField", + "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\"", - "CommandName": "Add-PnPField", "Rank": 5, - "Id": 37 + "Id": 37, + "CommandName": "Add-PnPField", + "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()\"", - "CommandName": "Add-PnPField", "Rank": 6, - "Id": 38 + "Id": 38, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Add-PnPFieldToContentType", "Rank": 1, - "Id": 39 + "Id": 39, + "CommandName": "Add-PnPFieldToContentType", + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "CommandName": "Add-PnPFile", "Rank": 1, - "Id": 40 + "Id": 40, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "CommandName": "Add-PnPFile", "Rank": 2, - "Id": 41 + "Id": 41, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}", - "CommandName": "Add-PnPFile", "Rank": 3, - "Id": 42 + "Id": 42, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}" }, { - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}", - "CommandName": "Add-PnPFile", "Rank": 4, - "Id": 43 + "Id": 43, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}" }, { - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}", - "CommandName": "Add-PnPFile", "Rank": 5, - "Id": 44 + "Id": 44, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}" }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}", - "CommandName": "Add-PnPFile", "Rank": 6, - "Id": 45 + "Id": 45, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}" }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "CommandName": "Add-PnPFile", "Rank": 7, - "Id": 46 + "Id": 46, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPFile", "Rank": 8, - "Id": 47 + "Id": 47, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 1, - "Id": 48 + "Id": 48, + "CommandName": "Add-PnPFileToSiteTemplate", + "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\"", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 2, - "Id": 49 + "Id": 49, + "CommandName": "Add-PnPFileToSiteTemplate", + "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", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 3, - "Id": 50 + "Id": 50, + "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 $sourceFilePath -Folder $targetFolder -Container $container", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 4, - "Id": 51 + "Id": 51, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 5, - "Id": 52 + "Id": 52, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Add-PnPFolder", "Rank": 1, - "Id": 53 + "Id": 53, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFolder", "Rank": 2, - "Id": 54 + "Id": 54, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "CommandName": "Add-PnPFolder", "Rank": 3, - "Id": 55 + "Id": 55, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Add-PnPGroupMember", "Rank": 1, - "Id": 56 + "Id": 56, + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "CommandName": "Add-PnPGroupMember", "Rank": 2, - "Id": 57 + "Id": 57, + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "CommandName": "Add-PnPHtmlPublishingPageLayout", "Rank": 1, - "Id": 58 + "Id": 58, + "CommandName": "Add-PnPHtmlPublishingPageLayout", + "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\"", - "CommandName": "Add-PnPHubSiteAssociation", "Rank": 1, - "Id": 59 + "Id": 59, + "CommandName": "Add-PnPHubSiteAssociation", + "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", - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 1, - "Id": 60 + "Id": 60, + "CommandName": "Add-PnPHubToHubAssociation", + "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\"", - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 2, - "Id": 61 + "Id": 61, + "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/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": 62 + "Id": 62, + "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-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptBlock", "Rank": 1, - "Id": 63 + "Id": 63, + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "CommandName": "Add-PnPJavaScriptBlock", "Rank": 2, - "Id": 64 + "Id": 64, + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptLink", "Rank": 1, - "Id": 65 + "Id": 65, + "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", - "CommandName": "Add-PnPJavaScriptLink", "Rank": 2, - "Id": 66 + "Id": 66, + "CommandName": "Add-PnPJavaScriptLink", + "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\"", - "CommandName": "Add-PnPListDesign", "Rank": 1, - "Id": 67 + "Id": 67, + "CommandName": "Add-PnPListDesign", + "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\"", - "CommandName": "Add-PnPListDesign", "Rank": 2, - "Id": 68 + "Id": 68, + "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-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 1, - "Id": 69 + "Id": 69, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 2, - "Id": 70 + "Id": 70, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 3, - "Id": 71 + "Id": 71, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem", "Rank": 1, - "Id": 72 + "Id": 72, + "CommandName": "Add-PnPListItem", + "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\"}", - "CommandName": "Add-PnPListItem", "Rank": 2, - "Id": 73 + "Id": 73, + "CommandName": "Add-PnPListItem", + "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\"}", - "CommandName": "Add-PnPListItem", "Rank": 3, - "Id": 74 + "Id": 74, + "CommandName": "Add-PnPListItem", + "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\"", - "CommandName": "Add-PnPListItem", "Rank": 4, - "Id": 75 + "Id": 75, + "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\"} -Label \"Public\"", - "CommandName": "Add-PnPListItem", "Rank": 5, - "Id": 76 + "Id": 76, + "CommandName": "Add-PnPListItem", + "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", - "CommandName": "Add-PnPListItemAttachment", "Rank": 1, - "Id": 77 + "Id": 77, + "CommandName": "Add-PnPListItemAttachment", + "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\" }'", - "CommandName": "Add-PnPListItemAttachment", "Rank": 2, - "Id": 78 + "Id": 78, + "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.mp4\" -Stream $fileStream", - "CommandName": "Add-PnPListItemAttachment", "Rank": 3, - "Id": 79 + "Id": 79, + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "CommandName": "Add-PnPListItemComment", "Rank": 1, - "Id": 80 + "Id": 80, + "CommandName": "Add-PnPListItemComment", + "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\"", - "CommandName": "Add-PnPMasterPage", "Rank": 1, - "Id": 81 + "Id": 81, + "CommandName": "Add-PnPMasterPage", + "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\"", - "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 1, - "Id": 82 + "Id": 82, + "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\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 2, - "Id": 83 + "Id": 83, + "CommandName": "Add-PnPMicrosoft365GroupMember", + "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\"", - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 1, - "Id": 84 + "Id": 84, + "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\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 2, - "Id": 85 + "Id": 85, + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "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\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 1, - "Id": 86 + "Id": 86, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "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\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 2, - "Id": 87 + "Id": 87, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "CommandName": "Add-PnPNavigationNode", "Rank": 1, - "Id": 88 + "Id": 88, + "CommandName": "Add-PnPNavigationNode", + "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", - "CommandName": "Add-PnPNavigationNode", "Rank": 2, - "Id": 89 + "Id": 89, + "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\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "CommandName": "Add-PnPNavigationNode", "Rank": 3, - "Id": 90 + "Id": 90, + "CommandName": "Add-PnPNavigationNode", + "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", - "CommandName": "Add-PnPNavigationNode", "Rank": 4, - "Id": 91 + "Id": 91, + "CommandName": "Add-PnPNavigationNode", + "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/\"", - "CommandName": "Add-PnPNavigationNode", "Rank": 5, - "Id": 92 + "Id": 92, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "CommandName": "Add-PnPNavigationNode", "Rank": 6, - "Id": 93 + "Id": 93, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 1, - "Id": 94 + "Id": 94, + "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\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 2, - "Id": 95 + "Id": 95, + "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\" -CdnType Private", - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 3, - "Id": 96 + "Id": 96, + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "CommandName": "Add-PnPOrgNewsSite", "Rank": 1, - "Id": 97 + "Id": 97, + "CommandName": "Add-PnPOrgNewsSite", + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\"", - "CommandName": "Add-PnPPage", "Rank": 1, - "Id": 98 + "Id": 98, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "CommandName": "Add-PnPPage", "Rank": 2, - "Id": 99 + "Id": 99, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "CommandName": "Add-PnPPage", "Rank": 3, - "Id": 100 + "Id": 100, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "CommandName": "Add-PnPPage", "Rank": 4, - "Id": 101 + "Id": 101, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "CommandName": "Add-PnPPage", "Rank": 5, - "Id": 102 + "Id": 102, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "CommandName": "Add-PnPPage", "Rank": 6, - "Id": 103 + "Id": 103, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Add-PnPPage", "Rank": 7, - "Id": 104 + "Id": 104, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "CommandName": "Add-PnPPage", "Rank": 8, - "Id": 105 + "Id": 105, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Add-PnPPage", "Rank": 9, - "Id": 106 + "Id": 106, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Add-PnPPage", "Rank": 10, - "Id": 107 + "Id": 107, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "CommandName": "Add-PnPPageImageWebPart", "Rank": 1, - "Id": 108 + "Id": 108, + "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\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "CommandName": "Add-PnPPageImageWebPart", "Rank": 2, - "Id": 109 + "Id": 109, + "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-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "CommandName": "Add-PnPPageSection", "Rank": 1, - "Id": 110 + "Id": 110, + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "CommandName": "Add-PnPPageSection", "Rank": 2, - "Id": 111 + "Id": 111, + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "CommandName": "Add-PnPPageTextPart", "Rank": 1, - "Id": 112 + "Id": 112, + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Add-PnPPageTextPart", "Rank": 2, - "Id": 113 + "Id": 113, + "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\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "CommandName": "Add-PnPPageTextPart", "Rank": 3, - "Id": 114 + "Id": 114, + "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-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "CommandName": "Add-PnPPageWebPart", "Rank": 1, - "Id": 115 + "Id": 115, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "CommandName": "Add-PnPPageWebPart", "Rank": 2, - "Id": 116 + "Id": 116, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "CommandName": "Add-PnPPageWebPart", "Rank": 3, - "Id": 117 + "Id": 117, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket", "Rank": 1, - "Id": 118 + "Id": 118, + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket", "Rank": 2, - "Id": 119 + "Id": 119, + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Command": "Add-PnPPlannerRoster", - "CommandName": "Add-PnPPlannerRoster", "Rank": 1, - "Id": 120 + "Id": 120, + "CommandName": "Add-PnPPlannerRoster", + "Command": "Add-PnPPlannerRoster" }, { - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPPlannerRosterMember", "Rank": 1, - "Id": 121 + "Id": 121, + "CommandName": "Add-PnPPlannerRosterMember", + "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\"", - "CommandName": "Add-PnPPlannerTask", "Rank": 1, - "Id": 122 + "Id": 122, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"", - "CommandName": "Add-PnPPlannerTask", "Rank": 2, - "Id": 123 + "Id": 123, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "CommandName": "Add-PnPPlannerTask", "Rank": 3, - "Id": 124 + "Id": 124, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Add-PnPPublishingImageRendition", "Rank": 1, - "Id": 125 + "Id": 125, + "CommandName": "Add-PnPPublishingImageRendition", + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "CommandName": "Add-PnPPublishingPage", "Rank": 1, - "Id": 126 + "Id": 126, + "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' -Folder '/Pages/folder'", - "CommandName": "Add-PnPPublishingPage", "Rank": 2, - "Id": 127 + "Id": 127, + "CommandName": "Add-PnPPublishingPage", + "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", - "CommandName": "Add-PnPPublishingPageLayout", "Rank": 1, - "Id": 128 + "Id": 128, + "CommandName": "Add-PnPPublishingPageLayout", + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "CommandName": "Add-PnPRoleDefinition", "Rank": 1, - "Id": 129 + "Id": 129, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "CommandName": "Add-PnPRoleDefinition", "Rank": 2, - "Id": 130 + "Id": 130, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "CommandName": "Add-PnPRoleDefinition", "Rank": 3, - "Id": 131 + "Id": 131, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 1, - "Id": 132 + "Id": 132, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 2, - "Id": 133 + "Id": 133, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 3, - "Id": 134 + "Id": 134, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPSiteCollectionAppCatalog", - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 1, - "Id": 135 + "Id": 135, + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 2, - "Id": 136 + "Id": 136, + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "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", - "CommandName": "Add-PnPSiteDesign", "Rank": 1, - "Id": 137 + "Id": 137, + "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 -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "CommandName": "Add-PnPSiteDesign", "Rank": 2, - "Id": 138 + "Id": 138, + "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/my images/logo.png\"", - "CommandName": "Add-PnPSiteDesign", "Rank": 3, - "Id": 139 + "Id": 139, + "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-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 1, - "Id": 140 + "Id": 140, + "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 -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 2, - "Id": 141 + "Id": 141, + "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 -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 3, - "Id": 142 + "Id": 142, + "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-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Add-PnPSiteDesignTask", "Rank": 1, - "Id": 143 + "Id": 143, + "CommandName": "Add-PnPSiteDesignTask", + "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\"", - "CommandName": "Add-PnPSiteDesignTask", "Rank": 2, - "Id": 144 + "Id": 144, + "CommandName": "Add-PnPSiteDesignTask", + "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", - "CommandName": "Add-PnPSiteScript", "Rank": 1, - "Id": 145 + "Id": 145, + "CommandName": "Add-PnPSiteScript", + "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\"", - "CommandName": "Add-PnPSiteScriptPackage", "Rank": 1, - "Id": 146 + "Id": 146, + "CommandName": "Add-PnPSiteScriptPackage", + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "CommandName": "Add-PnPSiteTemplate", "Rank": 1, - "Id": 147 + "Id": 147, + "CommandName": "Add-PnPSiteTemplate", + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "CommandName": "Add-PnPStoredCredential", "Rank": 1, - "Id": 148 + "Id": 148, + "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 -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Add-PnPStoredCredential", "Rank": 2, - "Id": 149 + "Id": 149, + "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)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "CommandName": "Add-PnPStoredCredential", "Rank": 3, - "Id": 150 + "Id": 150, + "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-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "CommandName": "Add-PnPTaxonomyField", "Rank": 1, - "Id": 151 + "Id": 151, + "CommandName": "Add-PnPTaxonomyField", + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "CommandName": "Add-PnPTaxonomyField", "Rank": 2, - "Id": 152 + "Id": 152, + "CommandName": "Add-PnPTaxonomyField", + "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", - "CommandName": "Add-PnPTeamsChannel", "Rank": 1, - "Id": 153 + "Id": 153, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "CommandName": "Add-PnPTeamsChannel", "Rank": 2, - "Id": 154 + "Id": 154, + "CommandName": "Add-PnPTeamsChannel", + "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", - "CommandName": "Add-PnPTeamsChannel", "Rank": 3, - "Id": 155 + "Id": 155, + "CommandName": "Add-PnPTeamsChannel", + "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", - "CommandName": "Add-PnPTeamsChannel", "Rank": 4, - "Id": 156 + "Id": 156, + "CommandName": "Add-PnPTeamsChannel", + "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", - "CommandName": "Add-PnpTeamsChannelUser", "Rank": 1, - "Id": 157 + "Id": 157, + "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 \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "CommandName": "Add-PnpTeamsChannelUser", "Rank": 2, - "Id": 158 + "Id": 158, + "CommandName": "Add-PnpTeamsChannelUser", + "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\"", - "CommandName": "Add-PnPTeamsTab", "Rank": 1, - "Id": 159 + "Id": 159, + "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 PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "CommandName": "Add-PnPTeamsTab", "Rank": 2, - "Id": 160 + "Id": 160, + "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 SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "CommandName": "Add-PnPTeamsTab", "Rank": 3, - "Id": 161 + "Id": 161, + "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 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": 162 + "Id": 162, + "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-PnPTeamsTeam", - "CommandName": "Add-PnPTeamsTeam", "Rank": 1, - "Id": 163 + "Id": 163, + "CommandName": "Add-PnPTeamsTeam", + "Command": "Add-PnPTeamsTeam" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Add-PnPTeamsUser", "Rank": 1, - "Id": 164 + "Id": 164, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Add-PnPTeamsUser", "Rank": 2, - "Id": 165 + "Id": 165, + "CommandName": "Add-PnPTeamsUser", + "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", - "CommandName": "Add-PnPTeamsUser", "Rank": 3, - "Id": 166 + "Id": 166, + "CommandName": "Add-PnPTeamsUser", + "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", - "CommandName": "Add-PnPTeamsUser", "Rank": 4, - "Id": 167 + "Id": 167, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Add-PnPTenantCdnOrigin", "Rank": 1, - "Id": 168 + "Id": 168, + "CommandName": "Add-PnPTenantCdnOrigin", + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequence", "Rank": 1, - "Id": 169 + "Id": 169, + "CommandName": "Add-PnPTenantSequence", + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequenceSite", "Rank": 1, - "Id": 170 + "Id": 170, + "CommandName": "Add-PnPTenantSequenceSite", + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "CommandName": "Add-PnPTenantSequenceSubSite", "Rank": 1, - "Id": 171 + "Id": 171, + "CommandName": "Add-PnPTenantSequenceSubSite", + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "CommandName": "Add-PnPTermToTerm", "Rank": 1, - "Id": 172 + "Id": 172, + "CommandName": "Add-PnPTermToTerm", + "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "CommandName": "Add-PnPView", "Rank": 1, - "Id": 173 + "Id": 173, + "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\" -Paged -RowLimit 100", - "CommandName": "Add-PnPView", "Rank": 2, - "Id": 174 + "Id": 174, + "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\" -Aggregations \"\"", - "CommandName": "Add-PnPView", "Rank": 3, - "Id": 175 + "Id": 175, + "CommandName": "Add-PnPView", + "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\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 1, - "Id": 176 + "Id": 176, + "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 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": 177 + "Id": 177, + "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 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": 178 + "Id": 178, + "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-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Add-PnPWebhookSubscription", "Rank": 1, - "Id": 179 + "Id": 179, + "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 -ExpirationDate \"2017-09-01\"", - "CommandName": "Add-PnPWebhookSubscription", "Rank": 2, - "Id": 180 + "Id": 180, + "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\" -ClientState \"Hello State!\"", - "CommandName": "Add-PnPWebhookSubscription", "Rank": 3, - "Id": 181 + "Id": 181, + "CommandName": "Add-PnPWebhookSubscription", + "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", - "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 1, - "Id": 182 + "Id": 182, + "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\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 2, - "Id": 183 + "Id": 183, + "CommandName": "Add-PnPWebPartToWebPartPage", + "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", - "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 1, - "Id": 184 + "Id": 184, + "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\" -XML $webpart -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 2, - "Id": 185 + "Id": 185, + "CommandName": "Add-PnPWebPartToWikiPage", + "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'", - "CommandName": "Add-PnPWikiPage", "Rank": 1, - "Id": 186 + "Id": 186, + "CommandName": "Add-PnPWikiPage", + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupMember", "Rank": 1, - "Id": 187 + "Id": 187, + "CommandName": "Clear-PnPAzureADGroupMember", + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupOwner", "Rank": 1, - "Id": 188 + "Id": 188, + "CommandName": "Clear-PnPAzureADGroupOwner", + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 1, - "Id": 189 + "Id": 189, + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 2, - "Id": 190 + "Id": 190, + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Clear-PnPListItemAsRecord", "Rank": 1, - "Id": 191 + "Id": 191, + "CommandName": "Clear-PnPListItemAsRecord", + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupMember", "Rank": 1, - "Id": 192 + "Id": 192, + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Rank": 1, - "Id": 193 + "Id": 193, + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 1, - "Id": 194 + "Id": 194, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 2, - "Id": 195 + "Id": 195, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 3, - "Id": 196 + "Id": 196, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Command": "Clear-PnPTenantAppCatalogUrl", - "CommandName": "Clear-PnPTenantAppCatalogUrl", "Rank": 1, - "Id": 197 + "Id": 197, + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 1, - "Id": 198 + "Id": 198, + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 2, - "Id": 199 + "Id": 199, + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"", - "CommandName": "Connect-PnPOnline", "Rank": 1, - "Id": 200 + "Id": 200, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)", - "CommandName": "Connect-PnPOnline", "Rank": 2, - "Id": 201 + "Id": 201, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret", - "CommandName": "Connect-PnPOnline", "Rank": 3, - "Id": 202 + "Id": 202, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin", - "CommandName": "Connect-PnPOnline", "Rank": 4, - "Id": 203 + "Id": 203, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser", - "CommandName": "Connect-PnPOnline", "Rank": 5, - "Id": 204 + "Id": 204, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA", - "CommandName": "Connect-PnPOnline", "Rank": 6, - "Id": 205 + "Id": 205, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'", - "CommandName": "Connect-PnPOnline", "Rank": 7, - "Id": 206 + "Id": 206, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin", - "CommandName": "Connect-PnPOnline", "Rank": 8, - "Id": 207 + "Id": 207, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin" }, { - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive", - "CommandName": "Connect-PnPOnline", "Rank": 9, - "Id": 208 + "Id": 208, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive" }, { - "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential", - "CommandName": "Connect-PnPOnline", "Rank": 10, - "Id": 209 + "Id": 209, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential" }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam", - "CommandName": "Connect-PnPOnline", "Rank": 11, - "Id": 210 + "Id": 210, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam" }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList", - "CommandName": "Connect-PnPOnline", "Rank": 12, - "Id": 211 + "Id": 211, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList" }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token", - "CommandName": "Connect-PnPOnline", "Rank": 13, - "Id": 212 + "Id": 212, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token" }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'", - "CommandName": "Connect-PnPOnline", "Rank": 14, - "Id": 213 + "Id": 213, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'" }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable", - "CommandName": "Connect-PnPOnline", "Rank": 15, - "Id": 214 + "Id": 214, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable" }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 1, - "Id": 215 + "Id": 215, + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 2, - "Id": 216 + "Id": 216, + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml", - "CommandName": "Convert-PnPSiteTemplate", "Rank": 1, - "Id": 217 + "Id": 217, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "CommandName": "Convert-PnPSiteTemplate", "Rank": 2, - "Id": 218 + "Id": 218, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "CommandName": "Convert-PnPSiteTemplate", "Rank": 3, - "Id": 219 + "Id": 219, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 1, - "Id": 220 + "Id": 220, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 2, - "Id": 221 + "Id": 221, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "CommandName": "ConvertTo-PnPPage", "Rank": 1, - "Id": 222 + "Id": 222, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "CommandName": "ConvertTo-PnPPage", "Rank": 2, - "Id": 223 + "Id": 223, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "CommandName": "ConvertTo-PnPPage", "Rank": 3, - "Id": 224 + "Id": 224, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "CommandName": "ConvertTo-PnPPage", "Rank": 4, - "Id": 225 + "Id": 225, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 5, - "Id": 226 + "Id": 226, + "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 -TargetConnection $target", - "CommandName": "ConvertTo-PnPPage", "Rank": 6, - "Id": 227 + "Id": 227, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "CommandName": "ConvertTo-PnPPage", "Rank": 7, - "Id": 228 + "Id": 228, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "CommandName": "ConvertTo-PnPPage", "Rank": 8, - "Id": 229 + "Id": 229, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 9, - "Id": 230 + "Id": 230, + "CommandName": "ConvertTo-PnPPage", + "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", - "CommandName": "ConvertTo-PnPPage", "Rank": 10, - "Id": 231 + "Id": 231, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "CommandName": "ConvertTo-PnPPage", "Rank": 11, - "Id": 232 + "Id": 232, + "CommandName": "ConvertTo-PnPPage", + "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\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 12, - "Id": 233 + "Id": 233, + "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\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 13, - "Id": 234 + "Id": 234, + "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 \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "CommandName": "ConvertTo-PnPPage", "Rank": 14, - "Id": 235 + "Id": 235, + "CommandName": "ConvertTo-PnPPage", + "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", - "CommandName": "Copy-PnPFile", "Rank": 1, - "Id": 236 + "Id": 236, + "CommandName": "Copy-PnPFile", + "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\"", - "CommandName": "Copy-PnPFile", "Rank": 2, - "Id": 237 + "Id": 237, + "CommandName": "Copy-PnPFile", + "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", - "CommandName": "Copy-PnPFile", "Rank": 3, - "Id": 238 + "Id": 238, + "CommandName": "Copy-PnPFile", + "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", - "CommandName": "Copy-PnPFile", "Rank": 4, - "Id": 239 + "Id": 239, + "CommandName": "Copy-PnPFile", + "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\"", - "CommandName": "Copy-PnPFile", "Rank": 5, - "Id": 240 + "Id": 240, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFile", "Rank": 6, - "Id": 241 + "Id": 241, + "CommandName": "Copy-PnPFile", + "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\"", - "CommandName": "Copy-PnPFile", "Rank": 7, - "Id": 242 + "Id": 242, + "CommandName": "Copy-PnPFile", + "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", - "CommandName": "Copy-PnPFile", "Rank": 8, - "Id": 243 + "Id": 243, + "CommandName": "Copy-PnPFile", + "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", - "CommandName": "Copy-PnPFile", "Rank": 9, - "Id": 244 + "Id": 244, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFile", "Rank": 10, - "Id": 245 + "Id": 245, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder", "Rank": 1, - "Id": 246 + "Id": 246, + "CommandName": "Copy-PnPFolder", + "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\"", - "CommandName": "Copy-PnPFolder", "Rank": 2, - "Id": 247 + "Id": 247, + "CommandName": "Copy-PnPFolder", + "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", - "CommandName": "Copy-PnPFolder", "Rank": 3, - "Id": 248 + "Id": 248, + "CommandName": "Copy-PnPFolder", + "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", - "CommandName": "Copy-PnPFolder", "Rank": 4, - "Id": 249 + "Id": 249, + "CommandName": "Copy-PnPFolder", + "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\"", - "CommandName": "Copy-PnPFolder", "Rank": 5, - "Id": 250 + "Id": 250, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFolder", "Rank": 6, - "Id": 251 + "Id": 251, + "CommandName": "Copy-PnPFolder", + "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\"", - "CommandName": "Copy-PnPFolder", "Rank": 7, - "Id": 252 + "Id": 252, + "CommandName": "Copy-PnPFolder", + "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", - "CommandName": "Copy-PnPFolder", "Rank": 8, - "Id": 253 + "Id": 253, + "CommandName": "Copy-PnPFolder", + "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", - "CommandName": "Copy-PnPFolder", "Rank": 9, - "Id": 254 + "Id": 254, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFolder", "Rank": 10, - "Id": 255 + "Id": 255, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "CommandName": "Copy-PnPItemProxy", "Rank": 1, - "Id": 256 + "Id": 256, + "CommandName": "Copy-PnPItemProxy", + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "CommandName": "Copy-PnPList", "Rank": 1, - "Id": 257 + "Id": 257, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "CommandName": "Copy-PnPList", "Rank": 2, - "Id": 258 + "Id": 258, + "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 -Title \"My copied list\"", - "CommandName": "Copy-PnPList", "Rank": 3, - "Id": 259 + "Id": 259, + "CommandName": "Copy-PnPList", + "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\\", - "CommandName": "Copy-PnPList", "Rank": 4, - "Id": 260 + "Id": 260, + "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-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 1, - "Id": 261 + "Id": 261, + "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 \"Team 12\" -DisplayName \"Library Assist\"", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 2, - "Id": 262 + "Id": 262, + "CommandName": "Copy-PnPTeamsTeam", + "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", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 3, - "Id": 263 + "Id": 263, + "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 settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 4, - "Id": 264 + "Id": 264, + "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": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Disable-PnPFeature", "Rank": 1, - "Id": 265 + "Id": 265, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Disable-PnPFeature", "Rank": 2, - "Id": 266 + "Id": 266, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Disable-PnPFeature", "Rank": 3, - "Id": 267 + "Id": 267, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Command": "Disable-PnPPageScheduling", - "CommandName": "Disable-PnPPageScheduling", "Rank": 1, - "Id": 268 + "Id": 268, + "CommandName": "Disable-PnPPageScheduling", + "Command": "Disable-PnPPageScheduling" }, { - "Command": "Disable-PnPPowerShellTelemetry", - "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 1, - "Id": 269 + "Id": 269, + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry" }, { - "Command": "Disable-PnPPowerShellTelemetry -Force", - "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 2, - "Id": 270 + "Id": 270, + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Command": "Disable-PnPSharingForNonOwnersOfSite", - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Rank": 1, - "Id": 271 + "Id": 271, + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Command": "Disable-PnPSiteClassification", - "CommandName": "Disable-PnPSiteClassification", "Rank": 1, - "Id": 272 + "Id": 272, + "CommandName": "Disable-PnPSiteClassification", + "Command": "Disable-PnPSiteClassification" }, { - "Command": "Disconnect-PnPOnline", - "CommandName": "Disconnect-PnPOnline", "Rank": 1, - "Id": 273 + "Id": 273, + "CommandName": "Disconnect-PnPOnline", + "Command": "Disconnect-PnPOnline" }, { - "Command": "Enable-PnPCommSite", - "CommandName": "Enable-PnPCommSite", "Rank": 1, - "Id": 274 + "Id": 274, + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite" }, { - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "CommandName": "Enable-PnPCommSite", "Rank": 2, - "Id": 275 + "Id": 275, + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Enable-PnPFeature", "Rank": 1, - "Id": 276 + "Id": 276, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Enable-PnPFeature", "Rank": 2, - "Id": 277 + "Id": 277, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Enable-PnPFeature", "Rank": 3, - "Id": 278 + "Id": 278, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Command": "Enable-PnPPageScheduling", - "CommandName": "Enable-PnPPageScheduling", "Rank": 1, - "Id": 279 + "Id": 279, + "CommandName": "Enable-PnPPageScheduling", + "Command": "Enable-PnPPageScheduling" }, { - "Command": "Enable-PnPPowerShellTelemetry", - "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 1, - "Id": 280 + "Id": 280, + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry" }, { - "Command": "Enable-PnPPowerShellTelemetry -Force", - "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 2, - "Id": 281 + "Id": 281, + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "CommandName": "Enable-PnPSiteClassification", "Rank": 1, - "Id": 282 + "Id": 282, + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Enable-PnPSiteClassification", "Rank": 2, - "Id": 283 + "Id": 283, + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "CommandName": "Export-PnPListToSiteTemplate", "Rank": 1, - "Id": 284 + "Id": 284, + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "CommandName": "Export-PnPListToSiteTemplate", "Rank": 2, - "Id": 285 + "Id": 285, + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Command": "Export-PnPPage -Identity Home.aspx", - "CommandName": "Export-PnPPage", "Rank": 1, - "Id": 286 + "Id": 286, + "CommandName": "Export-PnPPage", + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Command": "Export-PnPTaxonomy", - "CommandName": "Export-PnPTaxonomy", "Rank": 1, - "Id": 287 + "Id": 287, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "CommandName": "Export-PnPTaxonomy", "Rank": 2, - "Id": 288 + "Id": 288, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "CommandName": "Export-PnPTaxonomy", "Rank": 3, - "Id": 289 + "Id": 289, + "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 -Lcid 1044", - "CommandName": "Export-PnPTaxonomy", "Rank": 4, - "Id": 290 + "Id": 290, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Command": "Export-PnPTermGroupToXml", - "CommandName": "Export-PnPTermGroupToXml", "Rank": 1, - "Id": 291 + "Id": 291, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml" }, { - "Command": "Export-PnPTermGroupToXml -Out output.xml", - "CommandName": "Export-PnPTermGroupToXml", "Rank": 2, - "Id": 292 + "Id": 292, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "CommandName": "Export-PnPTermGroupToXml", "Rank": 3, - "Id": 293 + "Id": 293, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Export-PnPUserInfo", "Rank": 1, - "Id": 294 + "Id": 294, + "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\" | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserInfo", "Rank": 2, - "Id": 295 + "Id": 295, + "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-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Export-PnPUserProfile", "Rank": 1, - "Id": 296 + "Id": 296, + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserProfile", "Rank": 2, - "Id": 297 + "Id": 297, + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Command": "Find-PnPFile -Match *.master", - "CommandName": "Find-PnPFile", "Rank": 1, - "Id": 298 + "Id": 298, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Match *.master" }, { - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "CommandName": "Find-PnPFile", "Rank": 2, - "Id": 299 + "Id": 299, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "CommandName": "Find-PnPFile", "Rank": 3, - "Id": 300 + "Id": 300, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Command": "Get-PnPAccessToken", - "CommandName": "Get-PnPAccessToken", "Rank": 1, - "Id": 301 + "Id": 301, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken" }, { - "Command": "Get-PnPAccessToken -Decoded", - "CommandName": "Get-PnPAccessToken", "Rank": 2, - "Id": 302 + "Id": 302, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -Decoded" }, { - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "CommandName": "Get-PnPAccessToken", "Rank": 3, - "Id": 303 + "Id": 303, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "CommandName": "Get-PnPAccessToken", "Rank": 4, - "Id": 304 + "Id": 304, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "CommandName": "Get-PnPAccessToken", "Rank": 5, - "Id": 305 + "Id": 305, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Command": "Get-PnPAlert", - "CommandName": "Get-PnPAlert", "Rank": 1, - "Id": 306 + "Id": 306, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert" }, { - "Command": "Get-PnPAlert -List \"Demo List\"", - "CommandName": "Get-PnPAlert", "Rank": 2, - "Id": 307 + "Id": 307, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPAlert", "Rank": 3, - "Id": 308 + "Id": 308, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "CommandName": "Get-PnPAlert", "Rank": 4, - "Id": 309 + "Id": 309, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Command": "Get-PnPAlert -AllUsers", - "CommandName": "Get-PnPAlert", "Rank": 5, - "Id": 310 + "Id": 310, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -AllUsers" }, { - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "CommandName": "Get-PnPAlert", "Rank": 6, - "Id": 311 + "Id": 311, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Command": "Get-PnPApp", - "CommandName": "Get-PnPApp", "Rank": 1, - "Id": 312 + "Id": 312, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp" }, { - "Command": "Get-PnPApp -Scope Site", - "CommandName": "Get-PnPApp", "Rank": 2, - "Id": 313 + "Id": 313, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Scope Site" }, { - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPApp", "Rank": 3, - "Id": 314 + "Id": 314, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "CommandName": "Get-PnPAppErrors", "Rank": 1, - "Id": 315 + "Id": 315, + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "CommandName": "Get-PnPAppErrors", "Rank": 2, - "Id": 316 + "Id": 316, + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "CommandName": "Get-PnPAppInfo", "Rank": 1, - "Id": 317 + "Id": 317, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPAppInfo", "Rank": 2, - "Id": 318 + "Id": 318, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "CommandName": "Get-PnPAppInfo", "Rank": 3, - "Id": 319 + "Id": 319, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Command": "Get-PnPApplicationCustomizer", - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 1, - "Id": 320 + "Id": 320, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer" }, { - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 2, - "Id": 321 + "Id": 321, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 3, - "Id": 322 + "Id": 322, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Command": "Get-PnPAuditing", - "CommandName": "Get-PnPAuditing", "Rank": 1, - "Id": 323 + "Id": 323, + "CommandName": "Get-PnPAuditing", + "Command": "Get-PnPAuditing" }, { - "Command": "Get-PnPAuthenticationRealm", - "CommandName": "Get-PnPAuthenticationRealm", "Rank": 1, - "Id": 324 + "Id": 324, + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm" }, { - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "CommandName": "Get-PnPAuthenticationRealm", "Rank": 2, - "Id": 325 + "Id": 325, + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Command": "Get-PnPAvailableLanguage", - "CommandName": "Get-PnPAvailableLanguage", "Rank": 1, - "Id": 326 + "Id": 326, + "CommandName": "Get-PnPAvailableLanguage", + "Command": "Get-PnPAvailableLanguage" }, { - "Command": "Get-PnPAvailableSensitivityLabel", - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 1, - "Id": 327 + "Id": 327, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 2, - "Id": 328 + "Id": 328, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 3, - "Id": 329 + "Id": 329, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Command": "Get-PnPAvailableSiteClassification", - "CommandName": "Get-PnPAvailableSiteClassification", "Rank": 1, - "Id": 330 + "Id": 330, + "CommandName": "Get-PnPAvailableSiteClassification", + "Command": "Get-PnPAvailableSiteClassification" }, { - "Command": "Get-PnPAzureACSPrincipal", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 1, - "Id": 331 + "Id": 331, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal" }, { - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 2, - "Id": 332 + "Id": 332, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 3, - "Id": 333 + "Id": 333, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 4, - "Id": 334 + "Id": 334, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 1, - "Id": 335 + "Id": 335, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Command": "Get-PnPAzureADActivityReportSignIn", - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 1, - "Id": 336 + "Id": 336, + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Command": "Get-PnPAzureADApp", - "CommandName": "Get-PnPAzureADApp", "Rank": 1, - "Id": 337 + "Id": 337, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp" }, { - "Command": "Get-PnPAzureADApp -Identity MyApp", - "CommandName": "Get-PnPAzureADApp", "Rank": 2, - "Id": 338 + "Id": 338, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADApp", "Rank": 3, - "Id": 339 + "Id": 339, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADApp", "Rank": 4, - "Id": 340 + "Id": 340, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPAzureADAppPermission", - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 1, - "Id": 341 + "Id": 341, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission" }, { - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 2, - "Id": 342 + "Id": 342, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 3, - "Id": 343 + "Id": 343, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Get-PnPAzureADAppSitePermission", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 1, - "Id": 344 + "Id": 344, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission" }, { - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 2, - "Id": 345 + "Id": 345, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 3, - "Id": 346 + "Id": 346, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 4, - "Id": 347 + "Id": 347, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 5, - "Id": 348 + "Id": 348, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Command": "Get-PnPAzureADGroup", - "CommandName": "Get-PnPAzureADGroup", "Rank": 1, - "Id": 349 + "Id": 349, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupId", - "CommandName": "Get-PnPAzureADGroup", "Rank": 2, - "Id": 350 + "Id": 350, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "CommandName": "Get-PnPAzureADGroup", "Rank": 3, - "Id": 351 + "Id": 351, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPAzureADGroup", "Rank": 4, - "Id": 352 + "Id": 352, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Command": "Get-PnPAzureADGroup -Identity $group", - "CommandName": "Get-PnPAzureADGroup", "Rank": 5, - "Id": 353 + "Id": 353, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 1, - "Id": 354 + "Id": 354, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroupMember -Identity $group", - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 2, - "Id": 355 + "Id": 355, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 1, - "Id": 356 + "Id": 356, + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 2, - "Id": 357 + "Id": 357, + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Command": "Get-PnPAzureADServicePrincipal", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 1, - "Id": 358 + "Id": 358, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal" }, { - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 2, - "Id": 359 + "Id": 359, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 3, - "Id": 360 + "Id": 360, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 4, - "Id": 361 + "Id": 361, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 5, - "Id": 362 + "Id": 362, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, - "Id": 363 + "Id": 363, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, - "Id": 364 + "Id": 364, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 1, - "Id": 365 + "Id": 365, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 2, - "Id": 366 + "Id": 366, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Command": "Get-PnPAzureADUser", - "CommandName": "Get-PnPAzureADUser", "Rank": 1, - "Id": 367 + "Id": 367, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser" }, { - "Command": "Get-PnPAzureADUser -EndIndex 50", - "CommandName": "Get-PnPAzureADUser", "Rank": 2, - "Id": 368 + "Id": 368, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPAzureADUser", "Rank": 3, - "Id": 369 + "Id": 369, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "CommandName": "Get-PnPAzureADUser", "Rank": 4, - "Id": 370 + "Id": 370, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "CommandName": "Get-PnPAzureADUser", "Rank": 5, - "Id": 371 + "Id": 371, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "CommandName": "Get-PnPAzureADUser", "Rank": 6, - "Id": 372 + "Id": 372, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "CommandName": "Get-PnPAzureADUser", "Rank": 7, - "Id": 373 + "Id": 373, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Command": "Get-PnPAzureADUser -Delta", - "CommandName": "Get-PnPAzureADUser", "Rank": 8, - "Id": 374 + "Id": 374, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta" }, { - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "CommandName": "Get-PnPAzureADUser", "Rank": 9, - "Id": 375 + "Id": 375, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "CommandName": "Get-PnPAzureADUser", "Rank": 10, - "Id": 376 + "Id": 376, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "CommandName": "Get-PnPAzureCertificate", "Rank": 1, - "Id": 377 + "Id": 377, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Get-PnPAzureCertificate", "Rank": 2, - "Id": 378 + "Id": 378, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "CommandName": "Get-PnPAzureCertificate", "Rank": 3, - "Id": 379 + "Id": 379, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Command": "Get-PnPBrowserIdleSignout", - "CommandName": "Get-PnPBrowserIdleSignout", "Rank": 1, - "Id": 380 + "Id": 380, + "CommandName": "Get-PnPBrowserIdleSignout", + "Command": "Get-PnPBrowserIdleSignout" }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 1, - "Id": 381 + "Id": 381, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 2, - "Id": 382 + "Id": 382, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 1, - "Id": 383 + "Id": 383, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 2, - "Id": 384 + "Id": 384, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 3, - "Id": 385 + "Id": 385, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 4, - "Id": 386 + "Id": 386, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 5, - "Id": 387 + "Id": 387, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Command": "Get-PnPChangeLog", - "CommandName": "Get-PnPChangeLog", "Rank": 1, - "Id": 388 + "Id": 388, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog" }, { - "Command": "Get-PnPChangeLog -Nightly", - "CommandName": "Get-PnPChangeLog", "Rank": 2, - "Id": 389 + "Id": 389, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog -Nightly" }, { - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 1, - "Id": 390 + "Id": 390, + "CommandName": "Get-PnPCompatibleHubContentTypes", + "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'", - "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 2, - "Id": 391 + "Id": 391, + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Command": "Get-PnPContentType", - "CommandName": "Get-PnPContentType", "Rank": 1, - "Id": 392 + "Id": 392, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType" }, { - "Command": "Get-PnPContentType -InSiteHierarchy", - "CommandName": "Get-PnPContentType", "Rank": 2, - "Id": 393 + "Id": 393, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Command": "Get-PnPContentType -Identity \"Project Document\"", - "CommandName": "Get-PnPContentType", "Rank": 3, - "Id": 394 + "Id": 394, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Command": "Get-PnPContentType -List \"Documents\"", - "CommandName": "Get-PnPContentType", "Rank": 4, - "Id": 395 + "Id": 395, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "CommandName": "Get-PnPContentTypePublishingStatus", "Rank": 1, - "Id": 396 + "Id": 396, + "CommandName": "Get-PnPContentTypePublishingStatus", + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Command": "Get-PnPCustomAction", - "CommandName": "Get-PnPCustomAction", "Rank": 1, - "Id": 397 + "Id": 397, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction" }, { - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPCustomAction", "Rank": 2, - "Id": 398 + "Id": 398, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Get-PnPCustomAction -Scope web", - "CommandName": "Get-PnPCustomAction", "Rank": 3, - "Id": 399 + "Id": 399, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Scope web" }, { - "Command": "Get-PnPDeletedMicrosoft365Group", - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 1, - "Id": 400 + "Id": 400, + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 2, - "Id": 401 + "Id": 401, + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Get-PnPDeletedTeam", - "CommandName": "Get-PnPDeletedTeam", "Rank": 1, - "Id": 402 + "Id": 402, + "CommandName": "Get-PnPDeletedTeam", + "Command": "Get-PnPDeletedTeam" }, { - "Command": "Get-PnPDiagnostics", - "CommandName": "Get-PnPDiagnostics", "Rank": 1, - "Id": 403 + "Id": 403, + "CommandName": "Get-PnPDiagnostics", + "Command": "Get-PnPDiagnostics" }, { - "Command": "Get-PnPDisableSpacesActivation", - "CommandName": "Get-PnPDisableSpacesActivation", "Rank": 1, - "Id": 404 + "Id": 404, + "CommandName": "Get-PnPDisableSpacesActivation", + "Command": "Get-PnPDisableSpacesActivation" }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 1, - "Id": 405 + "Id": 405, + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 2, - "Id": 406 + "Id": 406, + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Command": "Get-PnPEventReceiver", - "CommandName": "Get-PnPEventReceiver", "Rank": 1, - "Id": 407 + "Id": 407, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver" }, { - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver", "Rank": 2, - "Id": 408 + "Id": 408, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver", "Rank": 3, - "Id": 409 + "Id": 409, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "CommandName": "Get-PnPEventReceiver", "Rank": 4, - "Id": 410 + "Id": 410, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver", "Rank": 5, - "Id": 411 + "Id": 411, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver", "Rank": 6, - "Id": 412 + "Id": 412, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Command": "Get-PnPEventReceiver -Scope Site", - "CommandName": "Get-PnPEventReceiver", "Rank": 7, - "Id": 413 + "Id": 413, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Command": "Get-PnPEventReceiver -Scope Web", - "CommandName": "Get-PnPEventReceiver", "Rank": 8, - "Id": 414 + "Id": 414, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Command": "Get-PnPEventReceiver -Scope All", - "CommandName": "Get-PnPEventReceiver", "Rank": 9, - "Id": 415 + "Id": 415, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope All" }, { - "Command": "Get-PnPException", - "CommandName": "Get-PnPException", "Rank": 1, - "Id": 416 + "Id": 416, + "CommandName": "Get-PnPException", + "Command": "Get-PnPException" }, { - "Command": "Get-PnPException -All", - "CommandName": "Get-PnPException", "Rank": 2, - "Id": 417 + "Id": 417, + "CommandName": "Get-PnPException", + "Command": "Get-PnPException -All" }, { - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "CommandName": "Get-PnPExternalUser", "Rank": 1, - "Id": 418 + "Id": 418, + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "CommandName": "Get-PnPExternalUser", "Rank": 2, - "Id": 419 + "Id": 419, + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Command": "Get-PnPFeature", - "CommandName": "Get-PnPFeature", "Rank": 1, - "Id": 420 + "Id": 420, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature" }, { - "Command": "Get-PnPFeature -Scope Site", - "CommandName": "Get-PnPFeature", "Rank": 2, - "Id": 421 + "Id": 421, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Scope Site" }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPFeature", "Rank": 3, - "Id": 422 + "Id": 422, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "CommandName": "Get-PnPFeature", "Rank": 4, - "Id": 423 + "Id": 423, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Command": "Get-PnPField", - "CommandName": "Get-PnPField", "Rank": 1, - "Id": 424 + "Id": 424, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField" }, { - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Get-PnPField", "Rank": 2, - "Id": 425 + "Id": 425, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Command": "Get-PnPField -Group \"Custom Columns\"", - "CommandName": "Get-PnPField", "Rank": 3, - "Id": 426 + "Id": 426, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile", "Rank": 1, - "Id": 427 + "Id": 427, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "CommandName": "Get-PnPFile", "Rank": 2, - "Id": 428 + "Id": 428, + "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/_catalogs/themes/15/company.spcolor -AsString", - "CommandName": "Get-PnPFile", "Rank": 3, - "Id": 429 + "Id": 429, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "CommandName": "Get-PnPFile", "Rank": 4, - "Id": 430 + "Id": 430, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "CommandName": "Get-PnPFile", "Rank": 5, - "Id": 431 + "Id": 431, + "CommandName": "Get-PnPFile", + "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", - "CommandName": "Get-PnPFile", "Rank": 6, - "Id": 432 + "Id": 432, + "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 \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "CommandName": "Get-PnPFile", "Rank": 7, - "Id": 433 + "Id": 433, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "CommandName": "Get-PnPFileVersion", "Rank": 1, - "Id": 434 + "Id": 434, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"", - "CommandName": "Get-PnPFileVersion", "Rank": 2, - "Id": 435 + "Id": 435, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"" }, { - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlow", "Rank": 1, - "Id": 436 + "Id": 436, + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "CommandName": "Get-PnPFolder", "Rank": 1, - "Id": 437 + "Id": 437, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "CommandName": "Get-PnPFolder", "Rank": 2, - "Id": 438 + "Id": 438, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Command": "Get-PnPFolder -List \"Shared Documents\"", - "CommandName": "Get-PnPFolder", "Rank": 3, - "Id": 439 + "Id": 439, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"", - "CommandName": "Get-PnPFolderItem", "Rank": 1, - "Id": 440 + "Id": 440, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFolderItem", "Rank": 2, - "Id": 441 + "Id": 441, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "CommandName": "Get-PnPFolderItem", "Rank": 3, - "Id": 442 + "Id": 442, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File", - "CommandName": "Get-PnPFolderItem", "Rank": 4, - "Id": 443 + "Id": 443, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "CommandName": "Get-PnPFolderItem", "Rank": 5, - "Id": 444 + "Id": 444, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Command": "Get-PnPFolderStorageMetric", - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 1, - "Id": 445 + "Id": 445, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric" }, { - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 2, - "Id": 446 + "Id": 446, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 3, - "Id": 447 + "Id": 447, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Command": "Get-PnPFooter", - "CommandName": "Get-PnPFooter", "Rank": 1, - "Id": 448 + "Id": 448, + "CommandName": "Get-PnPFooter", + "Command": "Get-PnPFooter" }, { - "Command": "Get-PnPGraphAccessToken", - "CommandName": "Get-PnPGraphAccessToken", "Rank": 1, - "Id": 449 + "Id": 449, + "CommandName": "Get-PnPGraphAccessToken", + "Command": "Get-PnPGraphAccessToken" }, { - "Command": "Get-PnPGraphAccessToken -Decoded", - "CommandName": "Get-PnPGraphAccessToken", "Rank": 2, - "Id": 450 + "Id": 450, + "CommandName": "Get-PnPGraphAccessToken", + "Command": "Get-PnPGraphAccessToken -Decoded" }, { - "Command": "Get-PnPGraphSubscription", - "CommandName": "Get-PnPGraphSubscription", "Rank": 1, - "Id": 451 + "Id": 451, + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription" }, { - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPGraphSubscription", "Rank": 2, - "Id": 452 + "Id": 452, + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Command": "Get-PnPGroup", - "CommandName": "Get-PnPGroup", "Rank": 1, - "Id": 453 + "Id": 453, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup" }, { - "Command": "Get-PnPGroup -Identity 'My Site Users'", - "CommandName": "Get-PnPGroup", "Rank": 2, - "Id": 454 + "Id": 454, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Command": "Get-PnPGroup -AssociatedMemberGroup", - "CommandName": "Get-PnPGroup", "Rank": 3, - "Id": 455 + "Id": 455, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "CommandName": "Get-PnPGroupMember", "Rank": 1, - "Id": 456 + "Id": 456, + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "CommandName": "Get-PnPGroupMember", "Rank": 2, - "Id": 457 + "Id": 457, + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "CommandName": "Get-PnPGroupPermissions", "Rank": 1, - "Id": 458 + "Id": 458, + "CommandName": "Get-PnPGroupPermissions", + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Command": "Get-PnPHideDefaultThemes", - "CommandName": "Get-PnPHideDefaultThemes", "Rank": 1, - "Id": 459 + "Id": 459, + "CommandName": "Get-PnPHideDefaultThemes", + "Command": "Get-PnPHideDefaultThemes" }, { - "Command": "Get-PnPHomePage", + "Rank": 1, + "Id": 460, "CommandName": "Get-PnPHomePage", + "Command": "Get-PnPHomePage" + }, + { "Rank": 1, - "Id": 460 + "Id": 461, + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite" }, { - "Command": "Get-PnPHomeSite", + "Rank": 2, + "Id": 462, "CommandName": "Get-PnPHomeSite", - "Rank": 1, - "Id": 461 + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "Rank": 3, + "Id": 463, "CommandName": "Get-PnPHomeSite", - "Rank": 2, - "Id": 462 + "Command": "Get-PnPHomeSite -Detailed" }, { - "Command": "Get-PnPHubSite", - "CommandName": "Get-PnPHubSite", "Rank": 1, - "Id": 463 + "Id": 464, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite" }, { - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSite", "Rank": 2, - "Id": 464 + "Id": 465, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "CommandName": "Get-PnPHubSite", "Rank": 3, - "Id": 465 + "Id": 466, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Command": "Get-PnPHubSiteChild", - "CommandName": "Get-PnPHubSiteChild", "Rank": 1, - "Id": 466 + "Id": 467, + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild" }, { - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSiteChild", "Rank": 2, - "Id": 467 + "Id": 468, + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Get-PnPInPlaceRecordsManagement", - "CommandName": "Get-PnPInPlaceRecordsManagement", "Rank": 1, - "Id": 468 + "Id": 469, + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "CommandName": "Get-PnPIsSiteAliasAvailable", "Rank": 1, - "Id": 469 + "Id": 470, + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Command": "Get-PnPJavaScriptLink", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 1, - "Id": 470 + "Id": 471, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink" }, { - "Command": "Get-PnPJavaScriptLink -Scope All", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 2, - "Id": 471 + "Id": 472, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Command": "Get-PnPJavaScriptLink -Scope Web", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 3, - "Id": 472 + "Id": 473, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Command": "Get-PnPJavaScriptLink -Scope Site", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 4, - "Id": 473 + "Id": 474, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Command": "Get-PnPJavaScriptLink -Name Test", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 5, - "Id": 474 + "Id": 475, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Command": "Get-PnPKnowledgeHubSite", - "CommandName": "Get-PnPKnowledgeHubSite", "Rank": 1, - "Id": 475 + "Id": 476, + "CommandName": "Get-PnPKnowledgeHubSite", + "Command": "Get-PnPKnowledgeHubSite" }, { - "Command": "Get-PnPLabel", - "CommandName": "Get-PnPLabel", "Rank": 1, - "Id": 476 + "Id": 477, + "CommandName": "Get-PnPLabel", + "Command": "Get-PnPLabel" }, { - "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly", - "CommandName": "Get-PnPLabel", "Rank": 2, - "Id": 477 + "Id": 478, + "CommandName": "Get-PnPLabel", + "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly" }, { - "Command": "Get-PnPList", - "CommandName": "Get-PnPList", "Rank": 1, - "Id": 478 + "Id": 479, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList" }, { - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Get-PnPList", "Rank": 2, - "Id": 479 + "Id": 480, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Get-PnPList -Identity Lists/Announcements", - "CommandName": "Get-PnPList", "Rank": 3, - "Id": 480 + "Id": 481, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "CommandName": "Get-PnPList", "Rank": 4, - "Id": 481 + "Id": 482, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "CommandName": "Get-PnPList", "Rank": 5, - "Id": 482 + "Id": 483, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Command": "Get-PnPListDesign", - "CommandName": "Get-PnPListDesign", "Rank": 1, - "Id": 483 + "Id": 484, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign" }, { - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPListDesign", "Rank": 2, - "Id": 484 + "Id": 485, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPListDesign -Identity ListEvent", - "CommandName": "Get-PnPListDesign", "Rank": 3, - "Id": 485 + "Id": 486, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "CommandName": "Get-PnPListInformationRightsManagement", "Rank": 1, - "Id": 486 + "Id": 487, + "CommandName": "Get-PnPListInformationRightsManagement", + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Command": "Get-PnPListItem -List Tasks", - "CommandName": "Get-PnPListItem", "Rank": 1, - "Id": 487 + "Id": 488, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks" }, { - "Command": "Get-PnPListItem -List Tasks -Id 1", - "CommandName": "Get-PnPListItem", "Rank": 2, - "Id": 488 + "Id": 489, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "CommandName": "Get-PnPListItem", "Rank": 3, - "Id": 489 + "Id": 490, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "CommandName": "Get-PnPListItem", "Rank": 4, - "Id": 490 + "Id": 491, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "CommandName": "Get-PnPListItem", "Rank": 5, - "Id": 491 + "Id": 492, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "CommandName": "Get-PnPListItem", "Rank": 6, - "Id": 492 + "Id": 493, + "CommandName": "Get-PnPListItem", + "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) }", - "CommandName": "Get-PnPListItem", "Rank": 7, - "Id": 493 + "Id": 494, + "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 Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "CommandName": "Get-PnPListItem", "Rank": 8, - "Id": 494 + "Id": 495, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "CommandName": "Get-PnPListItem", "Rank": 9, - "Id": 495 + "Id": 496, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "CommandName": "Get-PnPListItemComment", "Rank": 1, - "Id": 496 + "Id": 497, + "CommandName": "Get-PnPListItemComment", + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "CommandName": "Get-PnPListItemPermission", "Rank": 1, - "Id": 497 + "Id": 498, + "CommandName": "Get-PnPListItemPermission", + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "CommandName": "Get-PnPListPermissions", "Rank": 1, - "Id": 498 + "Id": 499, + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPListPermissions", "Rank": 2, - "Id": 499 + "Id": 500, + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "CommandName": "Get-PnPListRecordDeclaration", "Rank": 1, - "Id": 500 + "Id": 501, + "CommandName": "Get-PnPListRecordDeclaration", + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Command": "Get-PnPMasterPage", - "CommandName": "Get-PnPMasterPage", "Rank": 1, - "Id": 501 + "Id": 502, + "CommandName": "Get-PnPMasterPage", + "Command": "Get-PnPMasterPage" }, { - "Command": "Get-PnPMessageCenterAnnouncement", - "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 1, - "Id": 502 + "Id": 503, + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 2, - "Id": 503 + "Id": 504, + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 1, - "Id": 504 + "Id": 505, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 2, - "Id": 505 + "Id": 506, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Command": "Get-PnPMicrosoft365Group", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 1, - "Id": 506 + "Id": 507, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 2, - "Id": 507 + "Id": 508, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 3, - "Id": 508 + "Id": 509, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 4, - "Id": 509 + "Id": 510, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $group", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 5, - "Id": 510 + "Id": 511, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 6, - "Id": 511 + "Id": 512, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 1, - "Id": 512 + "Id": 513, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 2, - "Id": 513 + "Id": 514, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 3, - "Id": 514 + "Id": 515, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 1, - "Id": 515 + "Id": 516, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 2, - "Id": 516 + "Id": 517, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 3, - "Id": 517 + "Id": 518, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 1, - "Id": 518 + "Id": 519, + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 2, - "Id": 519 + "Id": 520, + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Command": "Get-PnPMicrosoft365GroupSettings", - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 1, - "Id": 520 + "Id": 521, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 2, - "Id": 521 + "Id": 522, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 1, - "Id": 522 + "Id": 523, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 2, - "Id": 523 + "Id": 524, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Command": "Get-PnPMicrosoft365GroupTeam", - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 1, - "Id": 524 + "Id": 525, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 2, - "Id": 525 + "Id": 526, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 3, - "Id": 526 + "Id": 527, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 1, - "Id": 527 + "Id": 528, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 2, - "Id": 528 + "Id": 529, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 3, - "Id": 529 + "Id": 530, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPNavigationNode", - "CommandName": "Get-PnPNavigationNode", "Rank": 1, - "Id": 530 + "Id": 531, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode" }, { - "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "CommandName": "Get-PnPNavigationNode", "Rank": 2, - "Id": 531 + "Id": 532, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "CommandName": "Get-PnPNavigationNode", "Rank": 3, - "Id": 532 + "Id": 533, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Command": "Get-PnPOrgAssetsLibrary", - "CommandName": "Get-PnPOrgAssetsLibrary", "Rank": 1, - "Id": 533 + "Id": 534, + "CommandName": "Get-PnPOrgAssetsLibrary", + "Command": "Get-PnPOrgAssetsLibrary" }, { - "Command": "Get-PnPOrgNewsSite", - "CommandName": "Get-PnPOrgNewsSite", "Rank": 1, - "Id": 534 + "Id": 535, + "CommandName": "Get-PnPOrgNewsSite", + "Command": "Get-PnPOrgNewsSite" }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPage", "Rank": 1, - "Id": 535 + "Id": 536, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Command": "Get-PnPPage \"MyPage\"", - "CommandName": "Get-PnPPage", "Rank": 2, - "Id": 536 + "Id": 537, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"MyPage\"" }, { - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "CommandName": "Get-PnPPage", "Rank": 3, - "Id": 537 + "Id": 538, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPage", "Rank": 4, - "Id": 538 + "Id": 539, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Command": "Get-PnPPageComponent -Page Home", - "CommandName": "Get-PnPPageComponent", "Rank": 1, - "Id": 539 + "Id": 540, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home" }, { - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPPageComponent", "Rank": 2, - "Id": 540 + "Id": 541, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "CommandName": "Get-PnPPageComponent", "Rank": 3, - "Id": 541 + "Id": 542, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerBucket", "Rank": 1, - "Id": 542 + "Id": 543, + "CommandName": "Get-PnPPlannerBucket", + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerConfiguration", - "CommandName": "Get-PnPPlannerConfiguration", "Rank": 1, - "Id": 543 + "Id": 544, + "CommandName": "Get-PnPPlannerConfiguration", + "Command": "Get-PnPPlannerConfiguration" }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "CommandName": "Get-PnPPlannerPlan", "Rank": 1, - "Id": 544 + "Id": 545, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "CommandName": "Get-PnPPlannerPlan", "Rank": 2, - "Id": 545 + "Id": 546, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "CommandName": "Get-PnPPlannerPlan", "Rank": 3, - "Id": 546 + "Id": 547, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Get-PnPPlannerRosterMember", "Rank": 1, - "Id": 547 + "Id": 548, + "CommandName": "Get-PnPPlannerRosterMember", + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 1, - "Id": 548 + "Id": 549, + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 2, - "Id": 549 + "Id": 550, + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerTask", "Rank": 1, - "Id": 550 + "Id": 551, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask", "Rank": 2, - "Id": 551 + "Id": 552, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask", "Rank": 3, - "Id": 552 + "Id": 553, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerUserPolicy", "Rank": 1, - "Id": 553 + "Id": 554, + "CommandName": "Get-PnPPlannerUserPolicy", + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPPowerPlatformEnvironment", - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 1, - "Id": 554 + "Id": 555, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 2, - "Id": 555 + "Id": 556, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 3, - "Id": 556 + "Id": 557, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Command": "Get-PnPPowerShellTelemetryEnabled", - "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Rank": 1, - "Id": 557 + "Id": 558, + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Command": "Get-PnPPropertyBag", - "CommandName": "Get-PnPPropertyBag", "Rank": 1, - "Id": 558 + "Id": 559, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag" }, { - "Command": "Get-PnPPropertyBag -Key MyKey", - "CommandName": "Get-PnPPropertyBag", "Rank": 2, - "Id": 559 + "Id": 560, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "CommandName": "Get-PnPPropertyBag", "Rank": 3, - "Id": 560 + "Id": 561, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag", "Rank": 4, - "Id": 561 + "Id": 562, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag", "Rank": 5, - "Id": 562 + "Id": 563, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Command": "Get-PnPPublishingImageRendition", - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 1, - "Id": 563 + "Id": 564, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition" }, { - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 2, - "Id": 564 + "Id": 565, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Command": "Get-PnPPublishingImageRendition -Identity 2", - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 3, - "Id": 565 + "Id": 566, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Command": "Get-PnPRecycleBinItem", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 1, - "Id": 566 + "Id": 567, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem" }, { - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 2, - "Id": 567 + "Id": 568, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Command": "Get-PnPRecycleBinItem -FirstStage", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 3, - "Id": 568 + "Id": 569, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Command": "Get-PnPRecycleBinItem -SecondStage", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 4, - "Id": 569 + "Id": 570, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 5, - "Id": 570 + "Id": 571, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Command": "Get-PnPRequestAccessEmails", - "CommandName": "Get-PnPRequestAccessEmails", "Rank": 1, - "Id": 571 + "Id": 572, + "CommandName": "Get-PnPRequestAccessEmails", + "Command": "Get-PnPRequestAccessEmails" }, { - "Command": "Get-PnPRoleDefinition", - "CommandName": "Get-PnPRoleDefinition", "Rank": 1, - "Id": 572 + "Id": 573, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition" }, { - "Command": "Get-PnPRoleDefinition -Identity Read", - "CommandName": "Get-PnPRoleDefinition", "Rank": 2, - "Id": 573 + "Id": 574, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "CommandName": "Get-PnPRoleDefinition", "Rank": 3, - "Id": 574 + "Id": 575, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Command": "Get-PnPSearchConfiguration", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 1, - "Id": 575 + "Id": 576, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 2, - "Id": 576 + "Id": 577, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 3, - "Id": 577 + "Id": 578, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 4, - "Id": 578 + "Id": 579, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 5, - "Id": 579 + "Id": 580, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 6, - "Id": 580 + "Id": 581, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 7, - "Id": 581 + "Id": 582, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 8, - "Id": 582 + "Id": 583, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Command": "Get-PnPSearchCrawlLog", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 1, - "Id": 583 + "Id": 584, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog" }, { - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 2, - "Id": 584 + "Id": 585, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 3, - "Id": 585 + "Id": 586, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 4, - "Id": 586 + "Id": 587, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 5, - "Id": 587 + "Id": 588, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 6, - "Id": 588 + "Id": 589, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 7, - "Id": 589 + "Id": 590, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Command": "Get-PnPSearchSettings", - "CommandName": "Get-PnPSearchSettings", "Rank": 1, - "Id": 590 + "Id": 591, + "CommandName": "Get-PnPSearchSettings", + "Command": "Get-PnPSearchSettings" }, { - "Command": "Get-PnPServiceCurrentHealth", - "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 1, - "Id": 591 + "Id": 592, + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth" }, { - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 2, - "Id": 592 + "Id": 593, + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Command": "Get-PnPServiceHealthIssue", - "CommandName": "Get-PnPServiceHealthIssue", "Rank": 1, - "Id": 593 + "Id": 594, + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue" }, { - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "CommandName": "Get-PnPServiceHealthIssue", "Rank": 2, - "Id": 594 + "Id": 595, + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Command": "Get-PnPSharePointAddIn", - "CommandName": "Get-PnPSharePointAddIn", "Rank": 1, - "Id": 595 + "Id": 596, + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn" }, { - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "CommandName": "Get-PnPSharePointAddIn", "Rank": 2, - "Id": 596 + "Id": 597, + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Command": "Get-PnPSharingForNonOwnersOfSite", - "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Rank": 1, - "Id": 597 + "Id": 598, + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Command": "Get-PnPSite", - "CommandName": "Get-PnPSite", "Rank": 1, - "Id": 598 + "Id": 599, + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite" }, { - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "CommandName": "Get-PnPSite", "Rank": 2, - "Id": 599 + "Id": 600, + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Command": "Get-PnPSiteClosure", - "CommandName": "Get-PnPSiteClosure", "Rank": 1, - "Id": 600 + "Id": 601, + "CommandName": "Get-PnPSiteClosure", + "Command": "Get-PnPSiteClosure" }, { - "Command": "Get-PnPSiteCollectionAdmin", - "CommandName": "Get-PnPSiteCollectionAdmin", "Rank": 1, - "Id": 601 + "Id": 602, + "CommandName": "Get-PnPSiteCollectionAdmin", + "Command": "Get-PnPSiteCollectionAdmin" }, { - "Command": "Get-PnPSiteCollectionAppCatalog", - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 1, - "Id": 602 + "Id": 603, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 2, - "Id": 603 + "Id": 604, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 3, - "Id": 604 + "Id": 605, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Command": "Get-PnPSiteCollectionTermStore", - "CommandName": "Get-PnPSiteCollectionTermStore", "Rank": 1, - "Id": 605 + "Id": 606, + "CommandName": "Get-PnPSiteCollectionTermStore", + "Command": "Get-PnPSiteCollectionTermStore" }, { - "Command": "Get-PnPSiteDesign", - "CommandName": "Get-PnPSiteDesign", "Rank": 1, - "Id": 606 + "Id": 607, + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign" }, { - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesign", "Rank": 2, - "Id": 607 + "Id": 608, + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesignRights", "Rank": 1, - "Id": 608 + "Id": 609, + "CommandName": "Get-PnPSiteDesignRights", + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteDesignRun", - "CommandName": "Get-PnPSiteDesignRun", "Rank": 1, - "Id": 609 + "Id": 610, + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun" }, { - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignRun", "Rank": 2, - "Id": 610 + "Id": 611, + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Get-PnPSiteDesignTask", "Rank": 1, - "Id": 611 + "Id": 612, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Command": "Get-PnPSiteDesignTask", - "CommandName": "Get-PnPSiteDesignTask", "Rank": 2, - "Id": 612 + "Id": 613, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask" }, { - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignTask", "Rank": 3, - "Id": 613 + "Id": 614, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Command": "Get-PnPSiteGroup", - "CommandName": "Get-PnPSiteGroup", "Rank": 1, - "Id": 614 + "Id": 615, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup" }, { - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup", "Rank": 2, - "Id": 615 + "Id": 616, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "CommandName": "Get-PnPSiteGroup", "Rank": 3, - "Id": 616 + "Id": 617, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup", "Rank": 4, - "Id": 617 + "Id": 618, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Command": "Get-PnPSitePolicy", - "CommandName": "Get-PnPSitePolicy", "Rank": 1, - "Id": 618 + "Id": 619, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy" }, { - "Command": "Get-PnPSitePolicy -AllAvailable", - "CommandName": "Get-PnPSitePolicy", "Rank": 2, - "Id": 619 + "Id": 620, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Get-PnPSitePolicy", "Rank": 3, - "Id": 620 + "Id": 621, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Command": "Get-PnPSiteScript", - "CommandName": "Get-PnPSiteScript", "Rank": 1, - "Id": 621 + "Id": 622, + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript" }, { - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteScript", "Rank": 2, - "Id": 622 + "Id": 623, + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 1, - "Id": 623 + "Id": 624, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 2, - "Id": 624 + "Id": 625, + "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/Shared Documents\"", - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 3, - "Id": 625 + "Id": 626, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 1, - "Id": 626 + "Id": 627, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 2, - "Id": 627 + "Id": 628, + "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 -Lists \"Shared Documents\",\"Lists\\MyList\"", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 3, - "Id": 628 + "Id": 629, + "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\" -IncludeBranding -IncludeLinksToExportedItems", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 4, - "Id": 629 + "Id": 630, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 5, - "Id": 630 + "Id": 631, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 6, - "Id": 631 + "Id": 632, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Command": "Get-PnPSiteSearchQueryResults", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 1, - "Id": 632 + "Id": 633, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 2, - "Id": 633 + "Id": 634, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 3, - "Id": 634 + "Id": 635, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 4, - "Id": 635 + "Id": 636, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 5, - "Id": 636 + "Id": 637, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Command": "Get-PnPSiteSearchQueryResults -All", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 6, - "Id": 637 + "Id": 638, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Command": "Get-PnPSiteSensitivityLabel", - "CommandName": "Get-PnPSiteSensitivityLabel", "Rank": 1, - "Id": 638 + "Id": 639, + "CommandName": "Get-PnPSiteSensitivityLabel", + "Command": "Get-PnPSiteSensitivityLabel" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp", - "CommandName": "Get-PnPSiteTemplate", "Rank": 1, - "Id": 639 + "Id": 640, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Command": "Get-PnPSiteTemplate -Out template.xml", - "CommandName": "Get-PnPSiteTemplate", "Rank": 2, - "Id": 640 + "Id": 641, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Command": "Get-PnPSiteTemplate -Out template.md", - "CommandName": "Get-PnPSiteTemplate", "Rank": 3, - "Id": 641 + "Id": 642, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "CommandName": "Get-PnPSiteTemplate", "Rank": 4, - "Id": 642 + "Id": 643, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "CommandName": "Get-PnPSiteTemplate", "Rank": 5, - "Id": 643 + "Id": 644, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "CommandName": "Get-PnPSiteTemplate", "Rank": 6, - "Id": 644 + "Id": 645, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "CommandName": "Get-PnPSiteTemplate", "Rank": 7, - "Id": 645 + "Id": 646, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "CommandName": "Get-PnPSiteTemplate", "Rank": 8, - "Id": 646 + "Id": 647, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate", "Rank": 9, - "Id": 647 + "Id": 648, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "CommandName": "Get-PnPSiteTemplate", "Rank": 10, - "Id": 648 + "Id": 649, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "CommandName": "Get-PnPSiteTemplate", "Rank": 11, - "Id": 649 + "Id": 650, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "CommandName": "Get-PnPSiteTemplate", "Rank": 12, - "Id": 650 + "Id": 651, + "CommandName": "Get-PnPSiteTemplate", + "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\"", - "CommandName": "Get-PnPSiteTemplate", "Rank": 13, - "Id": 651 + "Id": 652, + "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.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate", "Rank": 14, - "Id": 652 + "Id": 653, + "CommandName": "Get-PnPSiteTemplate", + "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", - "CommandName": "Get-PnPSiteUserInvitations", "Rank": 1, - "Id": 653 + "Id": 654, + "CommandName": "Get-PnPSiteUserInvitations", + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Command": "Get-PnPStorageEntity", - "CommandName": "Get-PnPStorageEntity", "Rank": 1, - "Id": 654 + "Id": 655, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity" }, { - "Command": "Get-PnPStorageEntity -Key MyKey", - "CommandName": "Get-PnPStorageEntity", "Rank": 2, - "Id": 655 + "Id": 656, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Command": "Get-PnPStorageEntity -Scope Site", - "CommandName": "Get-PnPStorageEntity", "Rank": 3, - "Id": 656 + "Id": 657, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Get-PnPStorageEntity", "Rank": 4, - "Id": 657 + "Id": 658, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Command": "Get-PnPStoredCredential -Name O365", - "CommandName": "Get-PnPStoredCredential", "Rank": 1, - "Id": 658 + "Id": 659, + "CommandName": "Get-PnPStoredCredential", + "Command": "Get-PnPStoredCredential -Name O365" }, { - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Rank": 1, - "Id": 659 + "Id": 660, + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Rank": 1, - "Id": 660 + "Id": 661, + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'", - "CommandName": "Get-PnPSubscribeSharePointNewsDigest", "Rank": 1, - "Id": 661 + "Id": 662, + "CommandName": "Get-PnPSubscribeSharePointNewsDigest", + "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'" }, { - "Command": "Get-PnPSubWeb", - "CommandName": "Get-PnPSubWeb", "Rank": 1, - "Id": 662 + "Id": 663, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb" }, { - "Command": "Get-PnPSubWeb -Recurse", - "CommandName": "Get-PnPSubWeb", "Rank": 2, - "Id": 663 + "Id": 664, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse" }, { - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "CommandName": "Get-PnPSubWeb", "Rank": 3, - "Id": 664 + "Id": 665, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "CommandName": "Get-PnPSubWeb", "Rank": 4, - "Id": 665 + "Id": 666, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "CommandName": "Get-PnPSubWeb", "Rank": 5, - "Id": 666 + "Id": 667, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Command": "Get-PnPSyntexModel", - "CommandName": "Get-PnPSyntexModel", "Rank": 1, - "Id": 667 + "Id": 668, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel" }, { - "Command": "Get-PnPSyntexModel -Identity 1", - "CommandName": "Get-PnPSyntexModel", "Rank": 2, - "Id": 668 + "Id": 669, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModel", "Rank": 3, - "Id": 669 + "Id": 670, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModelPublication", "Rank": 1, - "Id": 670 + "Id": 671, + "CommandName": "Get-PnPSyntexModelPublication", + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "CommandName": "Get-PnPTaxonomyItem", "Rank": 1, - "Id": 671 + "Id": 672, + "CommandName": "Get-PnPTaxonomyItem", + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Command": "Get-PnPTeamsApp", - "CommandName": "Get-PnPTeamsApp", "Rank": 1, - "Id": 672 + "Id": 673, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp" }, { - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "CommandName": "Get-PnPTeamsApp", "Rank": 2, - "Id": 673 + "Id": 674, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "CommandName": "Get-PnPTeamsApp", "Rank": 3, - "Id": 674 + "Id": 675, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "CommandName": "Get-PnPTeamsChannel", "Rank": 1, - "Id": 675 + "Id": 676, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannel", "Rank": 2, - "Id": 676 + "Id": 677, + "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 \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannel", "Rank": 3, - "Id": 677 + "Id": 678, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 1, - "Id": 678 + "Id": 679, + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 2, - "Id": 679 + "Id": 680, + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 1, - "Id": 680 + "Id": 681, + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 2, - "Id": 681 + "Id": 682, + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 1, - "Id": 682 + "Id": 683, + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 2, - "Id": 683 + "Id": 684, + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 1, - "Id": 684 + "Id": 685, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 2, - "Id": 685 + "Id": 686, + "CommandName": "Get-PnPTeamsChannelUser", + "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", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 3, - "Id": 686 + "Id": 687, + "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 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 4, - "Id": 687 + "Id": 688, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 1, - "Id": 688 + "Id": 689, + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 2, - "Id": 689 + "Id": 690, + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "CommandName": "Get-PnPTeamsTab", "Rank": 1, - "Id": 690 + "Id": 691, + "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 -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab", "Rank": 2, - "Id": 691 + "Id": 692, + "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 d8740a7a-e44e-46c5-8f13-e699f964fc25", - "CommandName": "Get-PnPTeamsTab", "Rank": 3, - "Id": 692 + "Id": 693, + "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 \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsTab", "Rank": 4, - "Id": 693 + "Id": 694, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab", "Rank": 5, - "Id": 694 + "Id": 695, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Get-PnPTeamsTag", "Rank": 1, - "Id": 695 + "Id": 696, + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Get-PnPTeamsTag", "Rank": 2, - "Id": 696 + "Id": 697, + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Command": "Get-PnPTeamsTeam", - "CommandName": "Get-PnPTeamsTeam", "Rank": 1, - "Id": 697 + "Id": 698, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam" }, { - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 2, - "Id": 698 + "Id": 699, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 3, - "Id": 699 + "Id": 700, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 4, - "Id": 700 + "Id": 701, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 5, - "Id": 701 + "Id": 702, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam", - "CommandName": "Get-PnPTeamsUser", "Rank": 1, - "Id": 702 + "Id": 703, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "CommandName": "Get-PnPTeamsUser", "Rank": 2, - "Id": 703 + "Id": 704, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "CommandName": "Get-PnPTeamsUser", "Rank": 3, - "Id": 704 + "Id": 705, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "CommandName": "Get-PnPTeamsUser", "Rank": 4, - "Id": 705 + "Id": 706, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Command": "Get-PnPTemporarilyDisableAppBar", - "CommandName": "Get-PnPTemporarilyDisableAppBar", "Rank": 1, - "Id": 706 + "Id": 707, + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Command": "Get-PnPTenant", - "CommandName": "Get-PnPTenant", "Rank": 1, - "Id": 707 + "Id": 708, + "CommandName": "Get-PnPTenant", + "Command": "Get-PnPTenant" }, { - "Command": "Get-PnPTenantAppCatalogUrl", - "CommandName": "Get-PnPTenantAppCatalogUrl", "Rank": 1, - "Id": 708 + "Id": 709, + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "CommandName": "Get-PnPTenantCdnEnabled", "Rank": 1, - "Id": 709 + "Id": 710, + "CommandName": "Get-PnPTenantCdnEnabled", + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "CommandName": "Get-PnPTenantCdnOrigin", "Rank": 1, - "Id": 710 + "Id": 711, + "CommandName": "Get-PnPTenantCdnOrigin", + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "CommandName": "Get-PnPTenantCdnPolicies", "Rank": 1, - "Id": 711 + "Id": 712, + "CommandName": "Get-PnPTenantCdnPolicies", + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Command": "Get-PnPTenantDeletedSite", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 1, - "Id": 712 + "Id": 713, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite" }, { - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 2, - "Id": 713 + "Id": 714, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 3, - "Id": 714 + "Id": 715, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 4, - "Id": 715 + "Id": 716, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Command": "Get-PnPTenantId", - "CommandName": "Get-PnPTenantId", "Rank": 1, - "Id": 716 + "Id": 717, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId" }, { - "Command": "Get-PnPTenantId contoso", - "CommandName": "Get-PnPTenantId", "Rank": 2, - "Id": 717 + "Id": 718, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId contoso" }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "CommandName": "Get-PnPTenantId", "Rank": 3, - "Id": 718 + "Id": 719, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "CommandName": "Get-PnPTenantId", "Rank": 4, - "Id": 719 + "Id": 720, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Command": "Get-PnPTenantInstance", - "CommandName": "Get-PnPTenantInstance", "Rank": 1, - "Id": 720 + "Id": 721, + "CommandName": "Get-PnPTenantInstance", + "Command": "Get-PnPTenantInstance" }, { - "Command": "Get-PnPTenantRecycleBinItem", - "CommandName": "Get-PnPTenantRecycleBinItem", "Rank": 1, - "Id": 721 + "Id": 722, + "CommandName": "Get-PnPTenantRecycleBinItem", + "Command": "Get-PnPTenantRecycleBinItem" }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "CommandName": "Get-PnPTenantSequence", "Rank": 1, - "Id": 722 + "Id": 723, + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "CommandName": "Get-PnPTenantSequence", "Rank": 2, - "Id": 723 + "Id": 724, + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "CommandName": "Get-PnPTenantSequenceSite", "Rank": 1, - "Id": 724 + "Id": 725, + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "CommandName": "Get-PnPTenantSequenceSite", "Rank": 2, - "Id": 725 + "Id": 726, + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Command": "Get-PnPTenantSite", - "CommandName": "Get-PnPTenantSite", "Rank": 1, - "Id": 726 + "Id": 727, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite" }, { - "Command": "Get-PnPTenantSite -Detailed", - "CommandName": "Get-PnPTenantSite", "Rank": 2, - "Id": 727 + "Id": 728, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Detailed" }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "CommandName": "Get-PnPTenantSite", "Rank": 3, - "Id": 728 + "Id": 729, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "CommandName": "Get-PnPTenantSite", "Rank": 4, - "Id": 729 + "Id": 730, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "CommandName": "Get-PnPTenantSite", "Rank": 5, - "Id": 730 + "Id": 731, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "CommandName": "Get-PnPTenantSite", "Rank": 6, - "Id": 731 + "Id": 732, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "CommandName": "Get-PnPTenantSite", "Rank": 7, - "Id": 732 + "Id": 733, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "CommandName": "Get-PnPTenantSite", "Rank": 8, - "Id": 733 + "Id": 734, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "CommandName": "Get-PnPTenantSite", "Rank": 9, - "Id": 734 + "Id": 735, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Command": "Get-PnPTenantSyncClientRestriction", - "CommandName": "Get-PnPTenantSyncClientRestriction", "Rank": 1, - "Id": 735 + "Id": 736, + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "CommandName": "Get-PnPTenantTemplate", "Rank": 1, - "Id": 736 + "Id": 737, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "CommandName": "Get-PnPTenantTemplate", "Rank": 2, - "Id": 737 + "Id": 738, + "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 -Force", - "CommandName": "Get-PnPTenantTemplate", "Rank": 3, - "Id": 738 + "Id": 739, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Command": "Get-PnPTenantTheme", - "CommandName": "Get-PnPTenantTheme", "Rank": 1, - "Id": 739 + "Id": 740, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme" }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Get-PnPTenantTheme", "Rank": 2, - "Id": 740 + "Id": 741, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "CommandName": "Get-PnPTenantTheme", "Rank": 3, - "Id": 741 + "Id": 742, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm", "Rank": 1, - "Id": 742 + "Id": 743, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm", "Rank": 2, - "Id": 743 + "Id": 744, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm", "Rank": 3, - "Id": 744 + "Id": 745, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "CommandName": "Get-PnPTerm", "Rank": 4, - "Id": 745 + "Id": 746, + "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 -IncludeDeprecated", - "CommandName": "Get-PnPTerm", "Rank": 5, - "Id": 746 + "Id": 747, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Command": "Get-PnPTermGroup", - "CommandName": "Get-PnPTermGroup", "Rank": 1, - "Id": 747 + "Id": 748, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup" }, { - "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "CommandName": "Get-PnPTermGroup", "Rank": 2, - "Id": 748 + "Id": 749, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "CommandName": "Get-PnPTermGroup", "Rank": 3, - "Id": 749 + "Id": 750, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "CommandName": "Get-PnPTermLabel", "Rank": 1, - "Id": 750 + "Id": 751, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "CommandName": "Get-PnPTermLabel", "Rank": 2, - "Id": 751 + "Id": 752, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermLabel", "Rank": 3, - "Id": 752 + "Id": 753, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet", "Rank": 1, - "Id": 753 + "Id": 754, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet", "Rank": 2, - "Id": 754 + "Id": 755, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "CommandName": "Get-PnPTermSet", "Rank": 3, - "Id": 755 + "Id": 756, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Command": "Get-PnPTheme", - "CommandName": "Get-PnPTheme", "Rank": 1, - "Id": 756 + "Id": 757, + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme" }, { - "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "CommandName": "Get-PnPTheme", "Rank": 2, - "Id": 757 + "Id": 758, + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Command": "Get-PnPTimeZoneId", - "CommandName": "Get-PnPTimeZoneId", "Rank": 1, - "Id": 758 + "Id": 759, + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId" }, { - "Command": "Get-PnPTimeZoneId -Match Stockholm", - "CommandName": "Get-PnPTimeZoneId", "Rank": 2, - "Id": 759 + "Id": 760, + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)", - "CommandName": "Get-PnPUnifiedAuditLog", "Rank": 1, - "Id": 760 + "Id": 761, + "CommandName": "Get-PnPUnifiedAuditLog", + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)" }, { - "Command": "Get-PnPUPABulkImportStatus", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 1, - "Id": 761 + "Id": 762, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus" }, { - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 2, - "Id": 762 + "Id": 763, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Command": "Get-PnPUPABulkImportStatus -JobId ", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 3, - "Id": 763 + "Id": 764, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 4, - "Id": 764 + "Id": 765, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Command": "Get-PnPUser", - "CommandName": "Get-PnPUser", "Rank": 1, - "Id": 765 + "Id": 766, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser" }, { - "Command": "Get-PnPUser -Identity 23", - "CommandName": "Get-PnPUser", "Rank": 2, - "Id": 766 + "Id": 767, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity 23" }, { - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser", "Rank": 3, - "Id": 767 + "Id": 768, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser", "Rank": 4, - "Id": 768 + "Id": 769, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Command": "Get-PnPUser -WithRightsAssigned", - "CommandName": "Get-PnPUser", "Rank": 5, - "Id": 769 + "Id": 770, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "CommandName": "Get-PnPUser", "Rank": 6, - "Id": 770 + "Id": 771, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "CommandName": "Get-PnPUser", "Rank": 7, - "Id": 771 + "Id": 772, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "CommandName": "Get-PnPUserOneDriveQuota", "Rank": 1, - "Id": 772 + "Id": 773, + "CommandName": "Get-PnPUserOneDriveQuota", + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "CommandName": "Get-PnPUserProfileProperty", "Rank": 1, - "Id": 773 + "Id": 774, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "CommandName": "Get-PnPUserProfileProperty", "Rank": 2, - "Id": 774 + "Id": 775, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "CommandName": "Get-PnPUserProfileProperty", "Rank": 3, - "Id": 775 + "Id": 776, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Command": "Get-PnPView -List \"Demo List\"", - "CommandName": "Get-PnPView", "Rank": 1, - "Id": 776 + "Id": 777, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\"" }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "CommandName": "Get-PnPView", "Rank": 2, - "Id": 777 + "Id": 778, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "CommandName": "Get-PnPView", "Rank": 3, - "Id": 778 + "Id": 779, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Command": "Get-PnPVivaConnectionsDashboardACE", - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 1, - "Id": 779 + "Id": 780, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 2, - "Id": 780 + "Id": 781, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Command": "Get-PnPWeb", - "CommandName": "Get-PnPWeb", "Rank": 1, - "Id": 781 + "Id": 782, + "CommandName": "Get-PnPWeb", + "Command": "Get-PnPWeb" }, { - "Command": "Get-PnPWebHeader", - "CommandName": "Get-PnPWebHeader", "Rank": 1, - "Id": 782 + "Id": 783, + "CommandName": "Get-PnPWebHeader", + "Command": "Get-PnPWebHeader" }, { - "Command": "Get-PnPWebhookSubscriptions -List MyList", - "CommandName": "Get-PnPWebhookSubscriptions", "Rank": 1, - "Id": 783 + "Id": 784, + "CommandName": "Get-PnPWebhookSubscriptions", + "Command": "Get-PnPWebhookSubscriptions -List MyList" }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "CommandName": "Get-PnPWebPart", "Rank": 1, - "Id": 784 + "Id": 785, + "CommandName": "Get-PnPWebPart", + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPart", "Rank": 2, - "Id": 785 + "Id": 786, + "CommandName": "Get-PnPWebPart", + "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", - "CommandName": "Get-PnPWebPartProperty", "Rank": 1, - "Id": 786 + "Id": 787, + "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 -Key \"Title\"", - "CommandName": "Get-PnPWebPartProperty", "Rank": 2, - "Id": 787 + "Id": 788, + "CommandName": "Get-PnPWebPartProperty", + "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", - "CommandName": "Get-PnPWebPartXml", "Rank": 1, - "Id": 788 + "Id": 789, + "CommandName": "Get-PnPWebPartXml", + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Get-PnPWebTemplates", - "CommandName": "Get-PnPWebTemplates", "Rank": 1, - "Id": 789 + "Id": 790, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates" }, { - "Command": "Get-PnPWebTemplates -LCID 1033", - "CommandName": "Get-PnPWebTemplates", "Rank": 2, - "Id": 790 + "Id": 791, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "CommandName": "Get-PnPWebTemplates", "Rank": 3, - "Id": 791 + "Id": 792, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "CommandName": "Get-PnPWikiPageContent", "Rank": 1, - "Id": 792 + "Id": 793, + "CommandName": "Get-PnPWikiPageContent", + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 1, - "Id": 793 + "Id": 794, + "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 Write -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 2, - "Id": 794 + "Id": 795, + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Write -Site https://contoso.sharepoint.com/sites/projects" }, { - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPHubSiteRights", "Rank": 1, - "Id": 795 + "Id": 796, + "CommandName": "Grant-PnPHubSiteRights", + "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\"", - "CommandName": "Grant-PnPSiteDesignRights", "Rank": 1, - "Id": 796 + "Id": 797, + "CommandName": "Grant-PnPSiteDesignRights", + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Rank": 1, - "Id": 797 + "Id": 798, + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "CommandName": "Import-PnPTaxonomy", "Rank": 1, - "Id": 798 + "Id": 799, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "CommandName": "Import-PnPTaxonomy", "Rank": 2, - "Id": 799 + "Id": 800, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "CommandName": "Import-PnPTaxonomy", "Rank": 3, - "Id": 800 + "Id": 801, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "CommandName": "Import-PnPTermGroupFromXml", "Rank": 1, - "Id": 801 + "Id": 802, + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "CommandName": "Import-PnPTermGroupFromXml", "Rank": 2, - "Id": 802 + "Id": 803, + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "CommandName": "Import-PnPTermSet", "Rank": 1, - "Id": 803 + "Id": 804, + "CommandName": "Import-PnPTermSet", + "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}'", - "CommandName": "Import-PnPTermSet", "Rank": 2, - "Id": 804 + "Id": 805, + "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 -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "CommandName": "Import-PnPTermSet", "Rank": 3, - "Id": 805 + "Id": 806, + "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": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Install-PnPApp", "Rank": 1, - "Id": 806 + "Id": 807, + "CommandName": "Install-PnPApp", + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Install-PnPApp", "Rank": 2, - "Id": 807 + "Id": 808, + "CommandName": "Install-PnPApp", + "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'", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 1, - "Id": 808 + "Id": 809, + "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/{id}\" -Method Delete", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 2, - "Id": 809 + "Id": 810, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 3, - "Id": 810 + "Id": 811, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 4, - "Id": 811 + "Id": 812, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 5, - "Id": 812 + "Id": 813, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"" }, { - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPListDesign", "Rank": 1, - "Id": 813 + "Id": 814, + "CommandName": "Invoke-PnPListDesign", + "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\"", - "CommandName": "Invoke-PnPListDesign", "Rank": 2, - "Id": 814 + "Id": 815, + "CommandName": "Invoke-PnPListDesign", + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Command": "Invoke-PnPQuery -RetryCount 5", - "CommandName": "Invoke-PnPQuery", "Rank": 1, - "Id": 815 + "Id": 816, + "CommandName": "Invoke-PnPQuery", + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPSiteDesign", "Rank": 1, - "Id": 816 + "Id": 817, + "CommandName": "Invoke-PnPSiteDesign", + "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\"", - "CommandName": "Invoke-PnPSiteDesign", "Rank": 2, - "Id": 817 + "Id": 818, + "CommandName": "Invoke-PnPSiteDesign", + "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", - "CommandName": "Invoke-PnPSiteScript", "Rank": 1, - "Id": 818 + "Id": 819, + "CommandName": "Invoke-PnPSiteScript", + "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", - "CommandName": "Invoke-PnPSiteSwap", "Rank": 1, - "Id": 819 + "Id": 820, + "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/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "CommandName": "Invoke-PnPSiteSwap", "Rank": 2, - "Id": 820 + "Id": 821, + "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/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "CommandName": "Invoke-PnPSiteSwap", "Rank": 3, - "Id": 821 + "Id": 822, + "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-PnPSiteTemplate -Path template.xml", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 1, - "Id": 822 + "Id": 823, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 2, - "Id": 823 + "Id": 824, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 3, - "Id": 824 + "Id": 825, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 4, - "Id": 825 + "Id": 826, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 5, - "Id": 826 + "Id": 827, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 6, - "Id": 827 + "Id": 828, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 7, - "Id": 828 + "Id": 829, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template" }, { - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 8, - "Id": 829 + "Id": 830, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 1, - "Id": 830 + "Id": 831, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 2, - "Id": 831 + "Id": 832, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 3, - "Id": 832 + "Id": 833, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction", "Rank": 1, - "Id": 833 + "Id": 834, + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction", "Rank": 2, - "Id": 834 + "Id": 835, + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Command": "Measure-PnPList \"Documents\"", - "CommandName": "Measure-PnPList", "Rank": 1, - "Id": 835 + "Id": 836, + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\"" }, { - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "CommandName": "Measure-PnPList", "Rank": 2, - "Id": 836 + "Id": 837, + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Command": "Measure-PnPWeb", - "CommandName": "Measure-PnPWeb", "Rank": 1, - "Id": 837 + "Id": 838, + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb" }, { - "Command": "Measure-PnPWeb $web -Recursive", - "CommandName": "Measure-PnPWeb", "Rank": 2, - "Id": 838 + "Id": 839, + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb $web -Recursive" }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "CommandName": "Move-PnPFile", "Rank": 1, - "Id": 839 + "Id": 840, + "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\" -Overwrite", - "CommandName": "Move-PnPFile", "Rank": 2, - "Id": 840 + "Id": 841, + "CommandName": "Move-PnPFile", + "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", - "CommandName": "Move-PnPFile", "Rank": 3, - "Id": 841 + "Id": 842, + "CommandName": "Move-PnPFile", + "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", - "CommandName": "Move-PnPFile", "Rank": 4, - "Id": 842 + "Id": 843, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "CommandName": "Move-PnPFolder", "Rank": 1, - "Id": 843 + "Id": 844, + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "CommandName": "Move-PnPFolder", "Rank": 2, - "Id": 844 + "Id": 845, + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Move-PnPListItemToRecycleBin", "Rank": 1, - "Id": 845 + "Id": 846, + "CommandName": "Move-PnPListItemToRecycleBin", + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "CommandName": "Move-PnPPageComponent", "Rank": 1, - "Id": 846 + "Id": 847, + "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 -Column 2", - "CommandName": "Move-PnPPageComponent", "Rank": 2, - "Id": 847 + "Id": 848, + "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 -Section 1 -Column 2", - "CommandName": "Move-PnPPageComponent", "Rank": 3, - "Id": 848 + "Id": 849, + "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 -Position 2", - "CommandName": "Move-PnPPageComponent", "Rank": 4, - "Id": 849 + "Id": 850, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Command": "Move-PnPRecycleBinItem", - "CommandName": "Move-PnpRecycleBinItem", "Rank": 1, - "Id": 850 + "Id": 851, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem" }, { - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "CommandName": "Move-PnpRecycleBinItem", "Rank": 2, - "Id": 851 + "Id": 852, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Command": "Move-PnPRecycleBinItem -Force", - "CommandName": "Move-PnpRecycleBinItem", "Rank": 3, - "Id": 852 + "Id": 853, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Force" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPAzureADGroup", "Rank": 1, - "Id": 853 + "Id": 854, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "CommandName": "New-PnPAzureADGroup", "Rank": 2, - "Id": 854 + "Id": 855, + "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 -IsSecurityEnabled -IsMailEnabled", - "CommandName": "New-PnPAzureADGroup", "Rank": 3, - "Id": 855 + "Id": 856, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 1, - "Id": 856 + "Id": 857, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 2, - "Id": 857 + "Id": 858, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "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", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 3, - "Id": 858 + "Id": 859, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "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", - "CommandName": "New-PnPAzureCertificate", "Rank": 1, - "Id": 859 + "Id": 860, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "CommandName": "New-PnPAzureCertificate", "Rank": 2, - "Id": 860 + "Id": 861, + "CommandName": "New-PnPAzureCertificate", + "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)", - "CommandName": "New-PnPAzureCertificate", "Rank": 3, - "Id": 861 + "Id": 862, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "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": 862 + "Id": 863, + "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 Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "CommandName": "New-PnPGraphSubscription", "Rank": 2, - "Id": 863 + "Id": 864, + "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-PnPGroup -Title \"My Site Users\"", - "CommandName": "New-PnPGroup", "Rank": 1, - "Id": 864 + "Id": 865, + "CommandName": "New-PnPGroup", + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Command": "New-PnPList -Title Announcements -Template Announcements", - "CommandName": "New-PnPList", "Rank": 1, - "Id": 865 + "Id": 866, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "CommandName": "New-PnPList", "Rank": 2, - "Id": 866 + "Id": 867, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "CommandName": "New-PnPList", "Rank": 3, - "Id": 867 + "Id": 868, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 1, - "Id": 868 + "Id": 869, + "CommandName": "New-PnPMicrosoft365Group", + "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\"", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 2, - "Id": 869 + "Id": 870, + "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 -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 3, - "Id": 870 + "Id": 871, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 4, - "Id": 871 + "Id": 872, + "CommandName": "New-PnPMicrosoft365Group", + "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", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 5, - "Id": 872 + "Id": 873, + "CommandName": "New-PnPMicrosoft365Group", + "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\"", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 6, - "Id": 873 + "Id": 874, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "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": 874 + "Id": 875, + "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 -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "CommandName": "New-PnPMicrosoft365GroupSettings", "Rank": 2, - "Id": 875 + "Id": 876, + "CommandName": "New-PnPMicrosoft365GroupSettings", + "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')", - "CommandName": "New-PnPPersonalSite", "Rank": 1, - "Id": 876 + "Id": 877, + "CommandName": "New-PnPPersonalSite", + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "CommandName": "New-PnPPlannerPlan", "Rank": 1, - "Id": 877 + "Id": 878, + "CommandName": "New-PnPPlannerPlan", + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "CommandName": "New-PnPSdnProvider", "Rank": 1, - "Id": 878 + "Id": 879, + "CommandName": "New-PnPSdnProvider", + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite", "Rank": 1, - "Id": 879 + "Id": 880, + "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 -SiteDesign Showcase", - "CommandName": "New-PnPSite", "Rank": 2, - "Id": 880 + "Id": 881, + "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 -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite", "Rank": 3, - "Id": 881 + "Id": 882, + "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 -Classification \"HBI\"", - "CommandName": "New-PnPSite", "Rank": 4, - "Id": 882 + "Id": 883, + "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 -ShareByEmailEnabled", - "CommandName": "New-PnPSite", "Rank": 5, - "Id": 883 + "Id": 884, + "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 -Lcid 1040", - "CommandName": "New-PnPSite", "Rank": 6, - "Id": 884 + "Id": 885, + "CommandName": "New-PnPSite", + "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", - "CommandName": "New-PnPSite", "Rank": 7, - "Id": 885 + "Id": 886, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "CommandName": "New-PnPSite", "Rank": 8, - "Id": 886 + "Id": 887, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "CommandName": "New-PnPSite", "Rank": 9, - "Id": 887 + "Id": 888, + "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 -SiteAlias contoso-site", - "CommandName": "New-PnPSite", "Rank": 10, - "Id": 888 + "Id": 889, + "CommandName": "New-PnPSite", + "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", - "CommandName": "New-PnPSite", "Rank": 11, - "Id": 889 + "Id": 890, + "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 -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite", "Rank": 12, - "Id": 890 + "Id": 891, + "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 -Classification \"HBI\"", - "CommandName": "New-PnPSite", "Rank": 13, - "Id": 891 + "Id": 892, + "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 -ShareByEmailEnabled", - "CommandName": "New-PnPSite", "Rank": 14, - "Id": 892 + "Id": 893, + "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 -Lcid 1040", - "CommandName": "New-PnPSite", "Rank": 15, - "Id": 893 + "Id": 894, + "CommandName": "New-PnPSite", + "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\"", - "CommandName": "New-PnPSite", "Rank": 16, - "Id": 894 + "Id": 895, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Command": "New-PnPSiteCollectionTermStore", - "CommandName": "New-PnPSiteCollectionTermStore", "Rank": 1, - "Id": 895 + "Id": 896, + "CommandName": "New-PnPSiteCollectionTermStore", + "Command": "New-PnPSiteCollectionTermStore" }, { - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "CommandName": "New-PnPSiteGroup", "Rank": 1, - "Id": 896 + "Id": 897, + "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/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "CommandName": "New-PnPSiteGroup", "Rank": 2, - "Id": 897 + "Id": 898, + "CommandName": "New-PnPSiteGroup", + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 1, - "Id": 898 + "Id": 899, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 2, - "Id": 899 + "Id": 900, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 3, - "Id": 900 + "Id": 901, + "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 -TargetFolder \"Shared Documents\"", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 4, - "Id": 901 + "Id": 902, + "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\" -ContentType \"Test Content Type\"", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 5, - "Id": 902 + "Id": 903, + "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\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 6, - "Id": 903 + "Id": 904, + "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.pnp", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 7, - "Id": 904 + "Id": 905, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 8, - "Id": 905 + "Id": 906, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "CommandName": "New-PnPTeamsApp", "Rank": 1, - "Id": 906 + "Id": 907, + "CommandName": "New-PnPTeamsApp", + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "CommandName": "New-PnPTeamsTeam", "Rank": 1, - "Id": 907 + "Id": 908, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Command": "New-PnPTeamsTeam -GroupId $groupId", - "CommandName": "New-PnPTeamsTeam", "Rank": 2, - "Id": 908 + "Id": 909, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "CommandName": "New-PnPTeamsTeam", "Rank": 3, - "Id": 909 + "Id": 910, + "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, HideGroupInOutlook", - "CommandName": "New-PnPTeamsTeam", "Rank": 4, - "Id": 910 + "Id": 911, + "CommandName": "New-PnPTeamsTeam", + "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\"", - "CommandName": "New-PnPTeamsTeam", "Rank": 5, - "Id": 911 + "Id": 912, + "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\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPTeamsTeam", "Rank": 6, - "Id": 912 + "Id": 913, + "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-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": 913 + "Id": 914, + "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 /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "CommandName": "New-PnPTenantSite", "Rank": 2, - "Id": 914 + "Id": 915, + "CommandName": "New-PnPTenantSite", + "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\"", - "CommandName": "New-PnPTerm", "Rank": 1, - "Id": 915 + "Id": 916, + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "New-PnPTerm", "Rank": 2, - "Id": 916 + "Id": 917, + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "CommandName": "New-PnPTermGroup", "Rank": 1, - "Id": 917 + "Id": 918, + "CommandName": "New-PnPTermGroup", + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "CommandName": "New-PnPTermLabel", "Rank": 1, - "Id": 918 + "Id": 919, + "CommandName": "New-PnPTermLabel", + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "CommandName": "New-PnPTermSet", "Rank": 1, - "Id": 919 + "Id": 920, + "CommandName": "New-PnPTermSet", + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", - "CommandName": "New-PnPUPABulkImportJob", "Rank": 1, - "Id": 920 + "Id": 921, + "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/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "CommandName": "New-PnPUPABulkImportJob", "Rank": 2, - "Id": 921 + "Id": 922, + "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-PnPUser -LoginName user@company.com", - "CommandName": "New-PnPUser", "Rank": 1, - "Id": 922 + "Id": 923, + "CommandName": "New-PnPUser", + "Command": "New-PnPUser -LoginName user@company.com" }, { - "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": 923 + "Id": 924, + "CommandName": "New-PnPWeb", + "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", - "CommandName": "Publish-PnPApp", "Rank": 1, - "Id": 924 + "Id": 925, + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "CommandName": "Publish-PnPApp", "Rank": 2, - "Id": 925 + "Id": 926, + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon", - "CommandName": "Publish-PnPCompanyApp", "Rank": 1, - "Id": 926 + "Id": 927, + "CommandName": "Publish-PnPCompanyApp", + "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon" }, { - "Command": "Publish-PnPContentType -ContentType 0x0101", - "CommandName": "Publish-PnPContentType", "Rank": 1, - "Id": 927 + "Id": 928, + "CommandName": "Publish-PnPContentType", + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Publish-PnPSyntexModel", "Rank": 1, - "Id": 928 + "Id": 929, + "CommandName": "Publish-PnPSyntexModel", + "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", - "CommandName": "Publish-PnPSyntexModel", "Rank": 2, - "Id": 929 + "Id": 930, + "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": "Read-PnPSiteTemplate -Path template.pnp", - "CommandName": "Read-PnPSiteTemplate", "Rank": 1, - "Id": 930 + "Id": 931, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "CommandName": "Read-PnPSiteTemplate", "Rank": 2, - "Id": 931 + "Id": 932, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Command": "Read-PnPSiteTemplate -Xml $xml", - "CommandName": "Read-PnPSiteTemplate", "Rank": 3, - "Id": 932 + "Id": 933, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Command": "Read-PnPTenantTemplate -Path template.pnp", - "CommandName": "Read-PnPTenantTemplate", "Rank": 1, - "Id": 933 + "Id": 934, + "CommandName": "Read-PnPTenantTemplate", + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "CommandName": "Register-PnPAppCatalogSite", "Rank": 1, - "Id": 934 + "Id": 935, + "CommandName": "Register-PnPAppCatalogSite", + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Register-PnPHubSite", "Rank": 1, - "Id": 935 + "Id": 936, + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "CommandName": "Register-PnPHubSite", "Rank": 2, - "Id": 936 + "Id": 937, + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Command": "Register-PnPManagementShellAccess", - "CommandName": "Register-PnPManagementShellAccess", "Rank": 1, - "Id": 937 + "Id": 938, + "CommandName": "Register-PnPManagementShellAccess", + "Command": "Register-PnPManagementShellAccess" }, { - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl", - "CommandName": "Register-PnPManagementShellAccess", "Rank": 2, - "Id": 938 + "Id": 939, + "CommandName": "Register-PnPManagementShellAccess", + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl" }, { - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com", - "CommandName": "Register-PnPManagementShellAccess", "Rank": 3, - "Id": 939 + "Id": 940, + "CommandName": "Register-PnPManagementShellAccess", + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com" }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 1, - "Id": 940 + "Id": 941, + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 2, - "Id": 941 + "Id": 942, + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "CommandName": "Remove-PnPAlert", "Rank": 1, - "Id": 942 + "Id": 943, + "CommandName": "Remove-PnPAlert", + "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\"", - "CommandName": "Remove-PnPAlert", "Rank": 2, - "Id": 943 + "Id": 944, + "CommandName": "Remove-PnPAlert", + "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", - "CommandName": "Remove-PnPApp", "Rank": 1, - "Id": 944 + "Id": 945, + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Remove-PnPApp", "Rank": 2, - "Id": 945 + "Id": 946, + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 1, - "Id": 946 + "Id": 947, + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 2, - "Id": 947 + "Id": 948, + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 1, - "Id": 948 + "Id": 949, + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 2, - "Id": 949 + "Id": 950, + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Command": "Remove-PnPAzureADApp -Identity MyApp", - "CommandName": "Remove-PnPAzureADApp", "Rank": 1, - "Id": 950 + "Id": 951, + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Remove-PnPAzureADApp", "Rank": 2, - "Id": 951 + "Id": 952, + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "CommandName": "Remove-PnPAzureADGroup", "Rank": 1, - "Id": 952 + "Id": 953, + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Command": "Remove-PnPAzureADGroup -Identity $group", - "CommandName": "Remove-PnPAzureADGroup", "Rank": 2, - "Id": 953 + "Id": 954, + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupMember", "Rank": 1, - "Id": 954 + "Id": 955, + "CommandName": "Remove-PnPAzureADGroupMember", + "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\"", - "CommandName": "Remove-PnPAzureADGroupOwner", "Rank": 1, - "Id": 955 + "Id": 956, + "CommandName": "Remove-PnPAzureADGroupOwner", + "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\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, - "Id": 956 + "Id": 957, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, - "Id": 957 + "Id": 958, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 3, - "Id": 958 + "Id": 959, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 4, - "Id": 959 + "Id": 960, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "CommandName": "Remove-PnPContentType", "Rank": 1, - "Id": 960 + "Id": 961, + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "CommandName": "Remove-PnPContentType", "Rank": 2, - "Id": 961 + "Id": 962, + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 1, - "Id": 962 + "Id": 963, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 2, - "Id": 963 + "Id": 964, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPContentTypeFromList", "Rank": 1, - "Id": 964 + "Id": 965, + "CommandName": "Remove-PnPContentTypeFromList", + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPCustomAction", "Rank": 1, - "Id": 965 + "Id": 966, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPCustomAction", "Rank": 2, - "Id": 966 + "Id": 967, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "CommandName": "Remove-PnPCustomAction", "Rank": 3, - "Id": 967 + "Id": 968, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Rank": 1, - "Id": 968 + "Id": 969, + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver", "Rank": 1, - "Id": 969 + "Id": 970, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver", "Rank": 2, - "Id": 970 + "Id": 971, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "CommandName": "Remove-PnPEventReceiver", "Rank": 3, - "Id": 971 + "Id": 972, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList", - "CommandName": "Remove-PnPEventReceiver", "Rank": 4, - "Id": 972 + "Id": 973, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Command": "Remove-PnPEventReceiver", - "CommandName": "Remove-PnPEventReceiver", "Rank": 5, - "Id": 973 + "Id": 974, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver" }, { - "Command": "Remove-PnPEventReceiver -Scope Site", - "CommandName": "Remove-PnPEventReceiver", "Rank": 6, - "Id": 974 + "Id": 975, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Command": "Remove-PnPEventReceiver -Scope Web", - "CommandName": "Remove-PnPEventReceiver", "Rank": 7, - "Id": 975 + "Id": 976, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Command": "Remove-PnPEventReceiver -Scope All", - "CommandName": "Remove-PnPEventReceiver", "Rank": 8, - "Id": 976 + "Id": 977, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Command": "Remove-PnPField -Identity \"Speakers\"", - "CommandName": "Remove-PnPField", "Rank": 1, - "Id": 977 + "Id": 978, + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Remove-PnPField", "Rank": 2, - "Id": 978 + "Id": 979, + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPFieldFromContentType", "Rank": 1, - "Id": 979 + "Id": 980, + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "CommandName": "Remove-PnPFieldFromContentType", "Rank": 2, - "Id": 980 + "Id": 981, + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile", "Rank": 1, - "Id": 981 + "Id": 982, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile", "Rank": 2, - "Id": 982 + "Id": 983, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "CommandName": "Remove-PnPFile", "Rank": 3, - "Id": 983 + "Id": 984, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "CommandName": "Remove-PnPFileFromSiteTemplate", "Rank": 1, - "Id": 984 + "Id": 985, + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Remove-PnPFileVersion", "Rank": 1, - "Id": 985 + "Id": 986, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Remove-PnPFileVersion", "Rank": 2, - "Id": 986 + "Id": 987, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "CommandName": "Remove-PnPFileVersion", "Rank": 3, - "Id": 987 + "Id": 988, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Remove-PnPFolder", "Rank": 1, - "Id": 988 + "Id": 989, + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "CommandName": "Remove-PnPFolder", "Rank": 2, - "Id": 989 + "Id": 990, + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "CommandName": "Remove-PnPGraphSubscription", "Rank": 1, - "Id": 990 + "Id": 991, + "CommandName": "Remove-PnPGraphSubscription", + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Command": "Remove-PnPGroup -Identity \"My Users\"", - "CommandName": "Remove-PnPGroup", "Rank": 1, - "Id": 991 + "Id": 992, + "CommandName": "Remove-PnPGroup", + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Remove-PnPGroupMember", "Rank": 1, - "Id": 992 + "Id": 993, + "CommandName": "Remove-PnPGroupMember", + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Command": "Remove-PnPHomeSite", - "CommandName": "Remove-PnPHomeSite", "Rank": 1, - "Id": 993 + "Id": 994, + "CommandName": "Remove-PnPHomeSite", + "Command": "Remove-PnPHomeSite" }, { - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPHubSiteAssociation", "Rank": 1, - "Id": 994 + "Id": 995, + "CommandName": "Remove-PnPHubSiteAssociation", + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 1, - "Id": 995 + "Id": 996, + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 2, - "Id": 996 + "Id": 997, + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "CommandName": "Remove-PnPIndexedProperty", "Rank": 1, - "Id": 997 + "Id": 998, + "CommandName": "Remove-PnPIndexedProperty", + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 1, - "Id": 998 + "Id": 999, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 2, - "Id": 999 + "Id": 1000, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 3, - "Id": 1000 + "Id": 1001, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Command": "Remove-PnPJavaScriptLink -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 4, - "Id": 1001 + "Id": 1002, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 5, - "Id": 1002 + "Id": 1003, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Command": "Remove-PnPKnowledgeHubSite", - "CommandName": "Remove-PnPKnowledgeHubSite", "Rank": 1, - "Id": 1003 + "Id": 1004, + "CommandName": "Remove-PnPKnowledgeHubSite", + "Command": "Remove-PnPKnowledgeHubSite" }, { - "Command": "Remove-PnPList -Identity Announcements", - "CommandName": "Remove-PnPList", "Rank": 1, - "Id": 1004 + "Id": 1005, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements" }, { - "Command": "Remove-PnPList -Identity Announcements -Force", - "CommandName": "Remove-PnPList", "Rank": 2, - "Id": 1005 + "Id": 1006, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle", - "CommandName": "Remove-PnPList", "Rank": 3, - "Id": 1006 + "Id": 1007, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "CommandName": "Remove-PnPList", "Rank": 4, - "Id": 1007 + "Id": 1008, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPListDesign", "Rank": 1, - "Id": 1008 + "Id": 1009, + "CommandName": "Remove-PnPListDesign", + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Remove-PnPListItem", "Rank": 1, - "Id": 1009 + "Id": 1010, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "CommandName": "Remove-PnPListItem", "Rank": 2, - "Id": 1010 + "Id": 1011, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Command": "Remove-PnPListItem -List \"Demo List\"", - "CommandName": "Remove-PnPListItem", "Rank": 3, - "Id": 1011 + "Id": 1012, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 1, - "Id": 1012 + "Id": 1013, + "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 -Recycle", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 2, - "Id": 1013 + "Id": 1014, + "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 -Force", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 3, - "Id": 1014 + "Id": 1015, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 4, - "Id": 1015 + "Id": 1016, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 5, - "Id": 1016 + "Id": 1017, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 1, - "Id": 1017 + "Id": 1018, + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 2, - "Id": 1018 + "Id": 1019, + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupMember", "Rank": 1, - "Id": 1019 + "Id": 1020, + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "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\"", - "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Rank": 1, - "Id": 1020 + "Id": 1021, + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 1, - "Id": 1021 + "Id": 1022, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 2, - "Id": 1022 + "Id": 1023, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Command": "Remove-PnPNavigationNode -Identity 1032", - "CommandName": "Remove-PnPNavigationNode", "Rank": 1, - "Id": 1023 + "Id": 1024, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "CommandName": "Remove-PnPNavigationNode", "Rank": 2, - "Id": 1024 + "Id": 1025, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "CommandName": "Remove-PnPNavigationNode", "Rank": 3, - "Id": 1025 + "Id": 1026, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 1, - "Id": 1026 + "Id": 1027, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 2, - "Id": 1027 + "Id": 1028, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 3, - "Id": 1028 + "Id": 1029, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPOrgNewsSite", "Rank": 1, - "Id": 1029 + "Id": 1030, + "CommandName": "Remove-PnPOrgNewsSite", + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Command": "Remove-PnPPage -Identity \"MyPage\"", - "CommandName": "Remove-PnPPage", "Rank": 1, - "Id": 1030 + "Id": 1031, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "CommandName": "Remove-PnPPage", "Rank": 2, - "Id": 1031 + "Id": 1032, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Command": "Remove-PnPPage $page", - "CommandName": "Remove-PnPPage", "Rank": 3, - "Id": 1032 + "Id": 1033, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage $page" }, { - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "CommandName": "Remove-PnPPage", "Rank": 4, - "Id": 1033 + "Id": 1034, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPPageComponent", "Rank": 1, - "Id": 1034 + "Id": 1035, + "CommandName": "Remove-PnPPageComponent", + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "CommandName": "Remove-PnPPlannerBucket", "Rank": 1, - "Id": 1035 + "Id": 1036, + "CommandName": "Remove-PnPPlannerBucket", + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "CommandName": "Remove-PnPPlannerPlan", "Rank": 1, - "Id": 1036 + "Id": 1037, + "CommandName": "Remove-PnPPlannerPlan", + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Remove-PnPPlannerRoster", "Rank": 1, - "Id": 1037 + "Id": 1038, + "CommandName": "Remove-PnPPlannerRoster", + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPPlannerRosterMember", "Rank": 1, - "Id": 1038 + "Id": 1039, + "CommandName": "Remove-PnPPlannerRosterMember", + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "CommandName": "Remove-PnPPlannerTask", "Rank": 1, - "Id": 1039 + "Id": 1040, + "CommandName": "Remove-PnPPlannerTask", + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 1, - "Id": 1040 + "Id": 1041, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 2, - "Id": 1041 + "Id": 1042, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 3, - "Id": 1042 + "Id": 1043, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Remove-PnPPublishingImageRendition", "Rank": 1, - "Id": 1043 + "Id": 1044, + "CommandName": "Remove-PnPPublishingImageRendition", + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "CommandName": "Remove-PnPRoleDefinition", "Rank": 1, - "Id": 1044 + "Id": 1045, + "CommandName": "Remove-PnPRoleDefinition", + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Command": "Remove-PnPSdnProvider -Confirm:false", - "CommandName": "Remove-PnPSdnProvider", "Rank": 1, - "Id": 1045 + "Id": 1046, + "CommandName": "Remove-PnPSdnProvider", + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 1, - "Id": 1046 + "Id": 1047, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 2, - "Id": 1047 + "Id": 1048, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 3, - "Id": 1048 + "Id": 1049, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 4, - "Id": 1049 + "Id": 1050, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 1, - "Id": 1050 + "Id": 1051, + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 2, - "Id": 1051 + "Id": 1052, + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Rank": 1, - "Id": 1052 + "Id": 1053, + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Command": "Remove-PnPSiteCollectionTermStore", - "CommandName": "Remove-PnPSiteCollectionTermStore", "Rank": 1, - "Id": 1053 + "Id": 1054, + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesign", "Rank": 1, - "Id": 1054 + "Id": 1055, + "CommandName": "Remove-PnPSiteDesign", + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesignTask", "Rank": 1, - "Id": 1055 + "Id": 1056, + "CommandName": "Remove-PnPSiteDesignTask", + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Remove-PnPSiteGroup", "Rank": 1, - "Id": 1056 + "Id": 1057, + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "CommandName": "Remove-PnPSiteGroup", "Rank": 2, - "Id": 1057 + "Id": 1058, + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteScript", "Rank": 1, - "Id": 1058 + "Id": 1059, + "CommandName": "Remove-PnPSiteScript", + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Remove-PnPSiteUserInvitations", "Rank": 1, - "Id": 1059 + "Id": 1060, + "CommandName": "Remove-PnPSiteUserInvitations", + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Command": "Remove-PnPStorageEntity -Key MyKey", - "CommandName": "Remove-PnPStorageEntity", "Rank": 1, - "Id": 1060 + "Id": 1061, + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Remove-PnPStorageEntity", "Rank": 2, - "Id": 1061 + "Id": 1062, + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPStoredCredential", "Rank": 1, - "Id": 1062 + "Id": 1063, + "CommandName": "Remove-PnPStoredCredential", + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "CommandName": "Remove-PnPTaxonomyItem", "Rank": 1, - "Id": 1063 + "Id": 1064, + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "CommandName": "Remove-PnPTaxonomyItem", "Rank": 2, - "Id": 1064 + "Id": 1065, + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "CommandName": "Remove-PnPTeamsApp", "Rank": 1, - "Id": 1065 + "Id": 1066, + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "CommandName": "Remove-PnPTeamsApp", "Rank": 2, - "Id": 1066 + "Id": 1067, + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"", - "CommandName": "Remove-PnPTeamsChannel", "Rank": 1, - "Id": 1067 + "Id": 1068, + "CommandName": "Remove-PnPTeamsChannel", + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"" }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 1, - "Id": 1068 + "Id": 1069, + "CommandName": "Remove-PnPTeamsChannelUser", + "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", - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 2, - "Id": 1069 + "Id": 1070, + "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 john.doe@contoso.com -Force", - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 3, - "Id": 1070 + "Id": 1071, + "CommandName": "Remove-PnPTeamsChannelUser", + "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", - "CommandName": "Remove-PnPTeamsTab", "Rank": 1, - "Id": 1071 + "Id": 1072, + "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 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab", "Rank": 2, - "Id": 1072 + "Id": 1073, + "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 fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "CommandName": "Remove-PnPTeamsTab", "Rank": 3, - "Id": 1073 + "Id": 1074, + "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-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Remove-PnPTeamsTag", "Rank": 1, - "Id": 1074 + "Id": 1075, + "CommandName": "Remove-PnPTeamsTag", + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Remove-PnPTeamsTeam", "Rank": 1, - "Id": 1075 + "Id": 1076, + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Command": "Remove-PnPTeamsTeam -Identity testteam", - "CommandName": "Remove-PnPTeamsTeam", "Rank": 2, - "Id": 1076 + "Id": 1077, + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "CommandName": "Remove-PnPTeamsUser", "Rank": 1, - "Id": 1077 + "Id": 1078, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Remove-PnPTeamsUser", "Rank": 2, - "Id": 1078 + "Id": 1079, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Remove-PnPTenantCdnOrigin", "Rank": 1, - "Id": 1079 + "Id": 1080, + "CommandName": "Remove-PnPTenantCdnOrigin", + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 1, - "Id": 1080 + "Id": 1081, + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 2, - "Id": 1081 + "Id": 1082, + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantSite", "Rank": 1, - "Id": 1082 + "Id": 1083, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "CommandName": "Remove-PnPTenantSite", "Rank": 2, - "Id": 1083 + "Id": 1084, + "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\" -FromRecycleBin", - "CommandName": "Remove-PnPTenantSite", "Rank": 3, - "Id": 1084 + "Id": 1085, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Command": "Remove-PnPTenantSyncClientRestriction", - "CommandName": "Remove-PnPTenantSyncClientRestriction", "Rank": 1, - "Id": 1085 + "Id": 1086, + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Remove-PnPTenantTheme", "Rank": 1, - "Id": 1086 + "Id": 1087, + "CommandName": "Remove-PnPTenantTheme", + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTerm", "Rank": 1, - "Id": 1087 + "Id": 1088, + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTerm", "Rank": 2, - "Id": 1088 + "Id": 1089, + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTermGroup", "Rank": 1, - "Id": 1089 + "Id": 1090, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "CommandName": "Remove-PnPTermGroup", "Rank": 2, - "Id": 1090 + "Id": 1091, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "CommandName": "Remove-PnPTermGroup", "Rank": 3, - "Id": 1091 + "Id": 1092, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "CommandName": "Remove-PnPTermLabel", "Rank": 1, - "Id": 1092 + "Id": 1093, + "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 \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTermLabel", "Rank": 2, - "Id": 1093 + "Id": 1094, + "CommandName": "Remove-PnPTermLabel", + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Remove-PnPUser -Identity 23", - "CommandName": "Remove-PnPUser", "Rank": 1, - "Id": 1094 + "Id": 1095, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity 23" }, { - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPUser", "Rank": 2, - "Id": 1095 + "Id": 1096, + "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 -Confirm:$false", - "CommandName": "Remove-PnPUser", "Rank": 3, - "Id": 1096 + "Id": 1097, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Confirm:$false" }, { - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Remove-PnPUserInfo", "Rank": 1, - "Id": 1097 + "Id": 1098, + "CommandName": "Remove-PnPUserInfo", + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Remove-PnPUserProfile", "Rank": 1, - "Id": 1098 + "Id": 1099, + "CommandName": "Remove-PnPUserProfile", + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "CommandName": "Remove-PnPView", "Rank": 1, - "Id": 1099 + "Id": 1100, + "CommandName": "Remove-PnPView", + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Rank": 1, - "Id": 1100 + "Id": 1101, + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Command": "Remove-PnPWeb -Identity projectA", - "CommandName": "Remove-PnPWeb", "Rank": 1, - "Id": 1101 + "Id": 1102, + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity projectA" }, { - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "CommandName": "Remove-PnPWeb", "Rank": 2, - "Id": 1102 + "Id": 1103, + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "CommandName": "Remove-PnPWebhookSubscription", "Rank": 1, - "Id": 1103 + "Id": 1104, + "CommandName": "Remove-PnPWebhookSubscription", + "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", - "CommandName": "Remove-PnPWebPart", "Rank": 1, - "Id": 1104 + "Id": 1105, + "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\" -Title MyWebpart", - "CommandName": "Remove-PnPWebPart", "Rank": 2, - "Id": 1105 + "Id": 1106, + "CommandName": "Remove-PnPWebPart", + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "CommandName": "Remove-PnPWikiPage", "Rank": 1, - "Id": 1106 + "Id": 1107, + "CommandName": "Remove-PnPWikiPage", + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile", "Rank": 1, - "Id": 1107 + "Id": 1108, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile", "Rank": 2, - "Id": 1108 + "Id": 1109, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "CommandName": "Rename-PnPFile", "Rank": 3, - "Id": 1109 + "Id": 1110, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "CommandName": "Rename-PnPFolder", "Rank": 1, - "Id": 1110 + "Id": 1111, + "CommandName": "Rename-PnPFolder", + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Repair-PnPSite", "Rank": 1, - "Id": 1111 + "Id": 1112, + "CommandName": "Repair-PnPSite", + "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\"", - "CommandName": "Repair-PnPSite", "Rank": 2, - "Id": 1112 + "Id": 1113, + "CommandName": "Repair-PnPSite", + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Command": "Request-PnPAccessToken", - "CommandName": "Request-PnPAccessToken", "Rank": 1, - "Id": 1113 + "Id": 1114, + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken" }, { - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2", - "CommandName": "Request-PnPAccessToken", "Rank": 2, - "Id": 1114 + "Id": 1115, + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2" }, { - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All", - "CommandName": "Request-PnPAccessToken", "Rank": 3, - "Id": 1115 + "Id": 1116, + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All" }, { - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl", - "CommandName": "Request-PnPAccessToken", "Rank": 4, - "Id": 1116 + "Id": 1117, + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl" }, { - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "CommandName": "Request-PnPPersonalSite", "Rank": 1, - "Id": 1117 + "Id": 1118, + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "CommandName": "Request-PnPPersonalSite", "Rank": 2, - "Id": 1118 + "Id": 1119, + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "CommandName": "Request-PnPReIndexList", "Rank": 1, - "Id": 1119 + "Id": 1120, + "CommandName": "Request-PnPReIndexList", + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Command": "Request-PnPReIndexWeb", - "CommandName": "Request-PnPReIndexWeb", "Rank": 1, - "Id": 1120 + "Id": 1121, + "CommandName": "Request-PnPReIndexWeb", + "Command": "Request-PnPReIndexWeb" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 1, - "Id": 1121 + "Id": 1122, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 2, - "Id": 1122 + "Id": 1123, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 3, - "Id": 1123 + "Id": 1124, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "CommandName": "Reset-PnPFileVersion", "Rank": 1, - "Id": 1124 + "Id": 1125, + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "CommandName": "Reset-PnPFileVersion", "Rank": 2, - "Id": 1125 + "Id": 1126, + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Command": "Reset-PnPLabel -List \"Demo List\"", - "CommandName": "Reset-PnPLabel", "Rank": 1, - "Id": 1126 + "Id": 1127, + "CommandName": "Reset-PnPLabel", + "Command": "Reset-PnPLabel -List \"Demo List\"" }, { - "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true", - "CommandName": "Reset-PnPLabel", "Rank": 2, - "Id": 1127 + "Id": 1128, + "CommandName": "Reset-PnPLabel", + "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true" }, { - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Rank": 1, - "Id": 1128 + "Id": 1129, + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "CommandName": "Resolve-PnPFolder", "Rank": 1, - "Id": 1129 + "Id": 1130, + "CommandName": "Resolve-PnPFolder", + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Rank": 1, - "Id": 1130 + "Id": 1131, + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion", "Rank": 1, - "Id": 1131 + "Id": 1132, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion", "Rank": 2, - "Id": 1132 + "Id": 1133, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Restore-PnPFileVersion", "Rank": 3, - "Id": 1133 + "Id": 1134, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Restore-PnPRecycleBinItem", "Rank": 1, - "Id": 1134 + "Id": 1135, + "CommandName": "Restore-PnPRecycleBinItem", + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 1, - "Id": 1135 + "Id": 1136, + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 2, - "Id": 1136 + "Id": 1137, + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantSite", "Rank": 1, - "Id": 1137 + "Id": 1138, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Restore-PnPTenantSite", "Rank": 2, - "Id": 1138 + "Id": 1139, + "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 -NoWait", - "CommandName": "Restore-PnPTenantSite", "Rank": 3, - "Id": 1139 + "Id": 1140, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "CommandName": "Revoke-PnPAzureADAppSitePermission", "Rank": 1, - "Id": 1140 + "Id": 1141, + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPHubSiteRights", "Rank": 1, - "Id": 1141 + "Id": 1142, + "CommandName": "Revoke-PnPHubSiteRights", + "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\"", - "CommandName": "Revoke-PnPSiteDesignRights", "Rank": 1, - "Id": 1142 + "Id": 1143, + "CommandName": "Revoke-PnPSiteDesignRights", + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Rank": 1, - "Id": 1143 + "Id": 1144, + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "CommandName": "Revoke-PnPUserSession", "Rank": 1, - "Id": 1144 + "Id": 1145, + "CommandName": "Revoke-PnPUserSession", + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "CommandName": "Save-PnPSiteTemplate", "Rank": 1, - "Id": 1145 + "Id": 1146, + "CommandName": "Save-PnPSiteTemplate", + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "CommandName": "Save-PnPTenantTemplate", "Rank": 1, - "Id": 1146 + "Id": 1147, + "CommandName": "Save-PnPTenantTemplate", + "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\"", - "CommandName": "Send-PnPMail", "Rank": 1, - "Id": 1147 + "Id": 1148, + "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 \"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": 1148 + "Id": 1149, + "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 -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "CommandName": "Send-PnPMail", "Rank": 3, - "Id": 1149 + "Id": 1150, + "CommandName": "Send-PnPMail", + "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.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com", - "CommandName": "Send-PnPMail", "Rank": 4, - "Id": 1150 + "Id": 1151, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com", - "CommandName": "Send-PnPMail", "Rank": 5, - "Id": 1151 + "Id": 1152, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"", - "CommandName": "Send-PnPMail", "Rank": 6, - "Id": 1152 + "Id": 1153, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"" }, { - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "CommandName": "Set-PnPAdaptiveScopeProperty", "Rank": 1, - "Id": 1153 + "Id": 1154, + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Set-PnPApplicationCustomizer", "Rank": 1, - "Id": 1154 + "Id": 1155, + "CommandName": "Set-PnPApplicationCustomizer", + "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`\"}\"", - "CommandName": "Set-PnPApplicationCustomizer", "Rank": 2, - "Id": 1155 + "Id": 1156, + "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-PnPAppSideLoading -On", - "CommandName": "Set-PnPAppSideLoading", "Rank": 1, - "Id": 1156 + "Id": 1157, + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -On" }, { - "Command": "Set-PnPAppSideLoading -Off", - "CommandName": "Set-PnPAppSideLoading", "Rank": 2, - "Id": 1157 + "Id": 1158, + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -Off" }, { - "Command": "Set-PnPAuditing -EnableAll", - "CommandName": "Set-PnPAuditing", "Rank": 1, - "Id": 1158 + "Id": 1159, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -EnableAll" }, { - "Command": "Set-PnPAuditing -DisableAll", - "CommandName": "Set-PnPAuditing", "Rank": 2, - "Id": 1159 + "Id": 1160, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -DisableAll" }, { - "Command": "Set-PnPAuditing -RetentionTime 7", - "CommandName": "Set-PnPAuditing", "Rank": 3, - "Id": 1160 + "Id": 1161, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Command": "Set-PnPAuditing -TrimAuditLog", - "CommandName": "Set-PnPAuditing", "Rank": 4, - "Id": 1161 + "Id": 1162, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "CommandName": "Set-PnPAuditing", "Rank": 5, - "Id": 1162 + "Id": 1163, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "CommandName": "Set-PnPAvailablePageLayouts", "Rank": 1, - "Id": 1163 + "Id": 1164, + "CommandName": "Set-PnPAvailablePageLayouts", + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 1, - "Id": 1164 + "Id": 1165, + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 2, - "Id": 1165 + "Id": 1166, + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup", "Rank": 1, - "Id": 1166 + "Id": 1167, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup", "Rank": 2, - "Id": 1167 + "Id": 1168, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPAzureADGroup", "Rank": 3, - "Id": 1168 + "Id": 1169, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 1, - "Id": 1169 + "Id": 1170, + "CommandName": "Set-PnPBrowserIdleSignout", + "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)", - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 2, - "Id": 1170 + "Id": 1171, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 3, - "Id": 1171 + "Id": 1172, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 1, - "Id": 1172 + "Id": 1173, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 2, - "Id": 1173 + "Id": 1174, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 1, - "Id": 1174 + "Id": 1175, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 2, - "Id": 1175 + "Id": 1176, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 3, - "Id": 1176 + "Id": 1177, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 4, - "Id": 1177 + "Id": 1178, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType", "Rank": 1, - "Id": 1178 + "Id": 1179, + "CommandName": "Set-PnPContentType", + "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", - "CommandName": "Set-PnPContentType", "Rank": 2, - "Id": 1179 + "Id": 1180, + "CommandName": "Set-PnPContentType", + "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\"", - "CommandName": "Set-PnPContentType", "Rank": 3, - "Id": 1180 + "Id": 1181, + "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\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType", "Rank": 4, - "Id": 1181 + "Id": 1182, + "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\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType", "Rank": 5, - "Id": 1182 + "Id": 1183, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 1, - "Id": 1183 + "Id": 1184, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 2, - "Id": 1184 + "Id": 1185, + "CommandName": "Set-PnPDefaultColumnValues", + "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\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 3, - "Id": 1185 + "Id": 1186, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 4, - "Id": 1186 + "Id": 1187, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "CommandName": "Set-PnPDefaultContentTypeToList", "Rank": 1, - "Id": 1187 + "Id": 1188, + "CommandName": "Set-PnPDefaultContentTypeToList", + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 1, - "Id": 1188 + "Id": 1189, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 2, - "Id": 1189 + "Id": 1190, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 3, - "Id": 1190 + "Id": 1191, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 1, - "Id": 1191 + "Id": 1192, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 2, - "Id": 1192 + "Id": 1193, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 3, - "Id": 1193 + "Id": 1194, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "CommandName": "Set-PnPDocumentSetField", "Rank": 1, - "Id": 1194 + "Id": 1195, + "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\" -RemoveSharedField -RemoveWelcomePageField", - "CommandName": "Set-PnPDocumentSetField", "Rank": 2, - "Id": 1195 + "Id": 1196, + "CommandName": "Set-PnPDocumentSetField", + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "CommandName": "Set-PnPField", "Rank": 1, - "Id": 1196 + "Id": 1197, + "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\"} -UpdateExistingLists", - "CommandName": "Set-PnPField", "Rank": 2, - "Id": 1197 + "Id": 1198, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "CommandName": "Set-PnPField", "Rank": 3, - "Id": 1198 + "Id": 1199, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedIn", "Rank": 1, - "Id": 1199 + "Id": 1200, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "CommandName": "Set-PnPFileCheckedIn", "Rank": 2, - "Id": 1200 + "Id": 1201, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedOut", "Rank": 1, - "Id": 1201 + "Id": 1202, + "CommandName": "Set-PnPFileCheckedOut", + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission", "Rank": 1, - "Id": 1202 + "Id": 1203, + "CommandName": "Set-PnPFolderPermission", + "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'", - "CommandName": "Set-PnPFolderPermission", "Rank": 2, - "Id": 1203 + "Id": 1204, + "CommandName": "Set-PnPFolderPermission", + "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", - "CommandName": "Set-PnPFolderPermission", "Rank": 3, - "Id": 1204 + "Id": 1205, + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Command": "Set-PnPFooter -Enabled:$true", - "CommandName": "Set-PnPFooter", "Rank": 1, - "Id": 1205 + "Id": 1206, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true" }, { - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "CommandName": "Set-PnPFooter", "Rank": 2, - "Id": 1206 + "Id": 1207, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "CommandName": "Set-PnPFooter", "Rank": 3, - "Id": 1207 + "Id": 1208, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Command": "Set-PnPFooter -LogoUrl \"\"", - "CommandName": "Set-PnPFooter", "Rank": 4, - "Id": 1208 + "Id": 1209, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "CommandName": "Set-PnPGraphSubscription", "Rank": 1, - "Id": 1209 + "Id": 1210, + "CommandName": "Set-PnPGraphSubscription", + "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", - "CommandName": "Set-PnPGroup", "Rank": 1, - "Id": 1210 + "Id": 1211, + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "CommandName": "Set-PnPGroup", "Rank": 2, - "Id": 1211 + "Id": 1212, + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "CommandName": "Set-PnPGroupPermissions", "Rank": 1, - "Id": 1212 + "Id": 1213, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "CommandName": "Set-PnPGroupPermissions", "Rank": 2, - "Id": 1213 + "Id": 1214, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions", "Rank": 3, - "Id": 1214 + "Id": 1215, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions", "Rank": 4, - "Id": 1215 + "Id": 1216, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "CommandName": "Set-PnPGroupPermissions", "Rank": 5, - "Id": 1216 + "Id": 1217, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "CommandName": "Set-PnPHideDefaultThemes", "Rank": 1, - "Id": 1217 + "Id": 1218, + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "CommandName": "Set-PnPHideDefaultThemes", "Rank": 2, - "Id": 1218 + "Id": 1219, + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "CommandName": "Set-PnPHomePage", "Rank": 1, - "Id": 1219 + "Id": 1220, + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "CommandName": "Set-PnPHomePage", "Rank": 2, - "Id": 1220 + "Id": 1221, + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Set-PnPHomeSite", "Rank": 1, - "Id": 1221 + "Id": 1222, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "CommandName": "Set-PnPHomeSite", "Rank": 2, - "Id": 1222 + "Id": 1223, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "CommandName": "Set-PnPHubSite", "Rank": 1, - "Id": 1223 + "Id": 1224, + "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\" -Description \"My updated description\"", - "CommandName": "Set-PnPHubSite", "Rank": 2, - "Id": 1224 + "Id": 1225, + "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\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "CommandName": "Set-PnPHubSite", "Rank": 3, - "Id": 1225 + "Id": 1226, + "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\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "CommandName": "Set-PnPHubSite", "Rank": 4, - "Id": 1226 + "Id": 1227, + "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\" -EnablePermissionsSync", - "CommandName": "Set-PnPHubSite", "Rank": 5, - "Id": 1227 + "Id": 1228, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "CommandName": "Set-PnPHubSite", "Rank": 6, - "Id": 1228 + "Id": 1229, + "CommandName": "Set-PnPHubSite", + "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\"", - "CommandName": "Set-PnPImageListItemColumn", "Rank": 1, - "Id": 1229 + "Id": 1230, + "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\" -Path sample.png", - "CommandName": "Set-PnPImageListItemColumn", "Rank": 2, - "Id": 1230 + "Id": 1231, + "CommandName": "Set-PnPImageListItemColumn", + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "CommandName": "Set-PnPIndexedProperties", "Rank": 1, - "Id": 1231 + "Id": 1232, + "CommandName": "Set-PnPIndexedProperties", + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 1, - "Id": 1232 + "Id": 1233, + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 2, - "Id": 1233 + "Id": 1234, + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "CommandName": "Set-PnPKnowledgeHubSite", "Rank": 1, - "Id": 1234 + "Id": 1235, + "CommandName": "Set-PnPKnowledgeHubSite", + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"", - "CommandName": "Set-PnPLabel", "Rank": 1, - "Id": 1235 + "Id": 1236, + "CommandName": "Set-PnPLabel", + "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "CommandName": "Set-PnPLabel", "Rank": 2, - "Id": 1236 + "Id": 1237, + "CommandName": "Set-PnPLabel", + "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "CommandName": "Set-PnPList", "Rank": 1, - "Id": 1237 + "Id": 1238, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "CommandName": "Set-PnPList", "Rank": 2, - "Id": 1238 + "Id": 1239, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "CommandName": "Set-PnPList", "Rank": 3, - "Id": 1239 + "Id": 1240, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "CommandName": "Set-PnPList", "Rank": 4, - "Id": 1240 + "Id": 1241, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "CommandName": "Set-PnPList", "Rank": 5, - "Id": 1241 + "Id": 1242, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "CommandName": "Set-PnPList", "Rank": 6, - "Id": 1242 + "Id": 1243, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "CommandName": "Set-PnPList", "Rank": 7, - "Id": 1243 + "Id": 1244, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPList", "Rank": 8, - "Id": 1244 + "Id": 1245, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500", - "CommandName": "Set-PnPList", "Rank": 9, - "Id": 1245 + "Id": 1246, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500", - "CommandName": "Set-PnPList", "Rank": 10, - "Id": 1246 + "Id": 1247, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "CommandName": "Set-PnPList", "Rank": 11, - "Id": 1247 + "Id": 1248, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 1, - "Id": 1248 + "Id": 1249, + "CommandName": "Set-PnPListInformationRightsManagement", + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 2, - "Id": 1249 + "Id": 1250, + "CommandName": "Set-PnPListInformationRightsManagement", + "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\"}", - "CommandName": "Set-PnPListItem", "Rank": 1, - "Id": 1250 + "Id": 1251, + "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 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem", "Rank": 2, - "Id": 1251 + "Id": 1252, + "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 $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem", "Rank": 3, - "Id": 1252 + "Id": 1253, + "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 1 -Label \"Public\"", - "CommandName": "Set-PnPListItem", "Rank": 4, - "Id": 1253 + "Id": 1254, + "CommandName": "Set-PnPListItem", + "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", - "CommandName": "Set-PnPListItem", "Rank": 5, - "Id": 1254 + "Id": 1255, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Set-PnPListItemAsRecord", "Rank": 1, - "Id": 1255 + "Id": 1256, + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "CommandName": "Set-PnPListItemAsRecord", "Rank": 2, - "Id": 1256 + "Id": 1257, + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission", "Rank": 1, - "Id": 1257 + "Id": 1258, + "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' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission", "Rank": 2, - "Id": 1258 + "Id": 1259, + "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' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPListItemPermission", "Rank": 3, - "Id": 1259 + "Id": 1260, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "CommandName": "Set-PnPListItemPermission", "Rank": 4, - "Id": 1260 + "Id": 1261, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "CommandName": "Set-PnPListItemPermission", "Rank": 5, - "Id": 1261 + "Id": 1262, + "CommandName": "Set-PnPListItemPermission", + "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'", - "CommandName": "Set-PnPListPermission", "Rank": 1, - "Id": 1262 + "Id": 1263, + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListPermission", "Rank": 2, - "Id": 1263 + "Id": 1264, + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "CommandName": "Set-PnPListRecordDeclaration", "Rank": 1, - "Id": 1264 + "Id": 1265, + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "CommandName": "Set-PnPListRecordDeclaration", "Rank": 2, - "Id": 1265 + "Id": 1266, + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage", "Rank": 1, - "Id": 1266 + "Id": 1267, + "CommandName": "Set-PnPMasterPage", + "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", - "CommandName": "Set-PnPMasterPage", "Rank": 2, - "Id": 1267 + "Id": 1268, + "CommandName": "Set-PnPMasterPage", + "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", - "CommandName": "Set-PnPMasterPage", "Rank": 3, - "Id": 1268 + "Id": 1269, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage", "Rank": 4, - "Id": 1269 + "Id": 1270, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 1, - "Id": 1270 + "Id": 1271, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 2, - "Id": 1271 + "Id": 1272, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 3, - "Id": 1272 + "Id": 1273, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 1, - "Id": 1273 + "Id": 1274, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 2, - "Id": 1274 + "Id": 1275, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 3, - "Id": 1275 + "Id": 1276, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 1, - "Id": 1276 + "Id": 1277, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 2, - "Id": 1277 + "Id": 1278, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 3, - "Id": 1278 + "Id": 1279, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 1, - "Id": 1279 + "Id": 1280, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 2, - "Id": 1280 + "Id": 1281, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 3, - "Id": 1281 + "Id": 1282, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 1, - "Id": 1282 + "Id": 1283, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 2, - "Id": 1283 + "Id": 1284, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 3, - "Id": 1284 + "Id": 1285, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 1, - "Id": 1285 + "Id": 1286, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 2, - "Id": 1286 + "Id": 1287, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 3, - "Id": 1287 + "Id": 1288, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 1, - "Id": 1288 + "Id": 1289, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 2, - "Id": 1289 + "Id": 1290, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 3, - "Id": 1290 + "Id": 1291, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 4, - "Id": 1291 + "Id": 1292, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 5, - "Id": 1292 + "Id": 1293, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 6, - "Id": 1293 + "Id": 1294, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 1, - "Id": 1294 + "Id": 1295, + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 2, - "Id": 1295 + "Id": 1296, + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Command": "Set-PnPMinimalDownloadStrategy -Off", - "CommandName": "Set-PnPMinimalDownloadStrategy", "Rank": 1, - "Id": 1296 + "Id": 1297, + "CommandName": "Set-PnPMinimalDownloadStrategy", + "Command": "Set-PnPMinimalDownloadStrategy -Off" }, { - "Command": "Set-PnPMinimalDownloadStrategy -On", - "CommandName": "Set-PnPMinimalDownloadStrategy", "Rank": 2, - "Id": 1297 + "Id": 1298, + "CommandName": "Set-PnPMinimalDownloadStrategy", + "Command": "Set-PnPMinimalDownloadStrategy -On" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "CommandName": "Set-PnPPage", "Rank": 1, - "Id": 1298 + "Id": 1299, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "CommandName": "Set-PnPPage", "Rank": 2, - "Id": 1299 + "Id": 1300, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "CommandName": "Set-PnPPage", "Rank": 3, - "Id": 1300 + "Id": 1301, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "CommandName": "Set-PnPPage", "Rank": 4, - "Id": 1301 + "Id": 1302, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "CommandName": "Set-PnPPage", "Rank": 5, - "Id": 1302 + "Id": 1303, + "CommandName": "Set-PnPPage", + "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", - "CommandName": "Set-PnPPage", "Rank": 6, - "Id": 1303 + "Id": 1304, + "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\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Set-PnPPage", "Rank": 7, - "Id": 1304 + "Id": 1305, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Command": "Set-PnPPage -Name \"NewPage\" -Translate", - "CommandName": "Set-PnPPage", "Rank": 8, - "Id": 1305 + "Id": 1306, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Name \"NewPage\" -Translate" }, { - "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Set-PnPPage", "Rank": 9, - "Id": 1306 + "Id": 1307, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Set-PnPPage", "Rank": 10, - "Id": 1307 + "Id": 1308, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "CommandName": "Set-PnPPageTextPart", "Rank": 1, - "Id": 1308 + "Id": 1309, + "CommandName": "Set-PnPPageTextPart", + "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`\"\"", - "CommandName": "Set-PnPPageWebPart", "Rank": 1, - "Id": 1309 + "Id": 1310, + "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 $myproperties", - "CommandName": "Set-PnPPageWebPart", "Rank": 2, - "Id": 1310 + "Id": 1311, + "CommandName": "Set-PnPPageWebPart", + "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\"", - "CommandName": "Set-PnPPlannerBucket", "Rank": 1, - "Id": 1311 + "Id": 1312, + "CommandName": "Set-PnPPlannerBucket", + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "CommandName": "Set-PnPPlannerConfiguration", "Rank": 1, - "Id": 1312 + "Id": 1313, + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "CommandName": "Set-PnPPlannerConfiguration", "Rank": 2, - "Id": 1313 + "Id": 1314, + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "CommandName": "Set-PnPPlannerPlan", "Rank": 1, - "Id": 1314 + "Id": 1315, + "CommandName": "Set-PnPPlannerPlan", + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "CommandName": "Set-PnPPlannerTask", "Rank": 1, - "Id": 1315 + "Id": 1316, + "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\" -Bucket \"To do\"", - "CommandName": "Set-PnPPlannerTask", "Rank": 2, - "Id": 1316 + "Id": 1317, + "CommandName": "Set-PnPPlannerTask", + "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\"", - "CommandName": "Set-PnPPlannerTask", "Rank": 3, - "Id": 1317 + "Id": 1318, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPPlannerUserPolicy", "Rank": 1, - "Id": 1318 + "Id": 1319, + "CommandName": "Set-PnPPlannerUserPolicy", + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "CommandName": "Set-PnPPropertyBagValue", "Rank": 1, - "Id": 1319 + "Id": 1320, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "CommandName": "Set-PnPPropertyBagValue", "Rank": 2, - "Id": 1320 + "Id": 1321, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "CommandName": "Set-PnPPropertyBagValue", "Rank": 3, - "Id": 1321 + "Id": 1322, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 1, - "Id": 1322 + "Id": 1323, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Command": "Set-PnPRequestAccessEmails -Disabled", - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 2, - "Id": 1323 + "Id": 1324, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 3, - "Id": 1324 + "Id": 1325, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "CommandName": "Set-PnPRoleDefinition", "Rank": 1, - "Id": 1325 + "Id": 1326, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "CommandName": "Set-PnPRoleDefinition", "Rank": 2, - "Id": 1326 + "Id": 1327, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "CommandName": "Set-PnPRoleDefinition", "Rank": 3, - "Id": 1327 + "Id": 1328, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "CommandName": "Set-PnPRoleDefinition", "Rank": 4, - "Id": 1328 + "Id": 1329, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 1, - "Id": 1329 + "Id": 1330, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 2, - "Id": 1330 + "Id": 1331, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 3, - "Id": 1331 + "Id": 1332, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 4, - "Id": 1332 + "Id": 1333, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "CommandName": "Set-PnPSearchSettings", "Rank": 1, - "Id": 1333 + "Id": 1334, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "CommandName": "Set-PnPSearchSettings", "Rank": 2, - "Id": 1334 + "Id": 1335, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "CommandName": "Set-PnPSearchSettings", "Rank": 3, - "Id": 1335 + "Id": 1336, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "CommandName": "Set-PnPSearchSettings", "Rank": 4, - "Id": 1336 + "Id": 1337, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "CommandName": "Set-PnPSearchSettings", "Rank": 5, - "Id": 1337 + "Id": 1338, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "CommandName": "Set-PnPSearchSettings", "Rank": 6, - "Id": 1338 + "Id": 1339, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Command": "Set-PnPSearchSettings -SearchScope Hub", - "CommandName": "Set-PnPSearchSettings", "Rank": 7, - "Id": 1339 + "Id": 1340, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Command": "Set-PnPSite -Classification \"HBI\"", - "CommandName": "Set-PnPSite", "Rank": 1, - "Id": 1340 + "Id": 1341, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Command": "Set-PnPSite -Classification $null", - "CommandName": "Set-PnPSite", "Rank": 2, - "Id": 1341 + "Id": 1342, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification $null" }, { - "Command": "Set-PnPSite -DisableFlows", - "CommandName": "Set-PnPSite", "Rank": 3, - "Id": 1342 + "Id": 1343, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows" }, { - "Command": "Set-PnPSite -DisableFlows:$false", - "CommandName": "Set-PnPSite", "Rank": 4, - "Id": 1343 + "Id": 1344, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "CommandName": "Set-PnPSite", "Rank": 5, - "Id": 1344 + "Id": 1345, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Command": "Set-PnPSite -NoScriptSite $false", - "CommandName": "Set-PnPSite", "Rank": 6, - "Id": 1345 + "Id": 1346, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "CommandName": "Set-PnPSiteClassification", "Rank": 1, - "Id": 1346 + "Id": 1347, + "CommandName": "Set-PnPSiteClassification", + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Command": "Set-PnPSiteClosure -State Open", - "CommandName": "Set-PnPSiteClosure", "Rank": 1, - "Id": 1347 + "Id": 1348, + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Open" }, { - "Command": "Set-PnPSiteClosure -State Closed", - "CommandName": "Set-PnPSiteClosure", "Rank": 2, - "Id": 1348 + "Id": 1349, + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Closed" }, { - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "CommandName": "Set-PnPSiteDesign", "Rank": 1, - "Id": 1349 + "Id": 1350, + "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 Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "CommandName": "Set-PnPSiteDesign", "Rank": 2, - "Id": 1350 + "Id": 1351, + "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-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", - "CommandName": "Set-PnPSiteGroup", "Rank": 1, - "Id": 1351 + "Id": 1352, + "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\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "CommandName": "Set-PnPSiteGroup", "Rank": 2, - "Id": 1352 + "Id": 1353, + "CommandName": "Set-PnPSiteGroup", + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Set-PnPSitePolicy", "Rank": 1, - "Id": 1353 + "Id": 1354, + "CommandName": "Set-PnPSitePolicy", + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScript", "Rank": 1, - "Id": 1354 + "Id": 1355, + "CommandName": "Set-PnPSiteScript", + "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\"", - "CommandName": "Set-PnPSiteScriptPackage", "Rank": 1, - "Id": 1355 + "Id": 1356, + "CommandName": "Set-PnPSiteScriptPackage", + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 1, - "Id": 1356 + "Id": 1357, + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 2, - "Id": 1357 + "Id": 1358, + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 1, - "Id": 1358 + "Id": 1359, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 2, - "Id": 1359 + "Id": 1360, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 3, - "Id": 1360 + "Id": 1361, + "CommandName": "Set-PnPSiteTemplateMetadata", + "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\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 4, - "Id": 1361 + "Id": 1362, + "CommandName": "Set-PnPSiteTemplateMetadata", + "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\"}", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 5, - "Id": 1362 + "Id": 1363, + "CommandName": "Set-PnPSiteTemplateMetadata", + "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\"}", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 6, - "Id": 1363 + "Id": 1364, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity", "Rank": 1, - "Id": 1364 + "Id": 1365, + "CommandName": "Set-PnPStorageEntity", + "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\"", - "CommandName": "Set-PnPStorageEntity", "Rank": 2, - "Id": 1365 + "Id": 1366, + "CommandName": "Set-PnPStorageEntity", + "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/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 1, - "Id": 1366 + "Id": 1367, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 2, - "Id": 1367 + "Id": 1368, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "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\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 1, - "Id": 1368 + "Id": 1369, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "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\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 2, - "Id": 1369 + "Id": 1370, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true", - "CommandName": "Set-PnPSubscribeSharePointNewsDigest", "Rank": 1, - "Id": 1370 + "Id": 1371, + "CommandName": "Set-PnPSubscribeSharePointNewsDigest", + "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true" }, { - "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false", - "CommandName": "Set-PnPSubscribeSharePointNewsDigest", "Rank": 2, - "Id": 1371 + "Id": 1372, + "CommandName": "Set-PnPSubscribeSharePointNewsDigest", + "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 1, - "Id": 1372 + "Id": 1373, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 2, - "Id": 1373 + "Id": 1374, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 3, - "Id": 1374 + "Id": 1375, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Command": "Set-PnPTeamifyPromptHidden", - "CommandName": "Set-PnPTeamifyPromptHidden", "Rank": 1, - "Id": 1375 + "Id": 1376, + "CommandName": "Set-PnPTeamifyPromptHidden", + "Command": "Set-PnPTeamifyPromptHidden" }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "CommandName": "Set-PnPTeamsChannel", "Rank": 1, - "Id": 1376 + "Id": 1377, + "CommandName": "Set-PnPTeamsChannel", + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "CommandName": "Set-PnPTeamsChannel", "Rank": 2, - "Id": 1377 + "Id": 1378, + "CommandName": "Set-PnPTeamsChannel", + "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", - "CommandName": "Set-PnpTeamsChannelUser", "Rank": 1, - "Id": 1378 + "Id": 1379, + "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 \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "CommandName": "Set-PnpTeamsChannelUser", "Rank": 2, - "Id": 1379 + "Id": 1380, + "CommandName": "Set-PnpTeamsChannelUser", + "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\"", - "CommandName": "Set-PnPTeamsTab", "Rank": 1, - "Id": 1380 + "Id": 1381, + "CommandName": "Set-PnPTeamsTab", + "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\"", - "CommandName": "Set-PnPTeamsTag", "Rank": 1, - "Id": 1381 + "Id": 1382, + "CommandName": "Set-PnPTeamsTag", + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "CommandName": "Set-PnPTeamsTeam", "Rank": 1, - "Id": 1382 + "Id": 1383, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "CommandName": "Set-PnPTeamsTeam", "Rank": 2, - "Id": 1383 + "Id": 1384, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "CommandName": "Set-PnPTeamsTeam", "Rank": 3, - "Id": 1384 + "Id": 1385, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "CommandName": "Set-PnPTeamsTeam", "Rank": 4, - "Id": 1385 + "Id": 1386, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 1, - "Id": 1386 + "Id": 1387, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 2, - "Id": 1387 + "Id": 1388, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 3, - "Id": 1388 + "Id": 1389, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPTeamsTeamPicture", "Rank": 1, - "Id": 1389 + "Id": 1390, + "CommandName": "Set-PnPTeamsTeamPicture", + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Command": "Set-PnPTemporarilyDisableAppBar $true", - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 1, - "Id": 1390 + "Id": 1391, + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Command": "Set-PnPTemporarilyDisableAppBar $false", - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 2, - "Id": 1391 + "Id": 1392, + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "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": 1392 + "Id": 1393, + "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-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "CommandName": "Set-PnPTenant", "Rank": 2, - "Id": 1393 + "Id": 1394, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "CommandName": "Set-PnPTenant", "Rank": 3, - "Id": 1394 + "Id": 1395, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "CommandName": "Set-PnPTenant", "Rank": 4, - "Id": 1395 + "Id": 1396, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "CommandName": "Set-PnPTenantAppCatalogUrl", "Rank": 1, - "Id": 1396 + "Id": 1397, + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 1, - "Id": 1397 + "Id": 1398, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 2, - "Id": 1398 + "Id": 1399, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 3, - "Id": 1399 + "Id": 1400, + "CommandName": "Set-PnPTenantCdnEnabled", + "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\"", - "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 1, - "Id": 1400 + "Id": 1401, + "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 ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 2, - "Id": 1401 + "Id": 1402, + "CommandName": "Set-PnPTenantCdnPolicy", + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "CommandName": "Set-PnPTenantSite", "Rank": 1, - "Id": 1402 + "Id": 1403, + "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\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "CommandName": "Set-PnPTenantSite", "Rank": 2, - "Id": 1403 + "Id": 1404, + "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/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPTenantSite", "Rank": 3, - "Id": 1404 + "Id": 1405, + "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 @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Set-PnPTenantSite", "Rank": 4, - "Id": 1405 + "Id": 1406, + "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\" -DenyAddAndCustomizePages:$false", - "CommandName": "Set-PnPTenantSite", "Rank": 5, - "Id": 1406 + "Id": 1407, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 1, - "Id": 1407 + "Id": 1408, + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 2, - "Id": 1408 + "Id": 1409, + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "CommandName": "Set-PnPTerm", "Rank": 1, - "Id": 1409 + "Id": 1410, + "CommandName": "Set-PnPTerm", + "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\"}", - "CommandName": "Set-PnPTerm", "Rank": 2, - "Id": 1410 + "Id": 1411, + "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\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm", "Rank": 3, - "Id": 1411 + "Id": 1412, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "CommandName": "Set-PnPTermGroup", "Rank": 1, - "Id": 1412 + "Id": 1413, + "CommandName": "Set-PnPTermGroup", + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "CommandName": "Set-PnPTermSet", "Rank": 1, - "Id": 1413 + "Id": 1414, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "CommandName": "Set-PnPTermSet", "Rank": 2, - "Id": 1414 + "Id": 1415, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "CommandName": "Set-PnPTermSet", "Rank": 3, - "Id": 1415 + "Id": 1416, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Command": "Set-PnPTheme", - "CommandName": "Set-PnPTheme", "Rank": 1, - "Id": 1416 + "Id": 1417, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "CommandName": "Set-PnPTheme", "Rank": 2, - "Id": 1417 + "Id": 1418, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "CommandName": "Set-PnPTheme", "Rank": 3, - "Id": 1418 + "Id": 1419, + "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' -ResetSubwebsToInherit", - "CommandName": "Set-PnPTheme", "Rank": 4, - "Id": 1419 + "Id": 1420, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt", - "CommandName": "Set-PnPTraceLog", "Rank": 1, - "Id": 1420 + "Id": 1421, + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt" }, { - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug", - "CommandName": "Set-PnPTraceLog", "Rank": 2, - "Id": 1421 + "Id": 1422, + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug" }, { - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"", - "CommandName": "Set-PnPTraceLog", "Rank": 3, - "Id": 1422 + "Id": 1423, + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"" }, { - "Command": "Set-PnPTraceLog -Off", - "CommandName": "Set-PnPTraceLog", "Rank": 4, - "Id": 1423 + "Id": 1424, + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -Off" }, { - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "CommandName": "Set-PnPUserOneDriveQuota", "Rank": 1, - "Id": 1424 + "Id": 1425, + "CommandName": "Set-PnPUserOneDriveQuota", + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "CommandName": "Set-PnPUserProfileProperty", "Rank": 1, - "Id": 1425 + "Id": 1426, + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "CommandName": "Set-PnPUserProfileProperty", "Rank": 2, - "Id": 1426 + "Id": 1427, + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'user@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\"}", - "CommandName": "Set-PnPView", "Rank": 1, - "Id": 1427 + "Id": 1428, + "CommandName": "Set-PnPView", + "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\"", - "CommandName": "Set-PnPView", "Rank": 2, - "Id": 1428 + "Id": 1429, + "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\" -Aggregations \"\"", - "CommandName": "Set-PnPView", "Rank": 3, - "Id": 1429 + "Id": 1430, + "CommandName": "Set-PnPView", + "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\"}", - "CommandName": "Set-PnPView", "Rank": 4, - "Id": 1430 + "Id": 1431, + "CommandName": "Set-PnPView", + "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", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 1, - "Id": 1431 + "Id": 1432, + "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\"", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 2, - "Id": 1432 + "Id": 1433, + "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\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 3, - "Id": 1433 + "Id": 1434, + "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\" -CardSize Large", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 4, - "Id": 1434 + "Id": 1435, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "CommandName": "Set-PnPWeb", "Rank": 1, - "Id": 1435 + "Id": 1436, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "CommandName": "Set-PnPWeb", "Rank": 2, - "Id": 1436 + "Id": 1437, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "CommandName": "Set-PnPWeb", "Rank": 3, - "Id": 1437 + "Id": 1438, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Command": "Set-PnPWeb -NoCrawl:$true", - "CommandName": "Set-PnPWeb", "Rank": 4, - "Id": 1438 + "Id": 1439, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "CommandName": "Set-PnPWebHeader", "Rank": 1, - "Id": 1439 + "Id": 1440, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "CommandName": "Set-PnPWebHeader", "Rank": 2, - "Id": 1440 + "Id": 1441, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "CommandName": "Set-PnPWebHeader", "Rank": 3, - "Id": 1441 + "Id": 1442, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Set-PnPWebhookSubscription", "Rank": 1, - "Id": 1442 + "Id": 1443, + "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 -ExpirationDate \"2017-09-01\"", - "CommandName": "Set-PnPWebhookSubscription", "Rank": 2, - "Id": 1443 + "Id": 1444, + "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-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", - "CommandName": "Set-PnPWebPartProperty", "Rank": 1, - "Id": 1444 + "Id": 1445, + "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-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission", "Rank": 1, - "Id": 1445 + "Id": 1446, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission", "Rank": 2, - "Id": 1446 + "Id": 1447, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission", "Rank": 3, - "Id": 1447 + "Id": 1448, + "CommandName": "Set-PnPWebPermission", + "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\"", - "CommandName": "Set-PnPWebPermission", "Rank": 4, - "Id": 1448 + "Id": 1449, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Command": "Set-PnPWebTheme -Theme MyTheme", - "CommandName": "Set-PnPWebTheme", "Rank": 1, - "Id": 1449 + "Id": 1450, + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "CommandName": "Set-PnPWebTheme", "Rank": 2, - "Id": 1450 + "Id": 1451, + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "CommandName": "Set-PnPWikiPageContent", "Rank": 1, - "Id": 1451 + "Id": 1452, + "CommandName": "Set-PnPWikiPageContent", + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "CommandName": "Submit-PnPSearchQuery", "Rank": 1, - "Id": 1452 + "Id": 1453, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "CommandName": "Submit-PnPSearchQuery", "Rank": 2, - "Id": 1453 + "Id": 1454, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "CommandName": "Submit-PnPSearchQuery", "Rank": 3, - "Id": 1454 + "Id": 1455, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "CommandName": "Submit-PnPSearchQuery", "Rank": 4, - "Id": 1455 + "Id": 1456, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "CommandName": "Submit-PnPSearchQuery", "Rank": 5, - "Id": 1456 + "Id": 1457, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 1, - "Id": 1457 + "Id": 1458, + "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 bold new message\" -ContentType Html", - "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 2, - "Id": 1458 + "Id": 1459, + "CommandName": "Submit-PnPTeamsChannelMessage", + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Sync-PnPAppToTeams", "Rank": 1, - "Id": 1459 + "Id": 1460, + "CommandName": "Sync-PnPAppToTeams", + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 1, - "Id": 1460 + "Id": 1461, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 2, - "Id": 1461 + "Id": 1462, + "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\\Jobs\" -Wait -Verbose", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 3, - "Id": 1462 + "Id": 1463, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "CommandName": "Test-PnPListItemIsRecord", "Rank": 1, - "Id": 1463 + "Id": 1464, + "CommandName": "Test-PnPListItemIsRecord", + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Rank": 1, - "Id": 1464 + "Id": 1465, + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Test-PnPSite", "Rank": 1, - "Id": 1465 + "Id": 1466, + "CommandName": "Test-PnPSite", + "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\"", - "CommandName": "Test-PnPSite", "Rank": 2, - "Id": 1466 + "Id": 1467, + "CommandName": "Test-PnPSite", + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "CommandName": "Test-PnPTenantTemplate", "Rank": 1, - "Id": 1467 + "Id": 1468, + "CommandName": "Test-PnPTenantTemplate", + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "CommandName": "Undo-PnPFileCheckedOut", "Rank": 1, - "Id": 1468 + "Id": 1469, + "CommandName": "Undo-PnPFileCheckedOut", + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Uninstall-PnPApp", "Rank": 1, - "Id": 1469 + "Id": 1470, + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Uninstall-PnPApp", "Rank": 2, - "Id": 1470 + "Id": 1471, + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Unpublish-PnPApp", "Rank": 1, - "Id": 1471 + "Id": 1472, + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Unpublish-PnPApp", "Rank": 2, - "Id": 1472 + "Id": 1473, + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "CommandName": "Unpublish-PnPContentType", "Rank": 1, - "Id": 1473 + "Id": 1474, + "CommandName": "Unpublish-PnPContentType", + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Unpublish-PnPSyntexModel", "Rank": 1, - "Id": 1474 + "Id": 1475, + "CommandName": "Unpublish-PnPSyntexModel", + "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", - "CommandName": "Unpublish-PnPSyntexModel", "Rank": 2, - "Id": 1475 + "Id": 1476, + "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": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Unregister-PnPHubSite", "Rank": 1, - "Id": 1476 + "Id": 1477, + "CommandName": "Unregister-PnPHubSite", + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Update-PnPApp", "Rank": 1, - "Id": 1477 + "Id": 1478, + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Update-PnPApp", "Rank": 2, - "Id": 1478 + "Id": 1479, + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 1, - "Id": 1479 + "Id": 1480, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 2, - "Id": 1480 + "Id": 1481, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 3, - "Id": 1481 + "Id": 1482, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 1, - "Id": 1482 + "Id": 1483, + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 2, - "Id": 1483 + "Id": 1484, + "CommandName": "Update-PnPSiteDesignFromWeb", + "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\"", - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 3, - "Id": 1484 + "Id": 1485, + "CommandName": "Update-PnPSiteDesignFromWeb", + "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", - "CommandName": "Update-PnPTeamsApp", "Rank": 1, - "Id": 1485 + "Id": 1486, + "CommandName": "Update-PnPTeamsApp", + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Update-PnPTeamsUser", "Rank": 1, - "Id": 1486 + "Id": 1487, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Update-PnPTeamsUser", "Rank": 2, - "Id": 1487 + "Id": 1488, + "CommandName": "Update-PnPTeamsUser", + "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", - "CommandName": "Update-PnPTeamsUser", "Rank": 3, - "Id": 1488 + "Id": 1489, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "CommandName": "Update-PnPUserType", "Rank": 1, - "Id": 1489 + "Id": 1490, + "CommandName": "Update-PnPUserType", + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" } ] diff --git a/version.txt b/version.txt index 7c3272873..8f9174b4d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file From 11c560d03da49cd778b0ca9f2707365b98c8f210 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Sat, 1 Apr 2023 11:02:09 +0200 Subject: [PATCH 12/20] Update CHANGELOG.md Added notice on 2.1.1 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43c3a623..447cf0e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Added +## [2.1.1] + +### Fixed + +- Fixed an issue with the signing of the PnP PowerShell 2.1.0 release + ## [2.1.0] ### Added From 06d85a36d2da91283952ee6d40cff42bf637064b Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Sat, 1 Apr 2023 11:29:40 +0200 Subject: [PATCH 13/20] Update installation.md Changing updating to nightly buikld to Update again --- pages/articles/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/articles/installation.md b/pages/articles/installation.md index ec25a5324..7a03f074b 100644 --- a/pages/articles/installation.md +++ b/pages/articles/installation.md @@ -49,7 +49,7 @@ Update-Module PnP.PowerShell -Scope CurrentUser If you want to update to the latest nightly built prerelease of PnP PowerShell for the current user, run: ```powershell -Install-Module PnP.PowerShell -Scope CurrentUser -AllowPrerelease -Force +Update-Module PnP.PowerShell -Scope CurrentUser -AllowPrerelease -Force ``` # Uninstalling PnP PowerShell From bbd6c896dc6af5099aa7a9b5cafa12e595d03162 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Sun, 2 Apr 2023 02:47:33 +0000 Subject: [PATCH 14/20] Nightly publish to PowerShell Gallery --- pnpframework_hash.txt | 2 +- .../PnP.PowerShell.Suggestions.nightly.json | 2980 ++++++++--------- version.txt | 2 +- 3 files changed, 1492 insertions(+), 1492 deletions(-) diff --git a/pnpframework_hash.txt b/pnpframework_hash.txt index cacccc42e..8abebe430 100644 --- a/pnpframework_hash.txt +++ b/pnpframework_hash.txt @@ -1 +1 @@ -0272579ce7ef7302410793b0cb0d54e49ab1455e \ No newline at end of file +1be18488d5ecd545648ba3c6331c96e182e482d8 \ No newline at end of file diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 27711e8e1..660485152 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,8942 +1,8942 @@ [ { "Rank": 1, - "Id": 1, "CommandName": "Add-PnPAlert", + "Id": 1, "Command": "Add-PnPAlert -List \"Demo List\"" }, { "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)" }, { "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\"" }, { "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))" }, { "Rank": 1, - "Id": 5, "CommandName": "Add-PnPApp", + "Id": 5, "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { "Rank": 2, - "Id": 6, "CommandName": "Add-PnPApp", + "Id": 6, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { "Rank": 3, - "Id": 7, "CommandName": "Add-PnPApp", + "Id": 7, "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { "Rank": 4, - "Id": 8, "CommandName": "Add-PnPApp", + "Id": 8, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { "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`\"}" }, { "Rank": 1, - "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 10, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { "Rank": 2, - "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 11, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { "Rank": 1, - "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", + "Id": 12, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "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" }, { "Rank": 1, - "Id": 14, "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 14, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 15, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, - "Id": 16, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 16, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { "Rank": 2, - "Id": 17, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 17, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { "Rank": 1, - "Id": 18, "CommandName": "Add-PnPContentType", + "Id": 18, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { "Rank": 2, - "Id": 19, "CommandName": "Add-PnPContentType", + "Id": 19, "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": 1, - "Id": 20, "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 20, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { "Rank": 2, - "Id": 21, "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 21, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { "Rank": 1, - "Id": 22, "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 22, "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Rank": 2, - "Id": 23, "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 23, "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Rank": 1, - "Id": 24, "CommandName": "Add-PnPContentTypeToList", + "Id": 24, "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { "Rank": 1, - "Id": 25, "CommandName": "Add-PnPCustomAction", + "Id": 25, "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": 26, "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 26, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { "Rank": 2, - "Id": 27, "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 27, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { "Rank": 1, - "Id": 28, "CommandName": "Add-PnPDocumentSet", + "Id": 28, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { "Rank": 1, - "Id": 29, "CommandName": "Add-PnPEventReceiver", + "Id": 29, "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { "Rank": 2, - "Id": 30, "CommandName": "Add-PnPEventReceiver", + "Id": 30, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { "Rank": 3, - "Id": 31, "CommandName": "Add-PnPEventReceiver", + "Id": 31, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { "Rank": 4, - "Id": 32, "CommandName": "Add-PnPEventReceiver", + "Id": 32, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { "Rank": 1, - "Id": 33, "CommandName": "Add-PnPField", + "Id": 33, "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { "Rank": 2, - "Id": 34, "CommandName": "Add-PnPField", + "Id": 34, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { "Rank": 3, - "Id": 35, "CommandName": "Add-PnPField", + "Id": 35, "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": 36, "CommandName": "Add-PnPField", + "Id": 36, "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { "Rank": 5, - "Id": 37, "CommandName": "Add-PnPField", + "Id": 37, "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { "Rank": 6, - "Id": 38, "CommandName": "Add-PnPField", + "Id": 38, "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { "Rank": 1, - "Id": 39, "CommandName": "Add-PnPFieldToContentType", + "Id": 39, "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Rank": 1, - "Id": 40, "CommandName": "Add-PnPFile", + "Id": 40, "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { "Rank": 2, - "Id": 41, "CommandName": "Add-PnPFile", + "Id": 41, "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { "Rank": 3, - "Id": 42, "CommandName": "Add-PnPFile", + "Id": 42, "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}" }, { "Rank": 4, - "Id": 43, "CommandName": "Add-PnPFile", + "Id": 43, "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}" }, { "Rank": 5, - "Id": 44, "CommandName": "Add-PnPFile", + "Id": 44, "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}" }, { "Rank": 6, - "Id": 45, "CommandName": "Add-PnPFile", + "Id": 45, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}" }, { "Rank": 7, - "Id": 46, "CommandName": "Add-PnPFile", + "Id": 46, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { "Rank": 8, - "Id": 47, "CommandName": "Add-PnPFile", + "Id": 47, "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { "Rank": 1, - "Id": 48, "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 48, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { "Rank": 2, - "Id": 49, "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 49, "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { "Rank": 3, - "Id": 50, "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 50, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { "Rank": 4, - "Id": 51, "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 51, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { "Rank": 5, - "Id": 52, "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 52, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { "Rank": 1, - "Id": 53, "CommandName": "Add-PnPFolder", + "Id": 53, "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Rank": 2, - "Id": 54, "CommandName": "Add-PnPFolder", + "Id": 54, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { "Rank": 3, - "Id": 55, "CommandName": "Add-PnPFolder", + "Id": 55, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { "Rank": 1, - "Id": 56, "CommandName": "Add-PnPGroupMember", + "Id": 56, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Rank": 2, - "Id": 57, "CommandName": "Add-PnPGroupMember", + "Id": 57, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { "Rank": 1, - "Id": 58, "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Id": 58, "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Rank": 1, - "Id": 59, "CommandName": "Add-PnPHubSiteAssociation", + "Id": 59, "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { "Rank": 1, - "Id": 60, "CommandName": "Add-PnPHubToHubAssociation", + "Id": 60, "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { "Rank": 2, - "Id": 61, "CommandName": "Add-PnPHubToHubAssociation", + "Id": 61, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { "Rank": 3, - "Id": 62, "CommandName": "Add-PnPHubToHubAssociation", + "Id": 62, "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": 63, "CommandName": "Add-PnPJavaScriptBlock", + "Id": 63, "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { "Rank": 2, - "Id": 64, "CommandName": "Add-PnPJavaScriptBlock", + "Id": 64, "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { "Rank": 1, - "Id": 65, "CommandName": "Add-PnPJavaScriptLink", + "Id": 65, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { "Rank": 2, - "Id": 66, "CommandName": "Add-PnPJavaScriptLink", + "Id": 66, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { "Rank": 1, - "Id": 67, "CommandName": "Add-PnPListDesign", + "Id": 67, "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { "Rank": 2, - "Id": 68, "CommandName": "Add-PnPListDesign", + "Id": 68, "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": 69, "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 69, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { "Rank": 2, - "Id": 70, "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 70, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { "Rank": 3, - "Id": 71, "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 71, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { "Rank": 1, - "Id": 72, "CommandName": "Add-PnPListItem", + "Id": 72, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 2, - "Id": 73, "CommandName": "Add-PnPListItem", + "Id": 73, "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 3, - "Id": 74, "CommandName": "Add-PnPListItem", + "Id": 74, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { "Rank": 4, - "Id": 75, "CommandName": "Add-PnPListItem", + "Id": 75, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { "Rank": 5, - "Id": 76, "CommandName": "Add-PnPListItem", + "Id": 76, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { "Rank": 1, - "Id": 77, "CommandName": "Add-PnPListItemAttachment", + "Id": 77, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { "Rank": 2, - "Id": 78, "CommandName": "Add-PnPListItemAttachment", + "Id": 78, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { "Rank": 3, - "Id": 79, "CommandName": "Add-PnPListItemAttachment", + "Id": 79, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { "Rank": 1, - "Id": 80, "CommandName": "Add-PnPListItemComment", + "Id": 80, "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { "Rank": 1, - "Id": 81, "CommandName": "Add-PnPMasterPage", + "Id": 81, "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { "Rank": 1, - "Id": 82, "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 82, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "Id": 83, "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 83, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, - "Id": 84, "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 84, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "Id": 85, "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 85, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, - "Id": 86, "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 86, "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { "Rank": 2, - "Id": 87, "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 87, "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { "Rank": 1, - "Id": 88, "CommandName": "Add-PnPNavigationNode", + "Id": 88, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { "Rank": 2, - "Id": 89, "CommandName": "Add-PnPNavigationNode", + "Id": 89, "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { "Rank": 3, - "Id": 90, "CommandName": "Add-PnPNavigationNode", + "Id": 90, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { "Rank": 4, - "Id": 91, "CommandName": "Add-PnPNavigationNode", + "Id": 91, "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { "Rank": 5, - "Id": 92, "CommandName": "Add-PnPNavigationNode", + "Id": 92, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { "Rank": 6, - "Id": 93, "CommandName": "Add-PnPNavigationNode", + "Id": 93, "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { "Rank": 1, - "Id": 94, "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 94, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { "Rank": 2, - "Id": 95, "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 95, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Rank": 3, - "Id": 96, "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 96, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { "Rank": 1, - "Id": 97, "CommandName": "Add-PnPOrgNewsSite", + "Id": 97, "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { "Rank": 1, - "Id": 98, "CommandName": "Add-PnPPage", + "Id": 98, "Command": "Add-PnPPage -Name \"NewPage\"" }, { "Rank": 2, - "Id": 99, "CommandName": "Add-PnPPage", + "Id": 99, "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { "Rank": 3, - "Id": 100, "CommandName": "Add-PnPPage", + "Id": 100, "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { "Rank": 4, - "Id": 101, "CommandName": "Add-PnPPage", + "Id": 101, "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { "Rank": 5, - "Id": 102, "CommandName": "Add-PnPPage", + "Id": 102, "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { "Rank": 6, - "Id": 103, "CommandName": "Add-PnPPage", + "Id": 103, "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { "Rank": 7, - "Id": 104, "CommandName": "Add-PnPPage", + "Id": 104, "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Rank": 8, - "Id": 105, "CommandName": "Add-PnPPage", + "Id": 105, "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { "Rank": 9, - "Id": 106, "CommandName": "Add-PnPPage", + "Id": 106, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Rank": 10, - "Id": 107, "CommandName": "Add-PnPPage", + "Id": 107, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Rank": 1, - "Id": 108, "CommandName": "Add-PnPPageImageWebPart", + "Id": 108, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { "Rank": 2, - "Id": 109, "CommandName": "Add-PnPPageImageWebPart", + "Id": 109, "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": 110, "CommandName": "Add-PnPPageSection", + "Id": 110, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { "Rank": 2, - "Id": 111, "CommandName": "Add-PnPPageSection", + "Id": 111, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { "Rank": 1, - "Id": 112, "CommandName": "Add-PnPPageTextPart", + "Id": 112, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { "Rank": 2, - "Id": 113, "CommandName": "Add-PnPPageTextPart", + "Id": 113, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { "Rank": 3, - "Id": 114, "CommandName": "Add-PnPPageTextPart", + "Id": 114, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { "Rank": 1, - "Id": 115, "CommandName": "Add-PnPPageWebPart", + "Id": 115, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { "Rank": 2, - "Id": 116, "CommandName": "Add-PnPPageWebPart", + "Id": 116, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { "Rank": 3, - "Id": 117, "CommandName": "Add-PnPPageWebPart", + "Id": 117, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { "Rank": 1, - "Id": 118, "CommandName": "Add-PnPPlannerBucket", + "Id": 118, "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { "Rank": 2, - "Id": 119, "CommandName": "Add-PnPPlannerBucket", + "Id": 119, "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { "Rank": 1, - "Id": 120, "CommandName": "Add-PnPPlannerRoster", + "Id": 120, "Command": "Add-PnPPlannerRoster" }, { "Rank": 1, - "Id": 121, "CommandName": "Add-PnPPlannerRosterMember", + "Id": 121, "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 122, "CommandName": "Add-PnPPlannerTask", + "Id": 122, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { "Rank": 2, - "Id": 123, "CommandName": "Add-PnPPlannerTask", + "Id": 123, "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { "Rank": 3, - "Id": 124, "CommandName": "Add-PnPPlannerTask", + "Id": 124, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Rank": 1, - "Id": 125, "CommandName": "Add-PnPPublishingImageRendition", + "Id": 125, "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Rank": 1, - "Id": 126, "CommandName": "Add-PnPPublishingPage", + "Id": 126, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { "Rank": 2, - "Id": 127, "CommandName": "Add-PnPPublishingPage", + "Id": 127, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { "Rank": 1, - "Id": 128, "CommandName": "Add-PnPPublishingPageLayout", + "Id": 128, "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Rank": 1, - "Id": 129, "CommandName": "Add-PnPRoleDefinition", + "Id": 129, "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { "Rank": 2, - "Id": 130, "CommandName": "Add-PnPRoleDefinition", + "Id": 130, "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { "Rank": 3, - "Id": 131, "CommandName": "Add-PnPRoleDefinition", + "Id": 131, "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { "Rank": 1, - "Id": 132, "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 132, "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "Id": 133, "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 133, "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 3, - "Id": 134, "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 134, "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 135, "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 135, "Command": "Add-PnPSiteCollectionAppCatalog" }, { "Rank": 2, - "Id": 136, "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 136, "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Rank": 1, - "Id": 137, "CommandName": "Add-PnPSiteDesign", + "Id": 137, "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": 138, "CommandName": "Add-PnPSiteDesign", + "Id": 138, "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": 139, "CommandName": "Add-PnPSiteDesign", + "Id": 139, "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": 140, "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 140, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { "Rank": 2, - "Id": 141, "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 141, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Rank": 3, - "Id": 142, "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 142, "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": 143, "CommandName": "Add-PnPSiteDesignTask", + "Id": 143, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Rank": 2, - "Id": 144, "CommandName": "Add-PnPSiteDesignTask", + "Id": 144, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Rank": 1, - "Id": 145, "CommandName": "Add-PnPSiteScript", + "Id": 145, "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { "Rank": 1, - "Id": 146, "CommandName": "Add-PnPSiteScriptPackage", + "Id": 146, "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { "Rank": 1, - "Id": 147, "CommandName": "Add-PnPSiteTemplate", + "Id": 147, "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { "Rank": 1, - "Id": 148, "CommandName": "Add-PnPStoredCredential", + "Id": 148, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { "Rank": 2, - "Id": 149, "CommandName": "Add-PnPStoredCredential", + "Id": 149, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Rank": 3, - "Id": 150, "CommandName": "Add-PnPStoredCredential", + "Id": 150, "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": 151, "CommandName": "Add-PnPTaxonomyField", + "Id": 151, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { "Rank": 2, - "Id": 152, "CommandName": "Add-PnPTaxonomyField", + "Id": 152, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { "Rank": 1, - "Id": 153, "CommandName": "Add-PnPTeamsChannel", + "Id": 153, "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { "Rank": 2, - "Id": 154, "CommandName": "Add-PnPTeamsChannel", + "Id": 154, "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { "Rank": 3, - "Id": 155, "CommandName": "Add-PnPTeamsChannel", + "Id": 155, "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { "Rank": 4, - "Id": 156, "CommandName": "Add-PnPTeamsChannel", + "Id": 156, "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { "Rank": 1, - "Id": 157, "CommandName": "Add-PnpTeamsChannelUser", + "Id": 157, "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { "Rank": 2, - "Id": 158, "CommandName": "Add-PnpTeamsChannelUser", + "Id": 158, "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { "Rank": 1, - "Id": 159, "CommandName": "Add-PnPTeamsTab", + "Id": 159, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { "Rank": 2, - "Id": 160, "CommandName": "Add-PnPTeamsTab", + "Id": 160, "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": 161, "CommandName": "Add-PnPTeamsTab", + "Id": 161, "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": 162, "CommandName": "Add-PnPTeamsTab", + "Id": 162, "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": 163, "CommandName": "Add-PnPTeamsTeam", + "Id": 163, "Command": "Add-PnPTeamsTeam" }, { "Rank": 1, - "Id": 164, "CommandName": "Add-PnPTeamsUser", + "Id": 164, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 2, - "Id": 165, "CommandName": "Add-PnPTeamsUser", + "Id": 165, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Rank": 3, - "Id": 166, "CommandName": "Add-PnPTeamsUser", + "Id": 166, "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { "Rank": 4, - "Id": 167, "CommandName": "Add-PnPTeamsUser", + "Id": 167, "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { "Rank": 1, - "Id": 168, "CommandName": "Add-PnPTenantCdnOrigin", + "Id": 168, "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Rank": 1, - "Id": 169, "CommandName": "Add-PnPTenantSequence", + "Id": 169, "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { "Rank": 1, - "Id": 170, "CommandName": "Add-PnPTenantSequenceSite", + "Id": 170, "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { "Rank": 1, - "Id": 171, "CommandName": "Add-PnPTenantSequenceSubSite", + "Id": 171, "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { "Rank": 1, - "Id": 172, "CommandName": "Add-PnPTermToTerm", + "Id": 172, "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { "Rank": 1, - "Id": 173, "CommandName": "Add-PnPView", + "Id": 173, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { "Rank": 2, - "Id": 174, "CommandName": "Add-PnPView", + "Id": 174, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { "Rank": 3, - "Id": 175, "CommandName": "Add-PnPView", + "Id": 175, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { "Rank": 1, - "Id": 176, "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 176, "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": 177, "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 177, "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": 178, "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 178, "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": 179, "CommandName": "Add-PnPWebhookSubscription", + "Id": 179, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Rank": 2, - "Id": 180, "CommandName": "Add-PnPWebhookSubscription", + "Id": 180, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Rank": 3, - "Id": 181, "CommandName": "Add-PnPWebhookSubscription", + "Id": 181, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { "Rank": 1, - "Id": 182, "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 182, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { "Rank": 2, - "Id": 183, "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 183, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { "Rank": 1, - "Id": 184, "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 184, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { "Rank": 2, - "Id": 185, "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 185, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { "Rank": 1, - "Id": 186, "CommandName": "Add-PnPWikiPage", + "Id": 186, "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { "Rank": 1, - "Id": 187, "CommandName": "Clear-PnPAzureADGroupMember", + "Id": 187, "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { "Rank": 1, - "Id": 188, "CommandName": "Clear-PnPAzureADGroupOwner", + "Id": 188, "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { "Rank": 1, - "Id": 189, "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 189, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { "Rank": 2, - "Id": 190, "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 190, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { "Rank": 1, - "Id": 191, "CommandName": "Clear-PnPListItemAsRecord", + "Id": 191, "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Rank": 1, - "Id": 192, "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Id": 192, "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { "Rank": 1, - "Id": 193, "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Id": 193, "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { "Rank": 1, - "Id": 194, "CommandName": "Clear-PnpRecycleBinItem", + "Id": 194, "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Rank": 2, - "Id": 195, "CommandName": "Clear-PnpRecycleBinItem", + "Id": 195, "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { "Rank": 3, - "Id": 196, "CommandName": "Clear-PnpRecycleBinItem", + "Id": 196, "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { "Rank": 1, - "Id": 197, "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Id": 197, "Command": "Clear-PnPTenantAppCatalogUrl" }, { "Rank": 1, - "Id": 198, "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 198, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "Id": 199, "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 199, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Rank": 1, - "Id": 200, "CommandName": "Connect-PnPOnline", + "Id": 200, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"" }, { "Rank": 2, - "Id": 201, "CommandName": "Connect-PnPOnline", + "Id": 201, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)" }, { "Rank": 3, - "Id": 202, "CommandName": "Connect-PnPOnline", + "Id": 202, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret" }, { "Rank": 4, - "Id": 203, "CommandName": "Connect-PnPOnline", + "Id": 203, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin" }, { "Rank": 5, - "Id": 204, "CommandName": "Connect-PnPOnline", + "Id": 204, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser" }, { "Rank": 6, - "Id": 205, "CommandName": "Connect-PnPOnline", + "Id": 205, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA" }, { "Rank": 7, - "Id": 206, "CommandName": "Connect-PnPOnline", + "Id": 206, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'" }, { "Rank": 8, - "Id": 207, "CommandName": "Connect-PnPOnline", + "Id": 207, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin" }, { "Rank": 9, - "Id": 208, "CommandName": "Connect-PnPOnline", + "Id": 208, "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive" }, { "Rank": 10, - "Id": 209, "CommandName": "Connect-PnPOnline", + "Id": 209, "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential" }, { "Rank": 11, - "Id": 210, "CommandName": "Connect-PnPOnline", + "Id": 210, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam" }, { "Rank": 12, - "Id": 211, "CommandName": "Connect-PnPOnline", + "Id": 211, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList" }, { "Rank": 13, - "Id": 212, "CommandName": "Connect-PnPOnline", + "Id": 212, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token" }, { "Rank": 14, - "Id": 213, "CommandName": "Connect-PnPOnline", + "Id": 213, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'" }, { "Rank": 15, - "Id": 214, "CommandName": "Connect-PnPOnline", + "Id": 214, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable" }, { "Rank": 1, - "Id": 215, "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 215, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { "Rank": 2, - "Id": 216, "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 216, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { "Rank": 1, - "Id": 217, "CommandName": "Convert-PnPSiteTemplate", + "Id": 217, "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { "Rank": 2, - "Id": 218, "CommandName": "Convert-PnPSiteTemplate", + "Id": 218, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { "Rank": 3, - "Id": 219, "CommandName": "Convert-PnPSiteTemplate", + "Id": 219, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { "Rank": 1, - "Id": 220, "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 220, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { "Rank": 2, - "Id": 221, "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 221, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { "Rank": 1, - "Id": 222, "CommandName": "ConvertTo-PnPPage", + "Id": 222, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { "Rank": 2, - "Id": 223, "CommandName": "ConvertTo-PnPPage", + "Id": 223, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { "Rank": 3, - "Id": 224, "CommandName": "ConvertTo-PnPPage", + "Id": 224, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { "Rank": 4, - "Id": 225, "CommandName": "ConvertTo-PnPPage", + "Id": 225, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { "Rank": 5, - "Id": 226, "CommandName": "ConvertTo-PnPPage", + "Id": 226, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 6, - "Id": 227, "CommandName": "ConvertTo-PnPPage", + "Id": 227, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { "Rank": 7, - "Id": 228, "CommandName": "ConvertTo-PnPPage", + "Id": 228, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { "Rank": 8, - "Id": 229, "CommandName": "ConvertTo-PnPPage", + "Id": 229, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { "Rank": 9, - "Id": 230, "CommandName": "ConvertTo-PnPPage", + "Id": 230, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 10, - "Id": 231, "CommandName": "ConvertTo-PnPPage", + "Id": 231, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { "Rank": 11, - "Id": 232, "CommandName": "ConvertTo-PnPPage", + "Id": 232, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { "Rank": 12, - "Id": 233, "CommandName": "ConvertTo-PnPPage", + "Id": 233, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 13, - "Id": 234, "CommandName": "ConvertTo-PnPPage", + "Id": 234, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 14, - "Id": 235, "CommandName": "ConvertTo-PnPPage", + "Id": 235, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { "Rank": 1, - "Id": 236, "CommandName": "Copy-PnPFile", + "Id": 236, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 2, - "Id": 237, "CommandName": "Copy-PnPFile", + "Id": 237, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Rank": 3, - "Id": 238, "CommandName": "Copy-PnPFile", + "Id": 238, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Rank": 4, - "Id": 239, "CommandName": "Copy-PnPFile", + "Id": 239, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 5, - "Id": 240, "CommandName": "Copy-PnPFile", + "Id": 240, "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Rank": 6, - "Id": 241, "CommandName": "Copy-PnPFile", + "Id": 241, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Rank": 7, - "Id": 242, "CommandName": "Copy-PnPFile", + "Id": 242, "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Rank": 8, - "Id": 243, "CommandName": "Copy-PnPFile", + "Id": 243, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 9, - "Id": 244, "CommandName": "Copy-PnPFile", + "Id": 244, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Rank": 10, - "Id": 245, "CommandName": "Copy-PnPFile", + "Id": 245, "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Rank": 1, - "Id": 246, "CommandName": "Copy-PnPFolder", + "Id": 246, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 2, - "Id": 247, "CommandName": "Copy-PnPFolder", + "Id": 247, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Rank": 3, - "Id": 248, "CommandName": "Copy-PnPFolder", + "Id": 248, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Rank": 4, - "Id": 249, "CommandName": "Copy-PnPFolder", + "Id": 249, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 5, - "Id": 250, "CommandName": "Copy-PnPFolder", + "Id": 250, "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Rank": 6, - "Id": 251, "CommandName": "Copy-PnPFolder", + "Id": 251, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Rank": 7, - "Id": 252, "CommandName": "Copy-PnPFolder", + "Id": 252, "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Rank": 8, - "Id": 253, "CommandName": "Copy-PnPFolder", + "Id": 253, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 9, - "Id": 254, "CommandName": "Copy-PnPFolder", + "Id": 254, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Rank": 10, - "Id": 255, "CommandName": "Copy-PnPFolder", + "Id": 255, "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Rank": 1, - "Id": 256, "CommandName": "Copy-PnPItemProxy", + "Id": 256, "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { "Rank": 1, - "Id": 257, "CommandName": "Copy-PnPList", + "Id": 257, "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { "Rank": 2, - "Id": 258, "CommandName": "Copy-PnPList", + "Id": 258, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { "Rank": 3, - "Id": 259, "CommandName": "Copy-PnPList", + "Id": 259, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { "Rank": 4, - "Id": 260, "CommandName": "Copy-PnPList", + "Id": 260, "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { "Rank": 1, - "Id": 261, "CommandName": "Copy-PnPTeamsTeam", + "Id": 261, "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { "Rank": 2, - "Id": 262, "CommandName": "Copy-PnPTeamsTeam", + "Id": 262, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { "Rank": 3, - "Id": 263, "CommandName": "Copy-PnPTeamsTeam", + "Id": 263, "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": 264, "CommandName": "Copy-PnPTeamsTeam", + "Id": 264, "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": 265, "CommandName": "Disable-PnPFeature", + "Id": 265, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "Id": 266, "CommandName": "Disable-PnPFeature", + "Id": 266, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Rank": 3, - "Id": 267, "CommandName": "Disable-PnPFeature", + "Id": 267, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Rank": 1, - "Id": 268, "CommandName": "Disable-PnPPageScheduling", + "Id": 268, "Command": "Disable-PnPPageScheduling" }, { "Rank": 1, - "Id": 269, "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 269, "Command": "Disable-PnPPowerShellTelemetry" }, { "Rank": 2, - "Id": 270, "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 270, "Command": "Disable-PnPPowerShellTelemetry -Force" }, { "Rank": 1, - "Id": 271, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Id": 271, "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { "Rank": 1, - "Id": 272, "CommandName": "Disable-PnPSiteClassification", + "Id": 272, "Command": "Disable-PnPSiteClassification" }, { "Rank": 1, - "Id": 273, "CommandName": "Disconnect-PnPOnline", + "Id": 273, "Command": "Disconnect-PnPOnline" }, { "Rank": 1, - "Id": 274, "CommandName": "Enable-PnPCommSite", + "Id": 274, "Command": "Enable-PnPCommSite" }, { "Rank": 2, - "Id": 275, "CommandName": "Enable-PnPCommSite", + "Id": 275, "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { "Rank": 1, - "Id": 276, "CommandName": "Enable-PnPFeature", + "Id": 276, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "Id": 277, "CommandName": "Enable-PnPFeature", + "Id": 277, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Rank": 3, - "Id": 278, "CommandName": "Enable-PnPFeature", + "Id": 278, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Rank": 1, - "Id": 279, "CommandName": "Enable-PnPPageScheduling", + "Id": 279, "Command": "Enable-PnPPageScheduling" }, { "Rank": 1, - "Id": 280, "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 280, "Command": "Enable-PnPPowerShellTelemetry" }, { "Rank": 2, - "Id": 281, "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 281, "Command": "Enable-PnPPowerShellTelemetry -Force" }, { "Rank": 1, - "Id": 282, "CommandName": "Enable-PnPSiteClassification", + "Id": 282, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { "Rank": 2, - "Id": 283, "CommandName": "Enable-PnPSiteClassification", + "Id": 283, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Rank": 1, - "Id": 284, "CommandName": "Export-PnPListToSiteTemplate", + "Id": 284, "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { "Rank": 2, - "Id": 285, "CommandName": "Export-PnPListToSiteTemplate", + "Id": 285, "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { "Rank": 1, - "Id": 286, "CommandName": "Export-PnPPage", + "Id": 286, "Command": "Export-PnPPage -Identity Home.aspx" }, { "Rank": 1, - "Id": 287, "CommandName": "Export-PnPTaxonomy", + "Id": 287, "Command": "Export-PnPTaxonomy" }, { "Rank": 2, - "Id": 288, "CommandName": "Export-PnPTaxonomy", + "Id": 288, "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { "Rank": 3, - "Id": 289, "CommandName": "Export-PnPTaxonomy", + "Id": 289, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { "Rank": 4, - "Id": 290, "CommandName": "Export-PnPTaxonomy", + "Id": 290, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { "Rank": 1, - "Id": 291, "CommandName": "Export-PnPTermGroupToXml", + "Id": 291, "Command": "Export-PnPTermGroupToXml" }, { "Rank": 2, - "Id": 292, "CommandName": "Export-PnPTermGroupToXml", + "Id": 292, "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { "Rank": 3, - "Id": 293, "CommandName": "Export-PnPTermGroupToXml", + "Id": 293, "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { "Rank": 1, - "Id": 294, "CommandName": "Export-PnPUserInfo", + "Id": 294, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Rank": 2, - "Id": 295, "CommandName": "Export-PnPUserInfo", + "Id": 295, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { "Rank": 1, - "Id": 296, "CommandName": "Export-PnPUserProfile", + "Id": 296, "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { "Rank": 2, - "Id": 297, "CommandName": "Export-PnPUserProfile", + "Id": 297, "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { "Rank": 1, - "Id": 298, "CommandName": "Find-PnPFile", + "Id": 298, "Command": "Find-PnPFile -Match *.master" }, { "Rank": 2, - "Id": 299, "CommandName": "Find-PnPFile", + "Id": 299, "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { "Rank": 3, - "Id": 300, "CommandName": "Find-PnPFile", + "Id": 300, "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { "Rank": 1, - "Id": 301, "CommandName": "Get-PnPAccessToken", + "Id": 301, "Command": "Get-PnPAccessToken" }, { "Rank": 2, - "Id": 302, "CommandName": "Get-PnPAccessToken", + "Id": 302, "Command": "Get-PnPAccessToken -Decoded" }, { "Rank": 3, - "Id": 303, "CommandName": "Get-PnPAccessToken", + "Id": 303, "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { "Rank": 4, - "Id": 304, "CommandName": "Get-PnPAccessToken", + "Id": 304, "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { "Rank": 5, - "Id": 305, "CommandName": "Get-PnPAccessToken", + "Id": 305, "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { "Rank": 1, - "Id": 306, "CommandName": "Get-PnPAlert", + "Id": 306, "Command": "Get-PnPAlert" }, { "Rank": 2, - "Id": 307, "CommandName": "Get-PnPAlert", + "Id": 307, "Command": "Get-PnPAlert -List \"Demo List\"" }, { "Rank": 3, - "Id": 308, "CommandName": "Get-PnPAlert", + "Id": 308, "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Rank": 4, - "Id": 309, "CommandName": "Get-PnPAlert", + "Id": 309, "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { "Rank": 5, - "Id": 310, "CommandName": "Get-PnPAlert", + "Id": 310, "Command": "Get-PnPAlert -AllUsers" }, { "Rank": 6, - "Id": 311, "CommandName": "Get-PnPAlert", + "Id": 311, "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { "Rank": 1, - "Id": 312, "CommandName": "Get-PnPApp", + "Id": 312, "Command": "Get-PnPApp" }, { "Rank": 2, - "Id": 313, "CommandName": "Get-PnPApp", + "Id": 313, "Command": "Get-PnPApp -Scope Site" }, { "Rank": 3, - "Id": 314, "CommandName": "Get-PnPApp", + "Id": 314, "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 1, - "Id": 315, "CommandName": "Get-PnPAppErrors", + "Id": 315, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { "Rank": 2, - "Id": 316, "CommandName": "Get-PnPAppErrors", + "Id": 316, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { "Rank": 1, - "Id": 317, "CommandName": "Get-PnPAppInfo", + "Id": 317, "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { "Rank": 2, - "Id": 318, "CommandName": "Get-PnPAppInfo", + "Id": 318, "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 3, - "Id": 319, "CommandName": "Get-PnPAppInfo", + "Id": 319, "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { "Rank": 1, - "Id": 320, "CommandName": "Get-PnPApplicationCustomizer", + "Id": 320, "Command": "Get-PnPApplicationCustomizer" }, { "Rank": 2, - "Id": 321, "CommandName": "Get-PnPApplicationCustomizer", + "Id": 321, "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 3, - "Id": 322, "CommandName": "Get-PnPApplicationCustomizer", + "Id": 322, "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { "Rank": 1, - "Id": 323, "CommandName": "Get-PnPAuditing", + "Id": 323, "Command": "Get-PnPAuditing" }, { "Rank": 1, - "Id": 324, "CommandName": "Get-PnPAuthenticationRealm", + "Id": 324, "Command": "Get-PnPAuthenticationRealm" }, { "Rank": 2, - "Id": 325, "CommandName": "Get-PnPAuthenticationRealm", + "Id": 325, "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { "Rank": 1, - "Id": 326, "CommandName": "Get-PnPAvailableLanguage", + "Id": 326, "Command": "Get-PnPAvailableLanguage" }, { "Rank": 1, - "Id": 327, "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 327, "Command": "Get-PnPAvailableSensitivityLabel" }, { "Rank": 2, - "Id": 328, "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 328, "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { "Rank": 3, - "Id": 329, "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 329, "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { "Rank": 1, - "Id": 330, "CommandName": "Get-PnPAvailableSiteClassification", + "Id": 330, "Command": "Get-PnPAvailableSiteClassification" }, { "Rank": 1, - "Id": 331, "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 331, "Command": "Get-PnPAzureACSPrincipal" }, { "Rank": 2, - "Id": 332, "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 332, "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { "Rank": 3, - "Id": 333, "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 333, "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { "Rank": 4, - "Id": 334, "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 334, "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { "Rank": 1, - "Id": 335, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 335, "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { "Rank": 1, - "Id": 336, "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 336, "Command": "Get-PnPAzureADActivityReportSignIn" }, { "Rank": 1, - "Id": 337, "CommandName": "Get-PnPAzureADApp", + "Id": 337, "Command": "Get-PnPAzureADApp" }, { "Rank": 2, - "Id": 338, "CommandName": "Get-PnPAzureADApp", + "Id": 338, "Command": "Get-PnPAzureADApp -Identity MyApp" }, { "Rank": 3, - "Id": 339, "CommandName": "Get-PnPAzureADApp", + "Id": 339, "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 4, - "Id": 340, "CommandName": "Get-PnPAzureADApp", + "Id": 340, "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, - "Id": 341, "CommandName": "Get-PnPAzureADAppPermission", + "Id": 341, "Command": "Get-PnPAzureADAppPermission" }, { "Rank": 2, - "Id": 342, "CommandName": "Get-PnPAzureADAppPermission", + "Id": 342, "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { "Rank": 3, - "Id": 343, "CommandName": "Get-PnPAzureADAppPermission", + "Id": 343, "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 1, - "Id": 344, "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 344, "Command": "Get-PnPAzureADAppSitePermission" }, { "Rank": 2, - "Id": 345, "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 345, "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { "Rank": 3, - "Id": 346, "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 346, "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { "Rank": 4, - "Id": 347, "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 347, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { "Rank": 5, - "Id": 348, "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 348, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { "Rank": 1, - "Id": 349, "CommandName": "Get-PnPAzureADGroup", + "Id": 349, "Command": "Get-PnPAzureADGroup" }, { "Rank": 2, - "Id": 350, "CommandName": "Get-PnPAzureADGroup", + "Id": 350, "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { "Rank": 3, - "Id": 351, "CommandName": "Get-PnPAzureADGroup", + "Id": 351, "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { "Rank": 4, - "Id": 352, "CommandName": "Get-PnPAzureADGroup", + "Id": 352, "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { "Rank": 5, - "Id": 353, "CommandName": "Get-PnPAzureADGroup", + "Id": 353, "Command": "Get-PnPAzureADGroup -Identity $group" }, { "Rank": 1, - "Id": 354, "CommandName": "Get-PnPAzureADGroupMember", + "Id": 354, "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { "Rank": 2, - "Id": 355, "CommandName": "Get-PnPAzureADGroupMember", + "Id": 355, "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { "Rank": 1, - "Id": 356, "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 356, "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { "Rank": 2, - "Id": 357, "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 357, "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { "Rank": 1, - "Id": 358, "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 358, "Command": "Get-PnPAzureADServicePrincipal" }, { "Rank": 2, - "Id": 359, "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 359, "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { "Rank": 3, - "Id": 360, "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 360, "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { "Rank": 4, - "Id": 361, "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 361, "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { "Rank": 5, - "Id": 362, "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 362, "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, - "Id": 363, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 363, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 2, - "Id": 364, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 364, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Rank": 1, - "Id": 365, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 365, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 2, - "Id": 366, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 366, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { "Rank": 1, - "Id": 367, "CommandName": "Get-PnPAzureADUser", + "Id": 367, "Command": "Get-PnPAzureADUser" }, { "Rank": 2, - "Id": 368, "CommandName": "Get-PnPAzureADUser", + "Id": 368, "Command": "Get-PnPAzureADUser -EndIndex 50" }, { "Rank": 3, - "Id": 369, "CommandName": "Get-PnPAzureADUser", + "Id": 369, "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Rank": 4, - "Id": 370, "CommandName": "Get-PnPAzureADUser", + "Id": 370, "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { "Rank": 5, - "Id": 371, "CommandName": "Get-PnPAzureADUser", + "Id": 371, "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { "Rank": 6, - "Id": 372, "CommandName": "Get-PnPAzureADUser", + "Id": 372, "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { "Rank": 7, - "Id": 373, "CommandName": "Get-PnPAzureADUser", + "Id": 373, "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { "Rank": 8, - "Id": 374, "CommandName": "Get-PnPAzureADUser", + "Id": 374, "Command": "Get-PnPAzureADUser -Delta" }, { "Rank": 9, - "Id": 375, "CommandName": "Get-PnPAzureADUser", + "Id": 375, "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { "Rank": 10, - "Id": 376, "CommandName": "Get-PnPAzureADUser", + "Id": 376, "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { "Rank": 1, - "Id": 377, "CommandName": "Get-PnPAzureCertificate", + "Id": 377, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { "Rank": 2, - "Id": 378, "CommandName": "Get-PnPAzureCertificate", + "Id": 378, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Rank": 3, - "Id": 379, "CommandName": "Get-PnPAzureCertificate", + "Id": 379, "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { "Rank": 1, - "Id": 380, "CommandName": "Get-PnPBrowserIdleSignout", + "Id": 380, "Command": "Get-PnPBrowserIdleSignout" }, { "Rank": 1, - "Id": 381, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 381, "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { "Rank": 2, - "Id": 382, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 382, "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { "Rank": 1, - "Id": 383, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 383, "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { "Rank": 2, - "Id": 384, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 384, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { "Rank": 3, - "Id": 385, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 385, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { "Rank": 4, - "Id": 386, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 386, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 5, - "Id": 387, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 387, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { "Rank": 1, - "Id": 388, "CommandName": "Get-PnPChangeLog", + "Id": 388, "Command": "Get-PnPChangeLog" }, { "Rank": 2, - "Id": 389, "CommandName": "Get-PnPChangeLog", + "Id": 389, "Command": "Get-PnPChangeLog -Nightly" }, { "Rank": 1, - "Id": 390, "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 390, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { "Rank": 2, - "Id": 391, "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 391, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { "Rank": 1, - "Id": 392, "CommandName": "Get-PnPContentType", + "Id": 392, "Command": "Get-PnPContentType" }, { "Rank": 2, - "Id": 393, "CommandName": "Get-PnPContentType", + "Id": 393, "Command": "Get-PnPContentType -InSiteHierarchy" }, { "Rank": 3, - "Id": 394, "CommandName": "Get-PnPContentType", + "Id": 394, "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { "Rank": 4, - "Id": 395, "CommandName": "Get-PnPContentType", + "Id": 395, "Command": "Get-PnPContentType -List \"Documents\"" }, { "Rank": 1, - "Id": 396, "CommandName": "Get-PnPContentTypePublishingStatus", + "Id": 396, "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { "Rank": 1, - "Id": 397, "CommandName": "Get-PnPCustomAction", + "Id": 397, "Command": "Get-PnPCustomAction" }, { "Rank": 2, - "Id": 398, "CommandName": "Get-PnPCustomAction", + "Id": 398, "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 3, - "Id": 399, "CommandName": "Get-PnPCustomAction", + "Id": 399, "Command": "Get-PnPCustomAction -Scope web" }, { "Rank": 1, - "Id": 400, "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 400, "Command": "Get-PnPDeletedMicrosoft365Group" }, { "Rank": 2, - "Id": 401, "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 401, "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, - "Id": 402, "CommandName": "Get-PnPDeletedTeam", + "Id": 402, "Command": "Get-PnPDeletedTeam" }, { "Rank": 1, - "Id": 403, "CommandName": "Get-PnPDiagnostics", + "Id": 403, "Command": "Get-PnPDiagnostics" }, { "Rank": 1, - "Id": 404, "CommandName": "Get-PnPDisableSpacesActivation", + "Id": 404, "Command": "Get-PnPDisableSpacesActivation" }, { "Rank": 1, - "Id": 405, "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 405, "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { "Rank": 2, - "Id": 406, "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 406, "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { "Rank": 1, - "Id": 407, "CommandName": "Get-PnPEventReceiver", + "Id": 407, "Command": "Get-PnPEventReceiver" }, { "Rank": 2, - "Id": 408, "CommandName": "Get-PnPEventReceiver", + "Id": 408, "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 3, - "Id": 409, "CommandName": "Get-PnPEventReceiver", + "Id": 409, "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { "Rank": 4, - "Id": 410, "CommandName": "Get-PnPEventReceiver", + "Id": 410, "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { "Rank": 5, - "Id": 411, "CommandName": "Get-PnPEventReceiver", + "Id": 411, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 6, - "Id": 412, "CommandName": "Get-PnPEventReceiver", + "Id": 412, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { "Rank": 7, - "Id": 413, "CommandName": "Get-PnPEventReceiver", + "Id": 413, "Command": "Get-PnPEventReceiver -Scope Site" }, { "Rank": 8, - "Id": 414, "CommandName": "Get-PnPEventReceiver", + "Id": 414, "Command": "Get-PnPEventReceiver -Scope Web" }, { "Rank": 9, - "Id": 415, "CommandName": "Get-PnPEventReceiver", + "Id": 415, "Command": "Get-PnPEventReceiver -Scope All" }, { "Rank": 1, - "Id": 416, "CommandName": "Get-PnPException", + "Id": 416, "Command": "Get-PnPException" }, { "Rank": 2, - "Id": 417, "CommandName": "Get-PnPException", + "Id": 417, "Command": "Get-PnPException -All" }, { "Rank": 1, - "Id": 418, "CommandName": "Get-PnPExternalUser", + "Id": 418, "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { "Rank": 2, - "Id": 419, "CommandName": "Get-PnPExternalUser", + "Id": 419, "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { "Rank": 1, - "Id": 420, "CommandName": "Get-PnPFeature", + "Id": 420, "Command": "Get-PnPFeature" }, { "Rank": 2, - "Id": 421, "CommandName": "Get-PnPFeature", + "Id": 421, "Command": "Get-PnPFeature -Scope Site" }, { "Rank": 3, - "Id": 422, "CommandName": "Get-PnPFeature", + "Id": 422, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 4, - "Id": 423, "CommandName": "Get-PnPFeature", + "Id": 423, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { "Rank": 1, - "Id": 424, "CommandName": "Get-PnPField", + "Id": 424, "Command": "Get-PnPField" }, { "Rank": 2, - "Id": 425, "CommandName": "Get-PnPField", + "Id": 425, "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Rank": 3, - "Id": 426, "CommandName": "Get-PnPField", + "Id": 426, "Command": "Get-PnPField -Group \"Custom Columns\"" }, { "Rank": 1, - "Id": 427, "CommandName": "Get-PnPFile", + "Id": 427, "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Rank": 2, - "Id": 428, "CommandName": "Get-PnPFile", + "Id": 428, "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { "Rank": 3, - "Id": 429, "CommandName": "Get-PnPFile", + "Id": 429, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { "Rank": 4, - "Id": 430, "CommandName": "Get-PnPFile", + "Id": 430, "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { "Rank": 5, - "Id": 431, "CommandName": "Get-PnPFile", + "Id": 431, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { "Rank": 6, - "Id": 432, "CommandName": "Get-PnPFile", + "Id": 432, "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { "Rank": 7, - "Id": 433, "CommandName": "Get-PnPFile", + "Id": 433, "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { "Rank": 1, - "Id": 434, "CommandName": "Get-PnPFileVersion", + "Id": 434, "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { "Rank": 2, - "Id": 435, "CommandName": "Get-PnPFileVersion", + "Id": 435, "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"" }, { "Rank": 1, - "Id": 436, "CommandName": "Get-PnPFlow", + "Id": 436, "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, - "Id": 437, "CommandName": "Get-PnPFolder", + "Id": 437, "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { "Rank": 2, - "Id": 438, "CommandName": "Get-PnPFolder", + "Id": 438, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { "Rank": 3, - "Id": 439, "CommandName": "Get-PnPFolder", + "Id": 439, "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { "Rank": 1, - "Id": 440, "CommandName": "Get-PnPFolderItem", + "Id": 440, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"" }, { "Rank": 2, - "Id": 441, "CommandName": "Get-PnPFolderItem", + "Id": 441, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Rank": 3, - "Id": 442, "CommandName": "Get-PnPFolderItem", + "Id": 442, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { "Rank": 4, - "Id": 443, "CommandName": "Get-PnPFolderItem", + "Id": 443, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File" }, { "Rank": 5, - "Id": 444, "CommandName": "Get-PnPFolderItem", + "Id": 444, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { "Rank": 1, - "Id": 445, "CommandName": "Get-PnPFolderStorageMetric", + "Id": 445, "Command": "Get-PnPFolderStorageMetric" }, { "Rank": 2, - "Id": 446, "CommandName": "Get-PnPFolderStorageMetric", + "Id": 446, "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { "Rank": 3, - "Id": 447, "CommandName": "Get-PnPFolderStorageMetric", + "Id": 447, "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { "Rank": 1, - "Id": 448, "CommandName": "Get-PnPFooter", + "Id": 448, "Command": "Get-PnPFooter" }, { "Rank": 1, - "Id": 449, "CommandName": "Get-PnPGraphAccessToken", + "Id": 449, "Command": "Get-PnPGraphAccessToken" }, { "Rank": 2, - "Id": 450, "CommandName": "Get-PnPGraphAccessToken", + "Id": 450, "Command": "Get-PnPGraphAccessToken -Decoded" }, { "Rank": 1, - "Id": 451, "CommandName": "Get-PnPGraphSubscription", + "Id": 451, "Command": "Get-PnPGraphSubscription" }, { "Rank": 2, - "Id": 452, "CommandName": "Get-PnPGraphSubscription", + "Id": 452, "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Rank": 1, - "Id": 453, "CommandName": "Get-PnPGroup", + "Id": 453, "Command": "Get-PnPGroup" }, { "Rank": 2, - "Id": 454, "CommandName": "Get-PnPGroup", + "Id": 454, "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { "Rank": 3, - "Id": 455, "CommandName": "Get-PnPGroup", + "Id": 455, "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { "Rank": 1, - "Id": 456, "CommandName": "Get-PnPGroupMember", + "Id": 456, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { "Rank": 2, - "Id": 457, "CommandName": "Get-PnPGroupMember", + "Id": 457, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { "Rank": 1, - "Id": 458, "CommandName": "Get-PnPGroupPermissions", + "Id": 458, "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { "Rank": 1, - "Id": 459, "CommandName": "Get-PnPHideDefaultThemes", + "Id": 459, "Command": "Get-PnPHideDefaultThemes" }, { "Rank": 1, - "Id": 460, "CommandName": "Get-PnPHomePage", + "Id": 460, "Command": "Get-PnPHomePage" }, { "Rank": 1, - "Id": 461, "CommandName": "Get-PnPHomeSite", + "Id": 461, "Command": "Get-PnPHomeSite" }, { "Rank": 2, - "Id": 462, "CommandName": "Get-PnPHomeSite", + "Id": 462, "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { "Rank": 3, - "Id": 463, "CommandName": "Get-PnPHomeSite", + "Id": 463, "Command": "Get-PnPHomeSite -Detailed" }, { "Rank": 1, - "Id": 464, "CommandName": "Get-PnPHubSite", + "Id": 464, "Command": "Get-PnPHubSite" }, { "Rank": 2, - "Id": 465, "CommandName": "Get-PnPHubSite", + "Id": 465, "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Rank": 3, - "Id": 466, "CommandName": "Get-PnPHubSite", + "Id": 466, "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { "Rank": 1, - "Id": 467, "CommandName": "Get-PnPHubSiteChild", + "Id": 467, "Command": "Get-PnPHubSiteChild" }, { "Rank": 2, - "Id": 468, "CommandName": "Get-PnPHubSiteChild", + "Id": 468, "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Rank": 1, - "Id": 469, "CommandName": "Get-PnPInPlaceRecordsManagement", + "Id": 469, "Command": "Get-PnPInPlaceRecordsManagement" }, { "Rank": 1, - "Id": 470, "CommandName": "Get-PnPIsSiteAliasAvailable", + "Id": 470, "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { "Rank": 1, - "Id": 471, "CommandName": "Get-PnPJavaScriptLink", + "Id": 471, "Command": "Get-PnPJavaScriptLink" }, { "Rank": 2, - "Id": 472, "CommandName": "Get-PnPJavaScriptLink", + "Id": 472, "Command": "Get-PnPJavaScriptLink -Scope All" }, { "Rank": 3, - "Id": 473, "CommandName": "Get-PnPJavaScriptLink", + "Id": 473, "Command": "Get-PnPJavaScriptLink -Scope Web" }, { "Rank": 4, - "Id": 474, "CommandName": "Get-PnPJavaScriptLink", + "Id": 474, "Command": "Get-PnPJavaScriptLink -Scope Site" }, { "Rank": 5, - "Id": 475, "CommandName": "Get-PnPJavaScriptLink", + "Id": 475, "Command": "Get-PnPJavaScriptLink -Name Test" }, { "Rank": 1, - "Id": 476, "CommandName": "Get-PnPKnowledgeHubSite", + "Id": 476, "Command": "Get-PnPKnowledgeHubSite" }, { "Rank": 1, - "Id": 477, "CommandName": "Get-PnPLabel", + "Id": 477, "Command": "Get-PnPLabel" }, { "Rank": 2, - "Id": 478, "CommandName": "Get-PnPLabel", + "Id": 478, "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly" }, { "Rank": 1, - "Id": 479, "CommandName": "Get-PnPList", + "Id": 479, "Command": "Get-PnPList" }, { "Rank": 2, - "Id": 480, "CommandName": "Get-PnPList", + "Id": 480, "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 3, - "Id": 481, "CommandName": "Get-PnPList", + "Id": 481, "Command": "Get-PnPList -Identity Lists/Announcements" }, { "Rank": 4, - "Id": 482, "CommandName": "Get-PnPList", + "Id": 482, "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { "Rank": 5, - "Id": 483, "CommandName": "Get-PnPList", + "Id": 483, "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { "Rank": 1, - "Id": 484, "CommandName": "Get-PnPListDesign", + "Id": 484, "Command": "Get-PnPListDesign" }, { "Rank": 2, - "Id": 485, "CommandName": "Get-PnPListDesign", + "Id": 485, "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 3, - "Id": 486, "CommandName": "Get-PnPListDesign", + "Id": 486, "Command": "Get-PnPListDesign -Identity ListEvent" }, { "Rank": 1, - "Id": 487, "CommandName": "Get-PnPListInformationRightsManagement", + "Id": 487, "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { "Rank": 1, - "Id": 488, "CommandName": "Get-PnPListItem", + "Id": 488, "Command": "Get-PnPListItem -List Tasks" }, { "Rank": 2, - "Id": 489, "CommandName": "Get-PnPListItem", + "Id": 489, "Command": "Get-PnPListItem -List Tasks -Id 1" }, { "Rank": 3, - "Id": 490, "CommandName": "Get-PnPListItem", + "Id": 490, "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { "Rank": 4, - "Id": 491, "CommandName": "Get-PnPListItem", + "Id": 491, "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { "Rank": 5, - "Id": 492, "CommandName": "Get-PnPListItem", + "Id": 492, "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { "Rank": 6, - "Id": 493, "CommandName": "Get-PnPListItem", + "Id": 493, "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { "Rank": 7, - "Id": 494, "CommandName": "Get-PnPListItem", + "Id": 494, "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { "Rank": 8, - "Id": 495, "CommandName": "Get-PnPListItem", + "Id": 495, "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { "Rank": 9, - "Id": 496, "CommandName": "Get-PnPListItem", + "Id": 496, "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { "Rank": 1, - "Id": 497, "CommandName": "Get-PnPListItemComment", + "Id": 497, "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { "Rank": 1, - "Id": 498, "CommandName": "Get-PnPListItemPermission", + "Id": 498, "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { "Rank": 1, - "Id": 499, "CommandName": "Get-PnPListPermissions", + "Id": 499, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { "Rank": 2, - "Id": 500, "CommandName": "Get-PnPListPermissions", + "Id": 500, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Rank": 1, - "Id": 501, "CommandName": "Get-PnPListRecordDeclaration", + "Id": 501, "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { "Rank": 1, - "Id": 502, "CommandName": "Get-PnPMasterPage", + "Id": 502, "Command": "Get-PnPMasterPage" }, { "Rank": 1, - "Id": 503, "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 503, "Command": "Get-PnPMessageCenterAnnouncement" }, { "Rank": 2, - "Id": 504, "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 504, "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { "Rank": 1, - "Id": 505, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 505, "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { "Rank": 2, - "Id": 506, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 506, "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { "Rank": 1, - "Id": 507, "CommandName": "Get-PnPMicrosoft365Group", + "Id": 507, "Command": "Get-PnPMicrosoft365Group" }, { "Rank": 2, - "Id": 508, "CommandName": "Get-PnPMicrosoft365Group", + "Id": 508, "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { "Rank": 3, - "Id": 509, "CommandName": "Get-PnPMicrosoft365Group", + "Id": 509, "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { "Rank": 4, - "Id": 510, "CommandName": "Get-PnPMicrosoft365Group", + "Id": 510, "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { "Rank": 5, - "Id": 511, "CommandName": "Get-PnPMicrosoft365Group", + "Id": 511, "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { "Rank": 6, - "Id": 512, "CommandName": "Get-PnPMicrosoft365Group", + "Id": 512, "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { "Rank": 1, - "Id": 513, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 513, "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { "Rank": 2, - "Id": 514, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 514, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { "Rank": 3, - "Id": 515, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 515, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, - "Id": 516, "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 516, "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { "Rank": 2, - "Id": 517, "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 517, "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { "Rank": 3, - "Id": 518, "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 518, "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { "Rank": 1, - "Id": 519, "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 519, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { "Rank": 2, - "Id": 520, "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 520, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { "Rank": 1, - "Id": 521, "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 521, "Command": "Get-PnPMicrosoft365GroupSettings" }, { "Rank": 2, - "Id": 522, "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 522, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { "Rank": 1, - "Id": 523, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 523, "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { "Rank": 2, - "Id": 524, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 524, "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { "Rank": 1, - "Id": 525, "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 525, "Command": "Get-PnPMicrosoft365GroupTeam" }, { "Rank": 2, - "Id": 526, "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 526, "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { "Rank": 3, - "Id": 527, "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 527, "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, - "Id": 528, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 528, "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { "Rank": 2, - "Id": 529, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 529, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { "Rank": 3, - "Id": 530, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 530, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, - "Id": 531, "CommandName": "Get-PnPNavigationNode", + "Id": 531, "Command": "Get-PnPNavigationNode" }, { "Rank": 2, - "Id": 532, "CommandName": "Get-PnPNavigationNode", + "Id": 532, "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { "Rank": 3, - "Id": 533, "CommandName": "Get-PnPNavigationNode", + "Id": 533, "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { "Rank": 1, - "Id": 534, "CommandName": "Get-PnPOrgAssetsLibrary", + "Id": 534, "Command": "Get-PnPOrgAssetsLibrary" }, { "Rank": 1, - "Id": 535, "CommandName": "Get-PnPOrgNewsSite", + "Id": 535, "Command": "Get-PnPOrgNewsSite" }, { "Rank": 1, - "Id": 536, "CommandName": "Get-PnPPage", + "Id": 536, "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { "Rank": 2, - "Id": 537, "CommandName": "Get-PnPPage", + "Id": 537, "Command": "Get-PnPPage \"MyPage\"" }, { "Rank": 3, - "Id": 538, "CommandName": "Get-PnPPage", + "Id": 538, "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { "Rank": 4, - "Id": 539, "CommandName": "Get-PnPPage", + "Id": 539, "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Rank": 1, - "Id": 540, "CommandName": "Get-PnPPageComponent", + "Id": 540, "Command": "Get-PnPPageComponent -Page Home" }, { "Rank": 2, - "Id": 541, "CommandName": "Get-PnPPageComponent", + "Id": 541, "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 3, - "Id": 542, "CommandName": "Get-PnPPageComponent", + "Id": 542, "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { "Rank": 1, - "Id": 543, "CommandName": "Get-PnPPlannerBucket", + "Id": 543, "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Rank": 1, - "Id": 544, "CommandName": "Get-PnPPlannerConfiguration", + "Id": 544, "Command": "Get-PnPPlannerConfiguration" }, { "Rank": 1, - "Id": 545, "CommandName": "Get-PnPPlannerPlan", + "Id": 545, "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { "Rank": 2, - "Id": 546, "CommandName": "Get-PnPPlannerPlan", + "Id": 546, "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { "Rank": 3, - "Id": 547, "CommandName": "Get-PnPPlannerPlan", + "Id": 547, "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { "Rank": 1, - "Id": 548, "CommandName": "Get-PnPPlannerRosterMember", + "Id": 548, "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Rank": 1, - "Id": 549, "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 549, "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { "Rank": 2, - "Id": 550, "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 550, "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 551, "CommandName": "Get-PnPPlannerTask", + "Id": 551, "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Rank": 2, - "Id": 552, "CommandName": "Get-PnPPlannerTask", + "Id": 552, "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Rank": 3, - "Id": 553, "CommandName": "Get-PnPPlannerTask", + "Id": 553, "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Rank": 1, - "Id": 554, "CommandName": "Get-PnPPlannerUserPolicy", + "Id": 554, "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 555, "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 555, "Command": "Get-PnPPowerPlatformEnvironment" }, { "Rank": 2, - "Id": 556, "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 556, "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { "Rank": 3, - "Id": 557, "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 557, "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { "Rank": 1, - "Id": 558, "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Id": 558, "Command": "Get-PnPPowerShellTelemetryEnabled" }, { "Rank": 1, - "Id": 559, "CommandName": "Get-PnPPropertyBag", + "Id": 559, "Command": "Get-PnPPropertyBag" }, { "Rank": 2, - "Id": 560, "CommandName": "Get-PnPPropertyBag", + "Id": 560, "Command": "Get-PnPPropertyBag -Key MyKey" }, { "Rank": 3, - "Id": 561, "CommandName": "Get-PnPPropertyBag", + "Id": 561, "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { "Rank": 4, - "Id": 562, "CommandName": "Get-PnPPropertyBag", + "Id": 562, "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { "Rank": 5, - "Id": 563, "CommandName": "Get-PnPPropertyBag", + "Id": 563, "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { "Rank": 1, - "Id": 564, "CommandName": "Get-PnPPublishingImageRendition", + "Id": 564, "Command": "Get-PnPPublishingImageRendition" }, { "Rank": 2, - "Id": 565, "CommandName": "Get-PnPPublishingImageRendition", + "Id": 565, "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { "Rank": 3, - "Id": 566, "CommandName": "Get-PnPPublishingImageRendition", + "Id": 566, "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { "Rank": 1, - "Id": 567, "CommandName": "Get-PnPRecycleBinItem", + "Id": 567, "Command": "Get-PnPRecycleBinItem" }, { "Rank": 2, - "Id": 568, "CommandName": "Get-PnPRecycleBinItem", + "Id": 568, "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { "Rank": 3, - "Id": 569, "CommandName": "Get-PnPRecycleBinItem", + "Id": 569, "Command": "Get-PnPRecycleBinItem -FirstStage" }, { "Rank": 4, - "Id": 570, "CommandName": "Get-PnPRecycleBinItem", + "Id": 570, "Command": "Get-PnPRecycleBinItem -SecondStage" }, { "Rank": 5, - "Id": 571, "CommandName": "Get-PnPRecycleBinItem", + "Id": 571, "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { "Rank": 1, - "Id": 572, "CommandName": "Get-PnPRequestAccessEmails", + "Id": 572, "Command": "Get-PnPRequestAccessEmails" }, { "Rank": 1, - "Id": 573, "CommandName": "Get-PnPRoleDefinition", + "Id": 573, "Command": "Get-PnPRoleDefinition" }, { "Rank": 2, - "Id": 574, "CommandName": "Get-PnPRoleDefinition", + "Id": 574, "Command": "Get-PnPRoleDefinition -Identity Read" }, { "Rank": 3, - "Id": 575, "CommandName": "Get-PnPRoleDefinition", + "Id": 575, "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { "Rank": 1, - "Id": 576, "CommandName": "Get-PnPSearchConfiguration", + "Id": 576, "Command": "Get-PnPSearchConfiguration" }, { "Rank": 2, - "Id": 577, "CommandName": "Get-PnPSearchConfiguration", + "Id": 577, "Command": "Get-PnPSearchConfiguration -Scope Site" }, { "Rank": 3, - "Id": 578, "CommandName": "Get-PnPSearchConfiguration", + "Id": 578, "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { "Rank": 4, - "Id": 579, "CommandName": "Get-PnPSearchConfiguration", + "Id": 579, "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 5, - "Id": 580, "CommandName": "Get-PnPSearchConfiguration", + "Id": 580, "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { "Rank": 6, - "Id": 581, "CommandName": "Get-PnPSearchConfiguration", + "Id": 581, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { "Rank": 7, - "Id": 582, "CommandName": "Get-PnPSearchConfiguration", + "Id": 582, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { "Rank": 8, - "Id": 583, "CommandName": "Get-PnPSearchConfiguration", + "Id": 583, "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { "Rank": 1, - "Id": 584, "CommandName": "Get-PnPSearchCrawlLog", + "Id": 584, "Command": "Get-PnPSearchCrawlLog" }, { "Rank": 2, - "Id": 585, "CommandName": "Get-PnPSearchCrawlLog", + "Id": 585, "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { "Rank": 3, - "Id": 586, "CommandName": "Get-PnPSearchCrawlLog", + "Id": 586, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { "Rank": 4, - "Id": 587, "CommandName": "Get-PnPSearchCrawlLog", + "Id": 587, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { "Rank": 5, - "Id": 588, "CommandName": "Get-PnPSearchCrawlLog", + "Id": 588, "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { "Rank": 6, - "Id": 589, "CommandName": "Get-PnPSearchCrawlLog", + "Id": 589, "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { "Rank": 7, - "Id": 590, "CommandName": "Get-PnPSearchCrawlLog", + "Id": 590, "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { "Rank": 1, - "Id": 591, "CommandName": "Get-PnPSearchSettings", + "Id": 591, "Command": "Get-PnPSearchSettings" }, { "Rank": 1, - "Id": 592, "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 592, "Command": "Get-PnPServiceCurrentHealth" }, { "Rank": 2, - "Id": 593, "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 593, "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { "Rank": 1, - "Id": 594, "CommandName": "Get-PnPServiceHealthIssue", + "Id": 594, "Command": "Get-PnPServiceHealthIssue" }, { "Rank": 2, - "Id": 595, "CommandName": "Get-PnPServiceHealthIssue", + "Id": 595, "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { "Rank": 1, - "Id": 596, "CommandName": "Get-PnPSharePointAddIn", + "Id": 596, "Command": "Get-PnPSharePointAddIn" }, { "Rank": 2, - "Id": 597, "CommandName": "Get-PnPSharePointAddIn", + "Id": 597, "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { "Rank": 1, - "Id": 598, "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Id": 598, "Command": "Get-PnPSharingForNonOwnersOfSite" }, { "Rank": 1, - "Id": 599, "CommandName": "Get-PnPSite", + "Id": 599, "Command": "Get-PnPSite" }, { "Rank": 2, - "Id": 600, "CommandName": "Get-PnPSite", + "Id": 600, "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { "Rank": 1, - "Id": 601, "CommandName": "Get-PnPSiteClosure", + "Id": 601, "Command": "Get-PnPSiteClosure" }, { "Rank": 1, - "Id": 602, "CommandName": "Get-PnPSiteCollectionAdmin", + "Id": 602, "Command": "Get-PnPSiteCollectionAdmin" }, { "Rank": 1, - "Id": 603, "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 603, "Command": "Get-PnPSiteCollectionAppCatalog" }, { "Rank": 2, - "Id": 604, "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 604, "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { "Rank": 3, - "Id": 605, "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 605, "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { "Rank": 1, - "Id": 606, "CommandName": "Get-PnPSiteCollectionTermStore", + "Id": 606, "Command": "Get-PnPSiteCollectionTermStore" }, { "Rank": 1, - "Id": 607, "CommandName": "Get-PnPSiteDesign", + "Id": 607, "Command": "Get-PnPSiteDesign" }, { "Rank": 2, - "Id": 608, "CommandName": "Get-PnPSiteDesign", + "Id": 608, "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "Id": 609, "CommandName": "Get-PnPSiteDesignRights", + "Id": 609, "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "Id": 610, "CommandName": "Get-PnPSiteDesignRun", + "Id": 610, "Command": "Get-PnPSiteDesignRun" }, { "Rank": 2, - "Id": 611, "CommandName": "Get-PnPSiteDesignRun", + "Id": 611, "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { "Rank": 1, - "Id": 612, "CommandName": "Get-PnPSiteDesignTask", + "Id": 612, "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Rank": 2, - "Id": 613, "CommandName": "Get-PnPSiteDesignTask", + "Id": 613, "Command": "Get-PnPSiteDesignTask" }, { "Rank": 3, - "Id": 614, "CommandName": "Get-PnPSiteDesignTask", + "Id": 614, "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Rank": 1, - "Id": 615, "CommandName": "Get-PnPSiteGroup", + "Id": 615, "Command": "Get-PnPSiteGroup" }, { "Rank": 2, - "Id": 616, "CommandName": "Get-PnPSiteGroup", + "Id": 616, "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Rank": 3, - "Id": 617, "CommandName": "Get-PnPSiteGroup", + "Id": 617, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { "Rank": 4, - "Id": 618, "CommandName": "Get-PnPSiteGroup", + "Id": 618, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Rank": 1, - "Id": 619, "CommandName": "Get-PnPSitePolicy", + "Id": 619, "Command": "Get-PnPSitePolicy" }, { "Rank": 2, - "Id": 620, "CommandName": "Get-PnPSitePolicy", + "Id": 620, "Command": "Get-PnPSitePolicy -AllAvailable" }, { "Rank": 3, - "Id": 621, "CommandName": "Get-PnPSitePolicy", + "Id": 621, "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Rank": 1, - "Id": 622, "CommandName": "Get-PnPSiteScript", + "Id": 622, "Command": "Get-PnPSiteScript" }, { "Rank": 2, - "Id": 623, "CommandName": "Get-PnPSiteScript", + "Id": 623, "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "Id": 624, "CommandName": "Get-PnPSiteScriptFromList", + "Id": 624, "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { "Rank": 2, - "Id": 625, "CommandName": "Get-PnPSiteScriptFromList", + "Id": 625, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { "Rank": 3, - "Id": 626, "CommandName": "Get-PnPSiteScriptFromList", + "Id": 626, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { "Rank": 1, - "Id": 627, "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 627, "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { "Rank": 2, - "Id": 628, "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 628, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { "Rank": 3, - "Id": 629, "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 629, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { "Rank": 4, - "Id": 630, "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 630, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { "Rank": 5, - "Id": 631, "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 631, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { "Rank": 6, - "Id": 632, "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 632, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { "Rank": 1, - "Id": 633, "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 633, "Command": "Get-PnPSiteSearchQueryResults" }, { "Rank": 2, - "Id": 634, "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 634, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { "Rank": 3, - "Id": 635, "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 635, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { "Rank": 4, - "Id": 636, "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 636, "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { "Rank": 5, - "Id": 637, "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 637, "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { "Rank": 6, - "Id": 638, "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 638, "Command": "Get-PnPSiteSearchQueryResults -All" }, { "Rank": 1, - "Id": 639, "CommandName": "Get-PnPSiteSensitivityLabel", + "Id": 639, "Command": "Get-PnPSiteSensitivityLabel" }, { "Rank": 1, - "Id": 640, "CommandName": "Get-PnPSiteTemplate", + "Id": 640, "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { "Rank": 2, - "Id": 641, "CommandName": "Get-PnPSiteTemplate", + "Id": 641, "Command": "Get-PnPSiteTemplate -Out template.xml" }, { "Rank": 3, - "Id": 642, "CommandName": "Get-PnPSiteTemplate", + "Id": 642, "Command": "Get-PnPSiteTemplate -Out template.md" }, { "Rank": 4, - "Id": 643, "CommandName": "Get-PnPSiteTemplate", + "Id": 643, "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { "Rank": 5, - "Id": 644, "CommandName": "Get-PnPSiteTemplate", + "Id": 644, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { "Rank": 6, - "Id": 645, "CommandName": "Get-PnPSiteTemplate", + "Id": 645, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { "Rank": 7, - "Id": 646, "CommandName": "Get-PnPSiteTemplate", + "Id": 646, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { "Rank": 8, - "Id": 647, "CommandName": "Get-PnPSiteTemplate", + "Id": 647, "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { "Rank": 9, - "Id": 648, "CommandName": "Get-PnPSiteTemplate", + "Id": 648, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { "Rank": 10, - "Id": 649, "CommandName": "Get-PnPSiteTemplate", + "Id": 649, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { "Rank": 11, - "Id": 650, "CommandName": "Get-PnPSiteTemplate", + "Id": 650, "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { "Rank": 12, - "Id": 651, "CommandName": "Get-PnPSiteTemplate", + "Id": 651, "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { "Rank": 13, - "Id": 652, "CommandName": "Get-PnPSiteTemplate", + "Id": 652, "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { "Rank": 14, - "Id": 653, "CommandName": "Get-PnPSiteTemplate", + "Id": 653, "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { "Rank": 1, - "Id": 654, "CommandName": "Get-PnPSiteUserInvitations", + "Id": 654, "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Rank": 1, - "Id": 655, "CommandName": "Get-PnPStorageEntity", + "Id": 655, "Command": "Get-PnPStorageEntity" }, { "Rank": 2, - "Id": 656, "CommandName": "Get-PnPStorageEntity", + "Id": 656, "Command": "Get-PnPStorageEntity -Key MyKey" }, { "Rank": 3, - "Id": 657, "CommandName": "Get-PnPStorageEntity", + "Id": 657, "Command": "Get-PnPStorageEntity -Scope Site" }, { "Rank": 4, - "Id": 658, "CommandName": "Get-PnPStorageEntity", + "Id": 658, "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { "Rank": 1, - "Id": 659, "CommandName": "Get-PnPStoredCredential", + "Id": 659, "Command": "Get-PnPStoredCredential -Name O365" }, { "Rank": 1, - "Id": 660, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Id": 660, "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 1, - "Id": 661, "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Id": 661, "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 1, - "Id": 662, "CommandName": "Get-PnPSubscribeSharePointNewsDigest", + "Id": 662, "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'" }, { "Rank": 1, - "Id": 663, "CommandName": "Get-PnPSubWeb", + "Id": 663, "Command": "Get-PnPSubWeb" }, { "Rank": 2, - "Id": 664, "CommandName": "Get-PnPSubWeb", + "Id": 664, "Command": "Get-PnPSubWeb -Recurse" }, { "Rank": 3, - "Id": 665, "CommandName": "Get-PnPSubWeb", + "Id": 665, "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { "Rank": 4, - "Id": 666, "CommandName": "Get-PnPSubWeb", + "Id": 666, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { "Rank": 5, - "Id": 667, "CommandName": "Get-PnPSubWeb", + "Id": 667, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { "Rank": 1, - "Id": 668, "CommandName": "Get-PnPSyntexModel", + "Id": 668, "Command": "Get-PnPSyntexModel" }, { "Rank": 2, - "Id": 669, "CommandName": "Get-PnPSyntexModel", + "Id": 669, "Command": "Get-PnPSyntexModel -Identity 1" }, { "Rank": 3, - "Id": 670, "CommandName": "Get-PnPSyntexModel", + "Id": 670, "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { "Rank": 1, - "Id": 671, "CommandName": "Get-PnPSyntexModelPublication", + "Id": 671, "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { "Rank": 1, - "Id": 672, "CommandName": "Get-PnPTaxonomyItem", + "Id": 672, "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { "Rank": 1, - "Id": 673, "CommandName": "Get-PnPTeamsApp", + "Id": 673, "Command": "Get-PnPTeamsApp" }, { "Rank": 2, - "Id": 674, "CommandName": "Get-PnPTeamsApp", + "Id": 674, "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { "Rank": 3, - "Id": 675, "CommandName": "Get-PnPTeamsApp", + "Id": 675, "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { "Rank": 1, - "Id": 676, "CommandName": "Get-PnPTeamsChannel", + "Id": 676, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { "Rank": 2, - "Id": 677, "CommandName": "Get-PnPTeamsChannel", + "Id": 677, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { "Rank": 3, - "Id": 678, "CommandName": "Get-PnPTeamsChannel", + "Id": 678, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Rank": 1, - "Id": 679, "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 679, "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { "Rank": 2, - "Id": 680, "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 680, "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Rank": 1, - "Id": 681, "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 681, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { "Rank": 2, - "Id": 682, "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 682, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { "Rank": 1, - "Id": 683, "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 683, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { "Rank": 2, - "Id": 684, "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 684, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { "Rank": 1, - "Id": 685, "CommandName": "Get-PnPTeamsChannelUser", + "Id": 685, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { "Rank": 2, - "Id": 686, "CommandName": "Get-PnPTeamsChannelUser", + "Id": 686, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { "Rank": 3, - "Id": 687, "CommandName": "Get-PnPTeamsChannelUser", + "Id": 687, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { "Rank": 4, - "Id": 688, "CommandName": "Get-PnPTeamsChannelUser", + "Id": 688, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 1, - "Id": 689, "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 689, "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { "Rank": 2, - "Id": 690, "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 690, "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { "Rank": 1, - "Id": 691, "CommandName": "Get-PnPTeamsTab", + "Id": 691, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { "Rank": 2, - "Id": 692, "CommandName": "Get-PnPTeamsTab", + "Id": 692, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { "Rank": 3, - "Id": 693, "CommandName": "Get-PnPTeamsTab", + "Id": 693, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { "Rank": 4, - "Id": 694, "CommandName": "Get-PnPTeamsTab", + "Id": 694, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { "Rank": 5, - "Id": 695, "CommandName": "Get-PnPTeamsTab", + "Id": 695, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { "Rank": 1, - "Id": 696, "CommandName": "Get-PnPTeamsTag", + "Id": 696, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Rank": 2, - "Id": 697, "CommandName": "Get-PnPTeamsTag", + "Id": 697, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Rank": 1, - "Id": 698, "CommandName": "Get-PnPTeamsTeam", + "Id": 698, "Command": "Get-PnPTeamsTeam" }, { "Rank": 2, - "Id": 699, "CommandName": "Get-PnPTeamsTeam", + "Id": 699, "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { "Rank": 3, - "Id": 700, "CommandName": "Get-PnPTeamsTeam", + "Id": 700, "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { "Rank": 4, - "Id": 701, "CommandName": "Get-PnPTeamsTeam", + "Id": 701, "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { "Rank": 5, - "Id": 702, "CommandName": "Get-PnPTeamsTeam", + "Id": 702, "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, - "Id": 703, "CommandName": "Get-PnPTeamsUser", + "Id": 703, "Command": "Get-PnPTeamsUser -Team MyTeam" }, { "Rank": 2, - "Id": 704, "CommandName": "Get-PnPTeamsUser", + "Id": 704, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { "Rank": 3, - "Id": 705, "CommandName": "Get-PnPTeamsUser", + "Id": 705, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { "Rank": 4, - "Id": 706, "CommandName": "Get-PnPTeamsUser", + "Id": 706, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { "Rank": 1, - "Id": 707, "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Id": 707, "Command": "Get-PnPTemporarilyDisableAppBar" }, { "Rank": 1, - "Id": 708, "CommandName": "Get-PnPTenant", + "Id": 708, "Command": "Get-PnPTenant" }, { "Rank": 1, - "Id": 709, "CommandName": "Get-PnPTenantAppCatalogUrl", + "Id": 709, "Command": "Get-PnPTenantAppCatalogUrl" }, { "Rank": 1, - "Id": 710, "CommandName": "Get-PnPTenantCdnEnabled", + "Id": 710, "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { "Rank": 1, - "Id": 711, "CommandName": "Get-PnPTenantCdnOrigin", + "Id": 711, "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { "Rank": 1, - "Id": 712, "CommandName": "Get-PnPTenantCdnPolicies", + "Id": 712, "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { "Rank": 1, - "Id": 713, "CommandName": "Get-PnPTenantDeletedSite", + "Id": 713, "Command": "Get-PnPTenantDeletedSite" }, { "Rank": 2, - "Id": 714, "CommandName": "Get-PnPTenantDeletedSite", + "Id": 714, "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 3, - "Id": 715, "CommandName": "Get-PnPTenantDeletedSite", + "Id": 715, "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { "Rank": 4, - "Id": 716, "CommandName": "Get-PnPTenantDeletedSite", + "Id": 716, "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { "Rank": 1, - "Id": 717, "CommandName": "Get-PnPTenantId", + "Id": 717, "Command": "Get-PnPTenantId" }, { "Rank": 2, - "Id": 718, "CommandName": "Get-PnPTenantId", + "Id": 718, "Command": "Get-PnPTenantId contoso" }, { "Rank": 3, - "Id": 719, "CommandName": "Get-PnPTenantId", + "Id": 719, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { "Rank": 4, - "Id": 720, "CommandName": "Get-PnPTenantId", + "Id": 720, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { "Rank": 1, - "Id": 721, "CommandName": "Get-PnPTenantInstance", + "Id": 721, "Command": "Get-PnPTenantInstance" }, { "Rank": 1, - "Id": 722, "CommandName": "Get-PnPTenantRecycleBinItem", + "Id": 722, "Command": "Get-PnPTenantRecycleBinItem" }, { "Rank": 1, - "Id": 723, "CommandName": "Get-PnPTenantSequence", + "Id": 723, "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { "Rank": 2, - "Id": 724, "CommandName": "Get-PnPTenantSequence", + "Id": 724, "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { "Rank": 1, - "Id": 725, "CommandName": "Get-PnPTenantSequenceSite", + "Id": 725, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { "Rank": 2, - "Id": 726, "CommandName": "Get-PnPTenantSequenceSite", + "Id": 726, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { "Rank": 1, - "Id": 727, "CommandName": "Get-PnPTenantSite", + "Id": 727, "Command": "Get-PnPTenantSite" }, { "Rank": 2, - "Id": 728, "CommandName": "Get-PnPTenantSite", + "Id": 728, "Command": "Get-PnPTenantSite -Detailed" }, { "Rank": 3, - "Id": 729, "CommandName": "Get-PnPTenantSite", + "Id": 729, "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { "Rank": 4, - "Id": 730, "CommandName": "Get-PnPTenantSite", + "Id": 730, "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { "Rank": 5, - "Id": 731, "CommandName": "Get-PnPTenantSite", + "Id": 731, "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { "Rank": 6, - "Id": 732, "CommandName": "Get-PnPTenantSite", + "Id": 732, "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { "Rank": 7, - "Id": 733, "CommandName": "Get-PnPTenantSite", + "Id": 733, "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { "Rank": 8, - "Id": 734, "CommandName": "Get-PnPTenantSite", + "Id": 734, "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { "Rank": 9, - "Id": 735, "CommandName": "Get-PnPTenantSite", + "Id": 735, "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { "Rank": 1, - "Id": 736, "CommandName": "Get-PnPTenantSyncClientRestriction", + "Id": 736, "Command": "Get-PnPTenantSyncClientRestriction" }, { "Rank": 1, - "Id": 737, "CommandName": "Get-PnPTenantTemplate", + "Id": 737, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { "Rank": 2, - "Id": 738, "CommandName": "Get-PnPTenantTemplate", + "Id": 738, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { "Rank": 3, - "Id": 739, "CommandName": "Get-PnPTenantTemplate", + "Id": 739, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { "Rank": 1, - "Id": 740, "CommandName": "Get-PnPTenantTheme", + "Id": 740, "Command": "Get-PnPTenantTheme" }, { "Rank": 2, - "Id": 741, "CommandName": "Get-PnPTenantTheme", + "Id": 741, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Rank": 3, - "Id": 742, "CommandName": "Get-PnPTenantTheme", + "Id": 742, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { "Rank": 1, - "Id": 743, "CommandName": "Get-PnPTerm", + "Id": 743, "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 2, - "Id": 744, "CommandName": "Get-PnPTerm", + "Id": 744, "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 3, - "Id": 745, "CommandName": "Get-PnPTerm", + "Id": 745, "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 4, - "Id": 746, "CommandName": "Get-PnPTerm", + "Id": 746, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { "Rank": 5, - "Id": 747, "CommandName": "Get-PnPTerm", + "Id": 747, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { "Rank": 1, - "Id": 748, "CommandName": "Get-PnPTermGroup", + "Id": 748, "Command": "Get-PnPTermGroup" }, { "Rank": 2, - "Id": 749, "CommandName": "Get-PnPTermGroup", + "Id": 749, "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { "Rank": 3, - "Id": 750, "CommandName": "Get-PnPTermGroup", + "Id": 750, "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { "Rank": 1, - "Id": 751, "CommandName": "Get-PnPTermLabel", + "Id": 751, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { "Rank": 2, - "Id": 752, "CommandName": "Get-PnPTermLabel", + "Id": 752, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { "Rank": 3, - "Id": 753, "CommandName": "Get-PnPTermLabel", + "Id": 753, "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "Id": 754, "CommandName": "Get-PnPTermSet", + "Id": 754, "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { "Rank": 2, - "Id": 755, "CommandName": "Get-PnPTermSet", + "Id": 755, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 3, - "Id": 756, "CommandName": "Get-PnPTermSet", + "Id": 756, "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { "Rank": 1, - "Id": 757, "CommandName": "Get-PnPTheme", + "Id": 757, "Command": "Get-PnPTheme" }, { "Rank": 2, - "Id": 758, "CommandName": "Get-PnPTheme", + "Id": 758, "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { "Rank": 1, - "Id": 759, "CommandName": "Get-PnPTimeZoneId", + "Id": 759, "Command": "Get-PnPTimeZoneId" }, { "Rank": 2, - "Id": 760, "CommandName": "Get-PnPTimeZoneId", + "Id": 760, "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { "Rank": 1, - "Id": 761, "CommandName": "Get-PnPUnifiedAuditLog", + "Id": 761, "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)" }, { "Rank": 1, - "Id": 762, "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 762, "Command": "Get-PnPUPABulkImportStatus" }, { "Rank": 2, - "Id": 763, "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 763, "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { "Rank": 3, - "Id": 764, "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 764, "Command": "Get-PnPUPABulkImportStatus -JobId " }, { "Rank": 4, - "Id": 765, "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 765, "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { "Rank": 1, - "Id": 766, "CommandName": "Get-PnPUser", + "Id": 766, "Command": "Get-PnPUser" }, { "Rank": 2, - "Id": 767, "CommandName": "Get-PnPUser", + "Id": 767, "Command": "Get-PnPUser -Identity 23" }, { "Rank": 3, - "Id": 768, "CommandName": "Get-PnPUser", + "Id": 768, "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { "Rank": 4, - "Id": 769, "CommandName": "Get-PnPUser", + "Id": 769, "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { "Rank": 5, - "Id": 770, "CommandName": "Get-PnPUser", + "Id": 770, "Command": "Get-PnPUser -WithRightsAssigned" }, { "Rank": 6, - "Id": 771, "CommandName": "Get-PnPUser", + "Id": 771, "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { "Rank": 7, - "Id": 772, "CommandName": "Get-PnPUser", + "Id": 772, "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { "Rank": 1, - "Id": 773, "CommandName": "Get-PnPUserOneDriveQuota", + "Id": 773, "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { "Rank": 1, - "Id": 774, "CommandName": "Get-PnPUserProfileProperty", + "Id": 774, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { "Rank": 2, - "Id": 775, "CommandName": "Get-PnPUserProfileProperty", + "Id": 775, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { "Rank": 3, - "Id": 776, "CommandName": "Get-PnPUserProfileProperty", + "Id": 776, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { "Rank": 1, - "Id": 777, "CommandName": "Get-PnPView", + "Id": 777, "Command": "Get-PnPView -List \"Demo List\"" }, { "Rank": 2, - "Id": 778, "CommandName": "Get-PnPView", + "Id": 778, "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { "Rank": 3, - "Id": 779, "CommandName": "Get-PnPView", + "Id": 779, "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { "Rank": 1, - "Id": 780, "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 780, "Command": "Get-PnPVivaConnectionsDashboardACE" }, { "Rank": 2, - "Id": 781, "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 781, "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Rank": 1, - "Id": 782, "CommandName": "Get-PnPWeb", + "Id": 782, "Command": "Get-PnPWeb" }, { "Rank": 1, - "Id": 783, "CommandName": "Get-PnPWebHeader", + "Id": 783, "Command": "Get-PnPWebHeader" }, { "Rank": 1, - "Id": 784, "CommandName": "Get-PnPWebhookSubscriptions", + "Id": 784, "Command": "Get-PnPWebhookSubscriptions -List MyList" }, { "Rank": 1, - "Id": 785, "CommandName": "Get-PnPWebPart", + "Id": 785, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { "Rank": 2, - "Id": 786, "CommandName": "Get-PnPWebPart", + "Id": 786, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, - "Id": 787, "CommandName": "Get-PnPWebPartProperty", + "Id": 787, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { "Rank": 2, - "Id": 788, "CommandName": "Get-PnPWebPartProperty", + "Id": 788, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { "Rank": 1, - "Id": 789, "CommandName": "Get-PnPWebPartXml", + "Id": 789, "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, - "Id": 790, "CommandName": "Get-PnPWebTemplates", + "Id": 790, "Command": "Get-PnPWebTemplates" }, { "Rank": 2, - "Id": 791, "CommandName": "Get-PnPWebTemplates", + "Id": 791, "Command": "Get-PnPWebTemplates -LCID 1033" }, { "Rank": 3, - "Id": 792, "CommandName": "Get-PnPWebTemplates", + "Id": 792, "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { "Rank": 1, - "Id": 793, "CommandName": "Get-PnPWikiPageContent", + "Id": 793, "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { "Rank": 1, - "Id": 794, "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 794, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { "Rank": 2, - "Id": 795, "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 795, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Write -Site https://contoso.sharepoint.com/sites/projects" }, { "Rank": 1, - "Id": 796, "CommandName": "Grant-PnPHubSiteRights", + "Id": 796, "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "Id": 797, "CommandName": "Grant-PnPSiteDesignRights", + "Id": 797, "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "Id": 798, "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Id": 798, "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Rank": 1, - "Id": 799, "CommandName": "Import-PnPTaxonomy", + "Id": 799, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { "Rank": 2, - "Id": 800, "CommandName": "Import-PnPTaxonomy", + "Id": 800, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { "Rank": 3, - "Id": 801, "CommandName": "Import-PnPTaxonomy", + "Id": 801, "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { "Rank": 1, - "Id": 802, "CommandName": "Import-PnPTermGroupFromXml", + "Id": 802, "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { "Rank": 2, - "Id": 803, "CommandName": "Import-PnPTermGroupFromXml", + "Id": 803, "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { "Rank": 1, - "Id": 804, "CommandName": "Import-PnPTermSet", + "Id": 804, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { "Rank": 2, - "Id": 805, "CommandName": "Import-PnPTermSet", + "Id": 805, "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { "Rank": 3, - "Id": 806, "CommandName": "Import-PnPTermSet", + "Id": 806, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { "Rank": 1, - "Id": 807, "CommandName": "Install-PnPApp", + "Id": 807, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "Id": 808, "CommandName": "Install-PnPApp", + "Id": 808, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "Id": 809, "CommandName": "Invoke-PnPGraphMethod", + "Id": 809, "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { "Rank": 2, - "Id": 810, "CommandName": "Invoke-PnPGraphMethod", + "Id": 810, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { "Rank": 3, - "Id": 811, "CommandName": "Invoke-PnPGraphMethod", + "Id": 811, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { "Rank": 4, - "Id": 812, "CommandName": "Invoke-PnPGraphMethod", + "Id": 812, "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual" }, { "Rank": 5, - "Id": 813, "CommandName": "Invoke-PnPGraphMethod", + "Id": 813, "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"" }, { "Rank": 1, - "Id": 814, "CommandName": "Invoke-PnPListDesign", + "Id": 814, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 2, - "Id": 815, "CommandName": "Invoke-PnPListDesign", + "Id": 815, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Rank": 1, - "Id": 816, "CommandName": "Invoke-PnPQuery", + "Id": 816, "Command": "Invoke-PnPQuery -RetryCount 5" }, { "Rank": 1, - "Id": 817, "CommandName": "Invoke-PnPSiteDesign", + "Id": 817, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 2, - "Id": 818, "CommandName": "Invoke-PnPSiteDesign", + "Id": 818, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Rank": 1, - "Id": 819, "CommandName": "Invoke-PnPSiteScript", + "Id": 819, "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { "Rank": 1, - "Id": 820, "CommandName": "Invoke-PnPSiteSwap", + "Id": 820, "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": 821, "CommandName": "Invoke-PnPSiteSwap", + "Id": 821, "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": 822, "CommandName": "Invoke-PnPSiteSwap", + "Id": 822, "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": 823, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 823, "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { "Rank": 2, - "Id": 824, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 824, "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { "Rank": 3, - "Id": 825, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 825, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Rank": 4, - "Id": 826, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 826, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { "Rank": 5, - "Id": 827, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 827, "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { "Rank": 6, - "Id": 828, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 828, "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { "Rank": 7, - "Id": 829, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 829, "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template" }, { "Rank": 8, - "Id": 830, "CommandName": "Invoke-PnPSiteTemplate", + "Id": 830, "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { "Rank": 1, - "Id": 831, "CommandName": "Invoke-PnPTenantTemplate", + "Id": 831, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { "Rank": 2, - "Id": 832, "CommandName": "Invoke-PnPTenantTemplate", + "Id": 832, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { "Rank": 3, - "Id": 833, "CommandName": "Invoke-PnPTenantTemplate", + "Id": 833, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Rank": 1, - "Id": 834, "CommandName": "Invoke-PnPWebAction", + "Id": 834, "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { "Rank": 2, - "Id": 835, "CommandName": "Invoke-PnPWebAction", + "Id": 835, "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { "Rank": 1, - "Id": 836, "CommandName": "Measure-PnPList", + "Id": 836, "Command": "Measure-PnPList \"Documents\"" }, { "Rank": 2, - "Id": 837, "CommandName": "Measure-PnPList", + "Id": 837, "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { "Rank": 1, - "Id": 838, "CommandName": "Measure-PnPWeb", + "Id": 838, "Command": "Measure-PnPWeb" }, { "Rank": 2, - "Id": 839, "CommandName": "Measure-PnPWeb", + "Id": 839, "Command": "Measure-PnPWeb $web -Recursive" }, { "Rank": 1, - "Id": 840, "CommandName": "Move-PnPFile", + "Id": 840, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { "Rank": 2, - "Id": 841, "CommandName": "Move-PnPFile", + "Id": 841, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { "Rank": 3, - "Id": 842, "CommandName": "Move-PnPFile", + "Id": 842, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Rank": 4, - "Id": 843, "CommandName": "Move-PnPFile", + "Id": 843, "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Rank": 1, - "Id": 844, "CommandName": "Move-PnPFolder", + "Id": 844, "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { "Rank": 2, - "Id": 845, "CommandName": "Move-PnPFolder", + "Id": 845, "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { "Rank": 1, - "Id": 846, "CommandName": "Move-PnPListItemToRecycleBin", + "Id": 846, "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { "Rank": 1, - "Id": 847, "CommandName": "Move-PnPPageComponent", + "Id": 847, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { "Rank": 2, - "Id": 848, "CommandName": "Move-PnPPageComponent", + "Id": 848, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { "Rank": 3, - "Id": 849, "CommandName": "Move-PnPPageComponent", + "Id": 849, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { "Rank": 4, - "Id": 850, "CommandName": "Move-PnPPageComponent", + "Id": 850, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { "Rank": 1, - "Id": 851, "CommandName": "Move-PnpRecycleBinItem", + "Id": 851, "Command": "Move-PnPRecycleBinItem" }, { "Rank": 2, - "Id": 852, "CommandName": "Move-PnpRecycleBinItem", + "Id": 852, "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { "Rank": 3, - "Id": 853, "CommandName": "Move-PnpRecycleBinItem", + "Id": 853, "Command": "Move-PnPRecycleBinItem -Force" }, { "Rank": 1, - "Id": 854, "CommandName": "New-PnPAzureADGroup", + "Id": 854, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Rank": 2, - "Id": 855, "CommandName": "New-PnPAzureADGroup", + "Id": 855, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { "Rank": 3, - "Id": 856, "CommandName": "New-PnPAzureADGroup", + "Id": 856, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { "Rank": 1, - "Id": 857, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 857, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { "Rank": 2, - "Id": 858, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 858, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { "Rank": 3, - "Id": 859, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 859, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { "Rank": 1, - "Id": 860, "CommandName": "New-PnPAzureCertificate", + "Id": 860, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { "Rank": 2, - "Id": 861, "CommandName": "New-PnPAzureCertificate", + "Id": 861, "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { "Rank": 3, - "Id": 862, "CommandName": "New-PnPAzureCertificate", + "Id": 862, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { "Rank": 1, - "Id": 863, "CommandName": "New-PnPGraphSubscription", + "Id": 863, "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": 864, "CommandName": "New-PnPGraphSubscription", + "Id": 864, "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Rank": 1, - "Id": 865, "CommandName": "New-PnPGroup", + "Id": 865, "Command": "New-PnPGroup -Title \"My Site Users\"" }, { "Rank": 1, - "Id": 866, "CommandName": "New-PnPList", + "Id": 866, "Command": "New-PnPList -Title Announcements -Template Announcements" }, { "Rank": 2, - "Id": 867, "CommandName": "New-PnPList", + "Id": 867, "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { "Rank": 3, - "Id": 868, "CommandName": "New-PnPList", + "Id": 868, "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { "Rank": 1, - "Id": 869, "CommandName": "New-PnPMicrosoft365Group", + "Id": 869, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Rank": 2, - "Id": 870, "CommandName": "New-PnPMicrosoft365Group", + "Id": 870, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { "Rank": 3, - "Id": 871, "CommandName": "New-PnPMicrosoft365Group", + "Id": 871, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { "Rank": 4, - "Id": 872, "CommandName": "New-PnPMicrosoft365Group", + "Id": 872, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { "Rank": 5, - "Id": 873, "CommandName": "New-PnPMicrosoft365Group", + "Id": 873, "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Rank": 6, - "Id": 874, "CommandName": "New-PnPMicrosoft365Group", + "Id": 874, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Rank": 1, - "Id": 875, "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 875, "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { "Rank": 2, - "Id": 876, "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 876, "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { "Rank": 1, - "Id": 877, "CommandName": "New-PnPPersonalSite", + "Id": 877, "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { "Rank": 1, - "Id": 878, "CommandName": "New-PnPPlannerPlan", + "Id": 878, "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { "Rank": 1, - "Id": 879, "CommandName": "New-PnPSdnProvider", + "Id": 879, "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { "Rank": 1, - "Id": 880, "CommandName": "New-PnPSite", + "Id": 880, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Rank": 2, - "Id": 881, "CommandName": "New-PnPSite", + "Id": 881, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { "Rank": 3, - "Id": 882, "CommandName": "New-PnPSite", + "Id": 882, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Rank": 4, - "Id": 883, "CommandName": "New-PnPSite", + "Id": 883, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Rank": 5, - "Id": 884, "CommandName": "New-PnPSite", + "Id": 884, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Rank": 6, - "Id": 885, "CommandName": "New-PnPSite", + "Id": 885, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Rank": 7, - "Id": 886, "CommandName": "New-PnPSite", + "Id": 886, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { "Rank": 8, - "Id": 887, "CommandName": "New-PnPSite", + "Id": 887, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { "Rank": 9, - "Id": 888, "CommandName": "New-PnPSite", + "Id": 888, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { "Rank": 10, - "Id": 889, "CommandName": "New-PnPSite", + "Id": 889, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { "Rank": 11, - "Id": 890, "CommandName": "New-PnPSite", + "Id": 890, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Rank": 12, - "Id": 891, "CommandName": "New-PnPSite", + "Id": 891, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Rank": 13, - "Id": 892, "CommandName": "New-PnPSite", + "Id": 892, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Rank": 14, - "Id": 893, "CommandName": "New-PnPSite", + "Id": 893, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Rank": 15, - "Id": 894, "CommandName": "New-PnPSite", + "Id": 894, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Rank": 16, - "Id": 895, "CommandName": "New-PnPSite", + "Id": 895, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { "Rank": 1, - "Id": 896, "CommandName": "New-PnPSiteCollectionTermStore", + "Id": 896, "Command": "New-PnPSiteCollectionTermStore" }, { "Rank": 1, - "Id": 897, "CommandName": "New-PnPSiteGroup", + "Id": 897, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { "Rank": 2, - "Id": 898, "CommandName": "New-PnPSiteGroup", + "Id": 898, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { "Rank": 1, - "Id": 899, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 899, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { "Rank": 2, - "Id": 900, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 900, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { "Rank": 3, - "Id": 901, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 901, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { "Rank": 4, - "Id": 902, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 902, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { "Rank": 5, - "Id": 903, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 903, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { "Rank": 6, - "Id": 904, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 904, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 7, - "Id": 905, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 905, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { "Rank": 8, - "Id": 906, "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 906, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { "Rank": 1, - "Id": 907, "CommandName": "New-PnPTeamsApp", + "Id": 907, "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { "Rank": 1, - "Id": 908, "CommandName": "New-PnPTeamsTeam", + "Id": 908, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { "Rank": 2, - "Id": 909, "CommandName": "New-PnPTeamsTeam", + "Id": 909, "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { "Rank": 3, - "Id": 910, "CommandName": "New-PnPTeamsTeam", + "Id": 910, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { "Rank": 4, - "Id": 911, "CommandName": "New-PnPTeamsTeam", + "Id": 911, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Rank": 5, - "Id": 912, "CommandName": "New-PnPTeamsTeam", + "Id": 912, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { "Rank": 6, - "Id": 913, "CommandName": "New-PnPTeamsTeam", + "Id": 913, "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": 914, "CommandName": "New-PnPTenantSite", + "Id": 914, "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Rank": 2, - "Id": 915, "CommandName": "New-PnPTenantSite", + "Id": 915, "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Rank": 1, - "Id": 916, "CommandName": "New-PnPTerm", + "Id": 916, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { "Rank": 2, - "Id": 917, "CommandName": "New-PnPTerm", + "Id": 917, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 1, - "Id": 918, "CommandName": "New-PnPTermGroup", + "Id": 918, "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { "Rank": 1, - "Id": 919, "CommandName": "New-PnPTermLabel", + "Id": 919, "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { "Rank": 1, - "Id": 920, "CommandName": "New-PnPTermSet", + "Id": 920, "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "Id": 921, "CommandName": "New-PnPUPABulkImportJob", + "Id": 921, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { "Rank": 2, - "Id": 922, "CommandName": "New-PnPUPABulkImportJob", + "Id": 922, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { "Rank": 1, - "Id": 923, "CommandName": "New-PnPUser", + "Id": 923, "Command": "New-PnPUser -LoginName user@company.com" }, { "Rank": 1, - "Id": 924, "CommandName": "New-PnPWeb", + "Id": 924, "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { "Rank": 1, - "Id": 925, "CommandName": "Publish-PnPApp", + "Id": 925, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 2, - "Id": 926, "CommandName": "Publish-PnPApp", + "Id": 926, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { "Rank": 1, - "Id": 927, "CommandName": "Publish-PnPCompanyApp", + "Id": 927, "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon" }, { "Rank": 1, - "Id": 928, "CommandName": "Publish-PnPContentType", + "Id": 928, "Command": "Publish-PnPContentType -ContentType 0x0101" }, { "Rank": 1, - "Id": 929, "CommandName": "Publish-PnPSyntexModel", + "Id": 929, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Rank": 2, - "Id": 930, "CommandName": "Publish-PnPSyntexModel", + "Id": 930, "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": 931, "CommandName": "Read-PnPSiteTemplate", + "Id": 931, "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { "Rank": 2, - "Id": 932, "CommandName": "Read-PnPSiteTemplate", + "Id": 932, "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { "Rank": 3, - "Id": 933, "CommandName": "Read-PnPSiteTemplate", + "Id": 933, "Command": "Read-PnPSiteTemplate -Xml $xml" }, { "Rank": 1, - "Id": 934, "CommandName": "Read-PnPTenantTemplate", + "Id": 934, "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { "Rank": 1, - "Id": 935, "CommandName": "Register-PnPAppCatalogSite", + "Id": 935, "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { "Rank": 1, - "Id": 936, "CommandName": "Register-PnPHubSite", + "Id": 936, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Rank": 2, - "Id": 937, "CommandName": "Register-PnPHubSite", + "Id": 937, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { "Rank": 1, - "Id": 938, "CommandName": "Register-PnPManagementShellAccess", + "Id": 938, "Command": "Register-PnPManagementShellAccess" }, { "Rank": 2, - "Id": 939, "CommandName": "Register-PnPManagementShellAccess", + "Id": 939, "Command": "Register-PnPManagementShellAccess -ShowConsentUrl" }, { "Rank": 3, - "Id": 940, "CommandName": "Register-PnPManagementShellAccess", + "Id": 940, "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com" }, { "Rank": 1, - "Id": 941, "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 941, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { "Rank": 2, - "Id": 942, "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 942, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { "Rank": 1, - "Id": 943, "CommandName": "Remove-PnPAlert", + "Id": 943, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { "Rank": 2, - "Id": 944, "CommandName": "Remove-PnPAlert", + "Id": 944, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 945, "CommandName": "Remove-PnPApp", + "Id": 945, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "Id": 946, "CommandName": "Remove-PnPApp", + "Id": 946, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "Id": 947, "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 947, "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, - "Id": 948, "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 948, "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Rank": 1, - "Id": 949, "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 949, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { "Rank": 2, - "Id": 950, "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 950, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Rank": 1, - "Id": 951, "CommandName": "Remove-PnPAzureADApp", + "Id": 951, "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { "Rank": 2, - "Id": 952, "CommandName": "Remove-PnPAzureADApp", + "Id": 952, "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 1, - "Id": 953, "CommandName": "Remove-PnPAzureADGroup", + "Id": 953, "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { "Rank": 2, - "Id": 954, "CommandName": "Remove-PnPAzureADGroup", + "Id": 954, "Command": "Remove-PnPAzureADGroup -Identity $group" }, { "Rank": 1, - "Id": 955, "CommandName": "Remove-PnPAzureADGroupMember", + "Id": 955, "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 956, "CommandName": "Remove-PnPAzureADGroupOwner", + "Id": 956, "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 957, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 957, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { "Rank": 2, - "Id": 958, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 958, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { "Rank": 3, - "Id": 959, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 959, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 4, - "Id": 960, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 960, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Rank": 1, - "Id": 961, "CommandName": "Remove-PnPContentType", + "Id": 961, "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { "Rank": 2, - "Id": 962, "CommandName": "Remove-PnPContentType", + "Id": 962, "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { "Rank": 1, - "Id": 963, "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 963, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Rank": 2, - "Id": 964, "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 964, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Rank": 1, - "Id": 965, "CommandName": "Remove-PnPContentTypeFromList", + "Id": 965, "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { "Rank": 1, - "Id": 966, "CommandName": "Remove-PnPCustomAction", + "Id": 966, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, - "Id": 967, "CommandName": "Remove-PnPCustomAction", + "Id": 967, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Rank": 3, - "Id": 968, "CommandName": "Remove-PnPCustomAction", + "Id": 968, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { "Rank": 1, - "Id": 969, "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Id": 969, "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, - "Id": 970, "CommandName": "Remove-PnPEventReceiver", + "Id": 970, "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 2, - "Id": 971, "CommandName": "Remove-PnPEventReceiver", + "Id": 971, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 3, - "Id": 972, "CommandName": "Remove-PnPEventReceiver", + "Id": 972, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { "Rank": 4, - "Id": 973, "CommandName": "Remove-PnPEventReceiver", + "Id": 973, "Command": "Remove-PnPEventReceiver -List ProjectList" }, { "Rank": 5, - "Id": 974, "CommandName": "Remove-PnPEventReceiver", + "Id": 974, "Command": "Remove-PnPEventReceiver" }, { "Rank": 6, - "Id": 975, "CommandName": "Remove-PnPEventReceiver", + "Id": 975, "Command": "Remove-PnPEventReceiver -Scope Site" }, { "Rank": 7, - "Id": 976, "CommandName": "Remove-PnPEventReceiver", + "Id": 976, "Command": "Remove-PnPEventReceiver -Scope Web" }, { "Rank": 8, - "Id": 977, "CommandName": "Remove-PnPEventReceiver", + "Id": 977, "Command": "Remove-PnPEventReceiver -Scope All" }, { "Rank": 1, - "Id": 978, "CommandName": "Remove-PnPField", + "Id": 978, "Command": "Remove-PnPField -Identity \"Speakers\"" }, { "Rank": 2, - "Id": 979, "CommandName": "Remove-PnPField", + "Id": 979, "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Rank": 1, - "Id": 980, "CommandName": "Remove-PnPFieldFromContentType", + "Id": 980, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Rank": 2, - "Id": 981, "CommandName": "Remove-PnPFieldFromContentType", + "Id": 981, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { "Rank": 1, - "Id": 982, "CommandName": "Remove-PnPFile", + "Id": 982, "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { "Rank": 2, - "Id": 983, "CommandName": "Remove-PnPFile", + "Id": 983, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { "Rank": 3, - "Id": 984, "CommandName": "Remove-PnPFile", + "Id": 984, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { "Rank": 1, - "Id": 985, "CommandName": "Remove-PnPFileFromSiteTemplate", + "Id": 985, "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { "Rank": 1, - "Id": 986, "CommandName": "Remove-PnPFileVersion", + "Id": 986, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Rank": 2, - "Id": 987, "CommandName": "Remove-PnPFileVersion", + "Id": 987, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Rank": 3, - "Id": 988, "CommandName": "Remove-PnPFileVersion", + "Id": 988, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { "Rank": 1, - "Id": 989, "CommandName": "Remove-PnPFolder", + "Id": 989, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Rank": 2, - "Id": 990, "CommandName": "Remove-PnPFolder", + "Id": 990, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { "Rank": 1, - "Id": 991, "CommandName": "Remove-PnPGraphSubscription", + "Id": 991, "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { "Rank": 1, - "Id": 992, "CommandName": "Remove-PnPGroup", + "Id": 992, "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { "Rank": 1, - "Id": 993, "CommandName": "Remove-PnPGroupMember", + "Id": 993, "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Rank": 1, - "Id": 994, "CommandName": "Remove-PnPHomeSite", + "Id": 994, "Command": "Remove-PnPHomeSite" }, { "Rank": 1, - "Id": 995, "CommandName": "Remove-PnPHubSiteAssociation", + "Id": 995, "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Rank": 1, - "Id": 996, "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 996, "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { "Rank": 2, - "Id": 997, "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 997, "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { "Rank": 1, - "Id": 998, "CommandName": "Remove-PnPIndexedProperty", + "Id": 998, "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { "Rank": 1, - "Id": 999, "CommandName": "Remove-PnPJavaScriptLink", + "Id": 999, "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { "Rank": 2, - "Id": 1000, "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1000, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { "Rank": 3, - "Id": 1001, "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1001, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { "Rank": 4, - "Id": 1002, "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1002, "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { "Rank": 5, - "Id": 1003, "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1003, "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { "Rank": 1, - "Id": 1004, "CommandName": "Remove-PnPKnowledgeHubSite", + "Id": 1004, "Command": "Remove-PnPKnowledgeHubSite" }, { "Rank": 1, - "Id": 1005, "CommandName": "Remove-PnPList", + "Id": 1005, "Command": "Remove-PnPList -Identity Announcements" }, { "Rank": 2, - "Id": 1006, "CommandName": "Remove-PnPList", + "Id": 1006, "Command": "Remove-PnPList -Identity Announcements -Force" }, { "Rank": 3, - "Id": 1007, "CommandName": "Remove-PnPList", + "Id": 1007, "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { "Rank": 4, - "Id": 1008, "CommandName": "Remove-PnPList", + "Id": 1008, "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { "Rank": 1, - "Id": 1009, "CommandName": "Remove-PnPListDesign", + "Id": 1009, "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "Id": 1010, "CommandName": "Remove-PnPListItem", + "Id": 1010, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { "Rank": 2, - "Id": 1011, "CommandName": "Remove-PnPListItem", + "Id": 1011, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { "Rank": 3, - "Id": 1012, "CommandName": "Remove-PnPListItem", + "Id": 1012, "Command": "Remove-PnPListItem -List \"Demo List\"" }, { "Rank": 1, - "Id": 1013, "CommandName": "Remove-PnPListItemAttachment", + "Id": 1013, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { "Rank": 2, - "Id": 1014, "CommandName": "Remove-PnPListItemAttachment", + "Id": 1014, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { "Rank": 3, - "Id": 1015, "CommandName": "Remove-PnPListItemAttachment", + "Id": 1015, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { "Rank": 4, - "Id": 1016, "CommandName": "Remove-PnPListItemAttachment", + "Id": 1016, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { "Rank": 5, - "Id": 1017, "CommandName": "Remove-PnPListItemAttachment", + "Id": 1017, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { "Rank": 1, - "Id": 1018, "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1018, "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { "Rank": 2, - "Id": 1019, "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1019, "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { "Rank": 1, - "Id": 1020, "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Id": 1020, "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 1021, "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Id": 1021, "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 1022, "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1022, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { "Rank": 2, - "Id": 1023, "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1023, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { "Rank": 1, - "Id": 1024, "CommandName": "Remove-PnPNavigationNode", + "Id": 1024, "Command": "Remove-PnPNavigationNode -Identity 1032" }, { "Rank": 2, - "Id": 1025, "CommandName": "Remove-PnPNavigationNode", + "Id": 1025, "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { "Rank": 3, - "Id": 1026, "CommandName": "Remove-PnPNavigationNode", + "Id": 1026, "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { "Rank": 1, - "Id": 1027, "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1027, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { "Rank": 2, - "Id": 1028, "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1028, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { "Rank": 3, - "Id": 1029, "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1029, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { "Rank": 1, - "Id": 1030, "CommandName": "Remove-PnPOrgNewsSite", + "Id": 1030, "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Rank": 1, - "Id": 1031, "CommandName": "Remove-PnPPage", + "Id": 1031, "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { "Rank": 2, - "Id": 1032, "CommandName": "Remove-PnPPage", + "Id": 1032, "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { "Rank": 3, - "Id": 1033, "CommandName": "Remove-PnPPage", + "Id": 1033, "Command": "Remove-PnPPage $page" }, { "Rank": 4, - "Id": 1034, "CommandName": "Remove-PnPPage", + "Id": 1034, "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { "Rank": 1, - "Id": 1035, "CommandName": "Remove-PnPPageComponent", + "Id": 1035, "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, - "Id": 1036, "CommandName": "Remove-PnPPlannerBucket", + "Id": 1036, "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { "Rank": 1, - "Id": 1037, "CommandName": "Remove-PnPPlannerPlan", + "Id": 1037, "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { "Rank": 1, - "Id": 1038, "CommandName": "Remove-PnPPlannerRoster", + "Id": 1038, "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Rank": 1, - "Id": 1039, "CommandName": "Remove-PnPPlannerRosterMember", + "Id": 1039, "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 1040, "CommandName": "Remove-PnPPlannerTask", + "Id": 1040, "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { "Rank": 1, - "Id": 1041, "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1041, "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { "Rank": 2, - "Id": 1042, "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1042, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { "Rank": 3, - "Id": 1043, "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1043, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { "Rank": 1, - "Id": 1044, "CommandName": "Remove-PnPPublishingImageRendition", + "Id": 1044, "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Rank": 1, - "Id": 1045, "CommandName": "Remove-PnPRoleDefinition", + "Id": 1045, "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { "Rank": 1, - "Id": 1046, "CommandName": "Remove-PnPSdnProvider", + "Id": 1046, "Command": "Remove-PnPSdnProvider -Confirm:false" }, { "Rank": 1, - "Id": 1047, "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1047, "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { "Rank": 2, - "Id": 1048, "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1048, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Rank": 3, - "Id": 1049, "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1049, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Rank": 4, - "Id": 1050, "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1050, "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 1, - "Id": 1051, "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1051, "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "Id": 1052, "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1052, "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 1, - "Id": 1053, "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Id": 1053, "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Rank": 1, - "Id": 1054, "CommandName": "Remove-PnPSiteCollectionTermStore", + "Id": 1054, "Command": "Remove-PnPSiteCollectionTermStore" }, { "Rank": 1, - "Id": 1055, "CommandName": "Remove-PnPSiteDesign", + "Id": 1055, "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "Id": 1056, "CommandName": "Remove-PnPSiteDesignTask", + "Id": 1056, "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "Id": 1057, "CommandName": "Remove-PnPSiteGroup", + "Id": 1057, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, - "Id": 1058, "CommandName": "Remove-PnPSiteGroup", + "Id": 1058, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { "Rank": 1, - "Id": 1059, "CommandName": "Remove-PnPSiteScript", + "Id": 1059, "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "Id": 1060, "CommandName": "Remove-PnPSiteUserInvitations", + "Id": 1060, "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Rank": 1, - "Id": 1061, "CommandName": "Remove-PnPStorageEntity", + "Id": 1061, "Command": "Remove-PnPStorageEntity -Key MyKey" }, { "Rank": 2, - "Id": 1062, "CommandName": "Remove-PnPStorageEntity", + "Id": 1062, "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { "Rank": 1, - "Id": 1063, "CommandName": "Remove-PnPStoredCredential", + "Id": 1063, "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { "Rank": 1, - "Id": 1064, "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1064, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { "Rank": 2, - "Id": 1065, "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1065, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { "Rank": 1, - "Id": 1066, "CommandName": "Remove-PnPTeamsApp", + "Id": 1066, "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { "Rank": 2, - "Id": 1067, "CommandName": "Remove-PnPTeamsApp", + "Id": 1067, "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { "Rank": 1, - "Id": 1068, "CommandName": "Remove-PnPTeamsChannel", + "Id": 1068, "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"" }, { "Rank": 1, - "Id": 1069, "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1069, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { "Rank": 2, - "Id": 1070, "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1070, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 3, - "Id": 1071, "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1071, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { "Rank": 1, - "Id": 1072, "CommandName": "Remove-PnPTeamsTab", + "Id": 1072, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { "Rank": 2, - "Id": 1073, "CommandName": "Remove-PnPTeamsTab", + "Id": 1073, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { "Rank": 3, - "Id": 1074, "CommandName": "Remove-PnPTeamsTab", + "Id": 1074, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { "Rank": 1, - "Id": 1075, "CommandName": "Remove-PnPTeamsTag", + "Id": 1075, "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Rank": 1, - "Id": 1076, "CommandName": "Remove-PnPTeamsTeam", + "Id": 1076, "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Rank": 2, - "Id": 1077, "CommandName": "Remove-PnPTeamsTeam", + "Id": 1077, "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { "Rank": 1, - "Id": 1078, "CommandName": "Remove-PnPTeamsUser", + "Id": 1078, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { "Rank": 2, - "Id": 1079, "CommandName": "Remove-PnPTeamsUser", + "Id": 1079, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 1, - "Id": 1080, "CommandName": "Remove-PnPTenantCdnOrigin", + "Id": 1080, "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Rank": 1, - "Id": 1081, "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1081, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "Id": 1082, "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1082, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Rank": 1, - "Id": 1083, "CommandName": "Remove-PnPTenantSite", + "Id": 1083, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "Id": 1084, "CommandName": "Remove-PnPTenantSite", + "Id": 1084, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { "Rank": 3, - "Id": 1085, "CommandName": "Remove-PnPTenantSite", + "Id": 1085, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { "Rank": 1, - "Id": 1086, "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Id": 1086, "Command": "Remove-PnPTenantSyncClientRestriction" }, { "Rank": 1, - "Id": 1087, "CommandName": "Remove-PnPTenantTheme", + "Id": 1087, "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Rank": 1, - "Id": 1088, "CommandName": "Remove-PnPTerm", + "Id": 1088, "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Rank": 2, - "Id": 1089, "CommandName": "Remove-PnPTerm", + "Id": 1089, "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "Id": 1090, "CommandName": "Remove-PnPTermGroup", + "Id": 1090, "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Rank": 2, - "Id": 1091, "CommandName": "Remove-PnPTermGroup", + "Id": 1091, "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { "Rank": 3, - "Id": 1092, "CommandName": "Remove-PnPTermGroup", + "Id": 1092, "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { "Rank": 1, - "Id": 1093, "CommandName": "Remove-PnPTermLabel", + "Id": 1093, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { "Rank": 2, - "Id": 1094, "CommandName": "Remove-PnPTermLabel", + "Id": 1094, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "Id": 1095, "CommandName": "Remove-PnPUser", + "Id": 1095, "Command": "Remove-PnPUser -Identity 23" }, { "Rank": 2, - "Id": 1096, "CommandName": "Remove-PnPUser", + "Id": 1096, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { "Rank": 3, - "Id": 1097, "CommandName": "Remove-PnPUser", + "Id": 1097, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Confirm:$false" }, { "Rank": 1, - "Id": 1098, "CommandName": "Remove-PnPUserInfo", + "Id": 1098, "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Rank": 1, - "Id": 1099, "CommandName": "Remove-PnPUserProfile", + "Id": 1099, "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { "Rank": 1, - "Id": 1100, "CommandName": "Remove-PnPView", + "Id": 1100, "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { "Rank": 1, - "Id": 1101, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Id": 1101, "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Rank": 1, - "Id": 1102, "CommandName": "Remove-PnPWeb", + "Id": 1102, "Command": "Remove-PnPWeb -Identity projectA" }, { "Rank": 2, - "Id": 1103, "CommandName": "Remove-PnPWeb", + "Id": 1103, "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { "Rank": 1, - "Id": 1104, "CommandName": "Remove-PnPWebhookSubscription", + "Id": 1104, "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { "Rank": 1, - "Id": 1105, "CommandName": "Remove-PnPWebPart", + "Id": 1105, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 2, - "Id": 1106, "CommandName": "Remove-PnPWebPart", + "Id": 1106, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { "Rank": 1, - "Id": 1107, "CommandName": "Remove-PnPWikiPage", + "Id": 1107, "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { "Rank": 1, - "Id": 1108, "CommandName": "Rename-PnPFile", + "Id": 1108, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { "Rank": 2, - "Id": 1109, "CommandName": "Rename-PnPFile", + "Id": 1109, "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { "Rank": 3, - "Id": 1110, "CommandName": "Rename-PnPFile", + "Id": 1110, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { "Rank": 1, - "Id": 1111, "CommandName": "Rename-PnPFolder", + "Id": 1111, "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { "Rank": 1, - "Id": 1112, "CommandName": "Repair-PnPSite", + "Id": 1112, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, - "Id": 1113, "CommandName": "Repair-PnPSite", + "Id": 1113, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Rank": 1, - "Id": 1114, "CommandName": "Request-PnPAccessToken", + "Id": 1114, "Command": "Request-PnPAccessToken" }, { "Rank": 2, - "Id": 1115, "CommandName": "Request-PnPAccessToken", + "Id": 1115, "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2" }, { "Rank": 3, - "Id": 1116, "CommandName": "Request-PnPAccessToken", + "Id": 1116, "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All" }, { "Rank": 4, - "Id": 1117, "CommandName": "Request-PnPAccessToken", + "Id": 1117, "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl" }, { "Rank": 1, - "Id": 1118, "CommandName": "Request-PnPPersonalSite", + "Id": 1118, "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { "Rank": 2, - "Id": 1119, "CommandName": "Request-PnPPersonalSite", + "Id": 1119, "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { "Rank": 1, - "Id": 1120, "CommandName": "Request-PnPReIndexList", + "Id": 1120, "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { "Rank": 1, - "Id": 1121, "CommandName": "Request-PnPReIndexWeb", + "Id": 1121, "Command": "Request-PnPReIndexWeb" }, { "Rank": 1, - "Id": 1122, "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1122, "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { "Rank": 2, - "Id": 1123, "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1123, "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { "Rank": 3, - "Id": 1124, "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1124, "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { "Rank": 1, - "Id": 1125, "CommandName": "Reset-PnPFileVersion", + "Id": 1125, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { "Rank": 2, - "Id": 1126, "CommandName": "Reset-PnPFileVersion", + "Id": 1126, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { "Rank": 1, - "Id": 1127, "CommandName": "Reset-PnPLabel", + "Id": 1127, "Command": "Reset-PnPLabel -List \"Demo List\"" }, { "Rank": 2, - "Id": 1128, "CommandName": "Reset-PnPLabel", + "Id": 1128, "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true" }, { "Rank": 1, - "Id": 1129, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Id": 1129, "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { "Rank": 1, - "Id": 1130, "CommandName": "Resolve-PnPFolder", + "Id": 1130, "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { "Rank": 1, - "Id": 1131, "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Id": 1131, "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, - "Id": 1132, "CommandName": "Restore-PnPFileVersion", + "Id": 1132, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Rank": 2, - "Id": 1133, "CommandName": "Restore-PnPFileVersion", + "Id": 1133, "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { "Rank": 3, - "Id": 1134, "CommandName": "Restore-PnPFileVersion", + "Id": 1134, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Rank": 1, - "Id": 1135, "CommandName": "Restore-PnPRecycleBinItem", + "Id": 1135, "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Rank": 1, - "Id": 1136, "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1136, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "Id": 1137, "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1137, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Rank": 1, - "Id": 1138, "CommandName": "Restore-PnPTenantSite", + "Id": 1138, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "Id": 1139, "CommandName": "Restore-PnPTenantSite", + "Id": 1139, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Rank": 3, - "Id": 1140, "CommandName": "Restore-PnPTenantSite", + "Id": 1140, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { "Rank": 1, - "Id": 1141, "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Id": 1141, "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { "Rank": 1, - "Id": 1142, "CommandName": "Revoke-PnPHubSiteRights", + "Id": 1142, "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "Id": 1143, "CommandName": "Revoke-PnPSiteDesignRights", + "Id": 1143, "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "Id": 1144, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Id": 1144, "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Rank": 1, - "Id": 1145, "CommandName": "Revoke-PnPUserSession", + "Id": 1145, "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { "Rank": 1, - "Id": 1146, "CommandName": "Save-PnPSiteTemplate", + "Id": 1146, "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { "Rank": 1, - "Id": 1147, "CommandName": "Save-PnPTenantTemplate", + "Id": 1147, "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { "Rank": 1, - "Id": 1148, "CommandName": "Send-PnPMail", + "Id": 1148, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Rank": 2, - "Id": 1149, "CommandName": "Send-PnPMail", + "Id": 1149, "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": 1150, "CommandName": "Send-PnPMail", + "Id": 1150, "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Rank": 4, - "Id": 1151, "CommandName": "Send-PnPMail", + "Id": 1151, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com" }, { "Rank": 5, - "Id": 1152, "CommandName": "Send-PnPMail", + "Id": 1152, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com" }, { "Rank": 6, - "Id": 1153, "CommandName": "Send-PnPMail", + "Id": 1153, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"" }, { "Rank": 1, - "Id": 1154, "CommandName": "Set-PnPAdaptiveScopeProperty", + "Id": 1154, "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { "Rank": 1, - "Id": 1155, "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1155, "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, - "Id": 1156, "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1156, "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Rank": 1, - "Id": 1157, "CommandName": "Set-PnPAppSideLoading", + "Id": 1157, "Command": "Set-PnPAppSideLoading -On" }, { "Rank": 2, - "Id": 1158, "CommandName": "Set-PnPAppSideLoading", + "Id": 1158, "Command": "Set-PnPAppSideLoading -Off" }, { "Rank": 1, - "Id": 1159, "CommandName": "Set-PnPAuditing", + "Id": 1159, "Command": "Set-PnPAuditing -EnableAll" }, { "Rank": 2, - "Id": 1160, "CommandName": "Set-PnPAuditing", + "Id": 1160, "Command": "Set-PnPAuditing -DisableAll" }, { "Rank": 3, - "Id": 1161, "CommandName": "Set-PnPAuditing", + "Id": 1161, "Command": "Set-PnPAuditing -RetentionTime 7" }, { "Rank": 4, - "Id": 1162, "CommandName": "Set-PnPAuditing", + "Id": 1162, "Command": "Set-PnPAuditing -TrimAuditLog" }, { "Rank": 5, - "Id": 1163, "CommandName": "Set-PnPAuditing", + "Id": 1163, "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { "Rank": 1, - "Id": 1164, "CommandName": "Set-PnPAvailablePageLayouts", + "Id": 1164, "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { "Rank": 1, - "Id": 1165, "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1165, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { "Rank": 2, - "Id": 1166, "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1166, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { "Rank": 1, - "Id": 1167, "CommandName": "Set-PnPAzureADGroup", + "Id": 1167, "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { "Rank": 2, - "Id": 1168, "CommandName": "Set-PnPAzureADGroup", + "Id": 1168, "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { "Rank": 3, - "Id": 1169, "CommandName": "Set-PnPAzureADGroup", + "Id": 1169, "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { "Rank": 1, - "Id": 1170, "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1170, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { "Rank": 2, - "Id": 1171, "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1171, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { "Rank": 3, - "Id": 1172, "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1172, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { "Rank": 1, - "Id": 1173, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1173, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { "Rank": 2, - "Id": 1174, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1174, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { "Rank": 1, - "Id": 1175, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1175, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { "Rank": 2, - "Id": 1176, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1176, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { "Rank": 3, - "Id": 1177, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1177, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { "Rank": 4, - "Id": 1178, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1178, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { "Rank": 1, - "Id": 1179, "CommandName": "Set-PnPContentType", + "Id": 1179, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Rank": 2, - "Id": 1180, "CommandName": "Set-PnPContentType", + "Id": 1180, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { "Rank": 3, - "Id": 1181, "CommandName": "Set-PnPContentType", + "Id": 1181, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Rank": 4, - "Id": 1182, "CommandName": "Set-PnPContentType", + "Id": 1182, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Rank": 5, - "Id": 1183, "CommandName": "Set-PnPContentType", + "Id": 1183, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Rank": 1, - "Id": 1184, "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1184, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { "Rank": 2, - "Id": 1185, "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1185, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { "Rank": 3, - "Id": 1186, "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1186, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { "Rank": 4, - "Id": 1187, "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1187, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { "Rank": 1, - "Id": 1188, "CommandName": "Set-PnPDefaultContentTypeToList", + "Id": 1188, "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { "Rank": 1, - "Id": 1189, "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1189, "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { "Rank": 2, - "Id": 1190, "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1190, "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { "Rank": 3, - "Id": 1191, "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1191, "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { "Rank": 1, - "Id": 1192, "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1192, "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { "Rank": 2, - "Id": 1193, "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1193, "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Rank": 3, - "Id": 1194, "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1194, "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Rank": 1, - "Id": 1195, "CommandName": "Set-PnPDocumentSetField", + "Id": 1195, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { "Rank": 2, - "Id": 1196, "CommandName": "Set-PnPDocumentSetField", + "Id": 1196, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { "Rank": 1, - "Id": 1197, "CommandName": "Set-PnPField", + "Id": 1197, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { "Rank": 2, - "Id": 1198, "CommandName": "Set-PnPField", + "Id": 1198, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { "Rank": 3, - "Id": 1199, "CommandName": "Set-PnPField", + "Id": 1199, "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { "Rank": 1, - "Id": 1200, "CommandName": "Set-PnPFileCheckedIn", + "Id": 1200, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { "Rank": 2, - "Id": 1201, "CommandName": "Set-PnPFileCheckedIn", + "Id": 1201, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { "Rank": 1, - "Id": 1202, "CommandName": "Set-PnPFileCheckedOut", + "Id": 1202, "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { "Rank": 1, - "Id": 1203, "CommandName": "Set-PnPFolderPermission", + "Id": 1203, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, - "Id": 1204, "CommandName": "Set-PnPFolderPermission", + "Id": 1204, "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 3, - "Id": 1205, "CommandName": "Set-PnPFolderPermission", + "Id": 1205, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Rank": 1, - "Id": 1206, "CommandName": "Set-PnPFooter", + "Id": 1206, "Command": "Set-PnPFooter -Enabled:$true" }, { "Rank": 2, - "Id": 1207, "CommandName": "Set-PnPFooter", + "Id": 1207, "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { "Rank": 3, - "Id": 1208, "CommandName": "Set-PnPFooter", + "Id": 1208, "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { "Rank": 4, - "Id": 1209, "CommandName": "Set-PnPFooter", + "Id": 1209, "Command": "Set-PnPFooter -LogoUrl \"\"" }, { "Rank": 1, - "Id": 1210, "CommandName": "Set-PnPGraphSubscription", + "Id": 1210, "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { "Rank": 1, - "Id": 1211, "CommandName": "Set-PnPGroup", + "Id": 1211, "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { "Rank": 2, - "Id": 1212, "CommandName": "Set-PnPGroup", + "Id": 1212, "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { "Rank": 1, - "Id": 1213, "CommandName": "Set-PnPGroupPermissions", + "Id": 1213, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { "Rank": 2, - "Id": 1214, "CommandName": "Set-PnPGroupPermissions", + "Id": 1214, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { "Rank": 3, - "Id": 1215, "CommandName": "Set-PnPGroupPermissions", + "Id": 1215, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { "Rank": 4, - "Id": 1216, "CommandName": "Set-PnPGroupPermissions", + "Id": 1216, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { "Rank": 5, - "Id": 1217, "CommandName": "Set-PnPGroupPermissions", + "Id": 1217, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { "Rank": 1, - "Id": 1218, "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1218, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { "Rank": 2, - "Id": 1219, "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1219, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { "Rank": 1, - "Id": 1220, "CommandName": "Set-PnPHomePage", + "Id": 1220, "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { "Rank": 2, - "Id": 1221, "CommandName": "Set-PnPHomePage", + "Id": 1221, "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { "Rank": 1, - "Id": 1222, "CommandName": "Set-PnPHomeSite", + "Id": 1222, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Rank": 2, - "Id": 1223, "CommandName": "Set-PnPHomeSite", + "Id": 1223, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { "Rank": 1, - "Id": 1224, "CommandName": "Set-PnPHubSite", + "Id": 1224, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { "Rank": 2, - "Id": 1225, "CommandName": "Set-PnPHubSite", + "Id": 1225, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { "Rank": 3, - "Id": 1226, "CommandName": "Set-PnPHubSite", + "Id": 1226, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { "Rank": 4, - "Id": 1227, "CommandName": "Set-PnPHubSite", + "Id": 1227, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { "Rank": 5, - "Id": 1228, "CommandName": "Set-PnPHubSite", + "Id": 1228, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { "Rank": 6, - "Id": 1229, "CommandName": "Set-PnPHubSite", + "Id": 1229, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { "Rank": 1, - "Id": 1230, "CommandName": "Set-PnPImageListItemColumn", + "Id": 1230, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { "Rank": 2, - "Id": 1231, "CommandName": "Set-PnPImageListItemColumn", + "Id": 1231, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { "Rank": 1, - "Id": 1232, "CommandName": "Set-PnPIndexedProperties", + "Id": 1232, "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { "Rank": 1, - "Id": 1233, "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1233, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { "Rank": 2, - "Id": 1234, "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1234, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { "Rank": 1, - "Id": 1235, "CommandName": "Set-PnPKnowledgeHubSite", + "Id": 1235, "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { "Rank": 1, - "Id": 1236, "CommandName": "Set-PnPLabel", + "Id": 1236, "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { "Rank": 2, - "Id": 1237, "CommandName": "Set-PnPLabel", + "Id": 1237, "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { "Rank": 1, - "Id": 1238, "CommandName": "Set-PnPList", + "Id": 1238, "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { "Rank": 2, - "Id": 1239, "CommandName": "Set-PnPList", + "Id": 1239, "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { "Rank": 3, - "Id": 1240, "CommandName": "Set-PnPList", + "Id": 1240, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { "Rank": 4, - "Id": 1241, "CommandName": "Set-PnPList", + "Id": 1241, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { "Rank": 5, - "Id": 1242, "CommandName": "Set-PnPList", + "Id": 1242, "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { "Rank": 6, - "Id": 1243, "CommandName": "Set-PnPList", + "Id": 1243, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { "Rank": 7, - "Id": 1244, "CommandName": "Set-PnPList", + "Id": 1244, "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { "Rank": 8, - "Id": 1245, "CommandName": "Set-PnPList", + "Id": 1245, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { "Rank": 9, - "Id": 1246, "CommandName": "Set-PnPList", + "Id": 1246, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500" }, { "Rank": 10, - "Id": 1247, "CommandName": "Set-PnPList", + "Id": 1247, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500" }, { "Rank": 11, - "Id": 1248, "CommandName": "Set-PnPList", + "Id": 1248, "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { "Rank": 1, - "Id": 1249, "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1249, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { "Rank": 2, - "Id": 1250, "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1250, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { "Rank": 1, - "Id": 1251, "CommandName": "Set-PnPListItem", + "Id": 1251, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 2, - "Id": 1252, "CommandName": "Set-PnPListItem", + "Id": 1252, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 3, - "Id": 1253, "CommandName": "Set-PnPListItem", + "Id": 1253, "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 4, - "Id": 1254, "CommandName": "Set-PnPListItem", + "Id": 1254, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { "Rank": 5, - "Id": 1255, "CommandName": "Set-PnPListItem", + "Id": 1255, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { "Rank": 1, - "Id": 1256, "CommandName": "Set-PnPListItemAsRecord", + "Id": 1256, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Rank": 2, - "Id": 1257, "CommandName": "Set-PnPListItemAsRecord", + "Id": 1257, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { "Rank": 1, - "Id": 1258, "CommandName": "Set-PnPListItemPermission", + "Id": 1258, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, - "Id": 1259, "CommandName": "Set-PnPListItemPermission", + "Id": 1259, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 3, - "Id": 1260, "CommandName": "Set-PnPListItemPermission", + "Id": 1260, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Rank": 4, - "Id": 1261, "CommandName": "Set-PnPListItemPermission", + "Id": 1261, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { "Rank": 5, - "Id": 1262, "CommandName": "Set-PnPListItemPermission", + "Id": 1262, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { "Rank": 1, - "Id": 1263, "CommandName": "Set-PnPListPermission", + "Id": 1263, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, - "Id": 1264, "CommandName": "Set-PnPListPermission", + "Id": 1264, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 1, - "Id": 1265, "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1265, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { "Rank": 2, - "Id": 1266, "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1266, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { "Rank": 1, - "Id": 1267, "CommandName": "Set-PnPMasterPage", + "Id": 1267, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Rank": 2, - "Id": 1268, "CommandName": "Set-PnPMasterPage", + "Id": 1268, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Rank": 3, - "Id": 1269, "CommandName": "Set-PnPMasterPage", + "Id": 1269, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Rank": 4, - "Id": 1270, "CommandName": "Set-PnPMasterPage", + "Id": 1270, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Rank": 1, - "Id": 1271, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1271, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { "Rank": 2, - "Id": 1272, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1272, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "Id": 1273, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1273, "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { "Rank": 1, - "Id": 1274, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1274, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { "Rank": 2, - "Id": 1275, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1275, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "Id": 1276, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1276, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { "Rank": 1, - "Id": 1277, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1277, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { "Rank": 2, - "Id": 1278, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1278, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "Id": 1279, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1279, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { "Rank": 1, - "Id": 1280, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1280, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { "Rank": 2, - "Id": 1281, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1281, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "Id": 1282, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1282, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { "Rank": 1, - "Id": 1283, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1283, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { "Rank": 2, - "Id": 1284, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1284, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "Id": 1285, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1285, "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { "Rank": 1, - "Id": 1286, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1286, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { "Rank": 2, - "Id": 1287, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1287, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "Id": 1288, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1288, "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { "Rank": 1, - "Id": 1289, "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1289, "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { "Rank": 2, - "Id": 1290, "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1290, "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { "Rank": 3, - "Id": 1291, "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1291, "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { "Rank": 4, - "Id": 1292, "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1292, "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { "Rank": 5, - "Id": 1293, "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1293, "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { "Rank": 6, - "Id": 1294, "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1294, "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Rank": 1, - "Id": 1295, "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1295, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { "Rank": 2, - "Id": 1296, "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1296, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { "Rank": 1, - "Id": 1297, "CommandName": "Set-PnPMinimalDownloadStrategy", + "Id": 1297, "Command": "Set-PnPMinimalDownloadStrategy -Off" }, { "Rank": 2, - "Id": 1298, "CommandName": "Set-PnPMinimalDownloadStrategy", + "Id": 1298, "Command": "Set-PnPMinimalDownloadStrategy -On" }, { "Rank": 1, - "Id": 1299, "CommandName": "Set-PnPPage", + "Id": 1299, "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { "Rank": 2, - "Id": 1300, "CommandName": "Set-PnPPage", + "Id": 1300, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { "Rank": 3, - "Id": 1301, "CommandName": "Set-PnPPage", + "Id": 1301, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { "Rank": 4, - "Id": 1302, "CommandName": "Set-PnPPage", + "Id": 1302, "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { "Rank": 5, - "Id": 1303, "CommandName": "Set-PnPPage", + "Id": 1303, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { "Rank": 6, - "Id": 1304, "CommandName": "Set-PnPPage", + "Id": 1304, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { "Rank": 7, - "Id": 1305, "CommandName": "Set-PnPPage", + "Id": 1305, "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Rank": 8, - "Id": 1306, "CommandName": "Set-PnPPage", + "Id": 1306, "Command": "Set-PnPPage -Name \"NewPage\" -Translate" }, { "Rank": 9, - "Id": 1307, "CommandName": "Set-PnPPage", + "Id": 1307, "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Rank": 10, - "Id": 1308, "CommandName": "Set-PnPPage", + "Id": 1308, "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Rank": 1, - "Id": 1309, "CommandName": "Set-PnPPageTextPart", + "Id": 1309, "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { "Rank": 1, - "Id": 1310, "CommandName": "Set-PnPPageWebPart", + "Id": 1310, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { "Rank": 2, - "Id": 1311, "CommandName": "Set-PnPPageWebPart", + "Id": 1311, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { "Rank": 1, - "Id": 1312, "CommandName": "Set-PnPPlannerBucket", + "Id": 1312, "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { "Rank": 1, - "Id": 1313, "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1313, "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { "Rank": 2, - "Id": 1314, "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1314, "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { "Rank": 1, - "Id": 1315, "CommandName": "Set-PnPPlannerPlan", + "Id": 1315, "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { "Rank": 1, - "Id": 1316, "CommandName": "Set-PnPPlannerTask", + "Id": 1316, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { "Rank": 2, - "Id": 1317, "CommandName": "Set-PnPPlannerTask", + "Id": 1317, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { "Rank": 3, - "Id": 1318, "CommandName": "Set-PnPPlannerTask", + "Id": 1318, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Rank": 1, - "Id": 1319, "CommandName": "Set-PnPPlannerUserPolicy", + "Id": 1319, "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "Id": 1320, "CommandName": "Set-PnPPropertyBagValue", + "Id": 1320, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { "Rank": 2, - "Id": 1321, "CommandName": "Set-PnPPropertyBagValue", + "Id": 1321, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { "Rank": 3, - "Id": 1322, "CommandName": "Set-PnPPropertyBagValue", + "Id": 1322, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { "Rank": 1, - "Id": 1323, "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1323, "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { "Rank": 2, - "Id": 1324, "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1324, "Command": "Set-PnPRequestAccessEmails -Disabled" }, { "Rank": 3, - "Id": 1325, "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1325, "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { "Rank": 1, - "Id": 1326, "CommandName": "Set-PnPRoleDefinition", + "Id": 1326, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { "Rank": 2, - "Id": 1327, "CommandName": "Set-PnPRoleDefinition", + "Id": 1327, "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { "Rank": 3, - "Id": 1328, "CommandName": "Set-PnPRoleDefinition", + "Id": 1328, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { "Rank": 4, - "Id": 1329, "CommandName": "Set-PnPRoleDefinition", + "Id": 1329, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { "Rank": 1, - "Id": 1330, "CommandName": "Set-PnPSearchConfiguration", + "Id": 1330, "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { "Rank": 2, - "Id": 1331, "CommandName": "Set-PnPSearchConfiguration", + "Id": 1331, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Rank": 3, - "Id": 1332, "CommandName": "Set-PnPSearchConfiguration", + "Id": 1332, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Rank": 4, - "Id": 1333, "CommandName": "Set-PnPSearchConfiguration", + "Id": 1333, "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 1, - "Id": 1334, "CommandName": "Set-PnPSearchSettings", + "Id": 1334, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { "Rank": 2, - "Id": 1335, "CommandName": "Set-PnPSearchSettings", + "Id": 1335, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { "Rank": 3, - "Id": 1336, "CommandName": "Set-PnPSearchSettings", + "Id": 1336, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { "Rank": 4, - "Id": 1337, "CommandName": "Set-PnPSearchSettings", + "Id": 1337, "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { "Rank": 5, - "Id": 1338, "CommandName": "Set-PnPSearchSettings", + "Id": 1338, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { "Rank": 6, - "Id": 1339, "CommandName": "Set-PnPSearchSettings", + "Id": 1339, "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { "Rank": 7, - "Id": 1340, "CommandName": "Set-PnPSearchSettings", + "Id": 1340, "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { "Rank": 1, - "Id": 1341, "CommandName": "Set-PnPSite", + "Id": 1341, "Command": "Set-PnPSite -Classification \"HBI\"" }, { "Rank": 2, - "Id": 1342, "CommandName": "Set-PnPSite", + "Id": 1342, "Command": "Set-PnPSite -Classification $null" }, { "Rank": 3, - "Id": 1343, "CommandName": "Set-PnPSite", + "Id": 1343, "Command": "Set-PnPSite -DisableFlows" }, { "Rank": 4, - "Id": 1344, "CommandName": "Set-PnPSite", + "Id": 1344, "Command": "Set-PnPSite -DisableFlows:$false" }, { "Rank": 5, - "Id": 1345, "CommandName": "Set-PnPSite", + "Id": 1345, "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { "Rank": 6, - "Id": 1346, "CommandName": "Set-PnPSite", + "Id": 1346, "Command": "Set-PnPSite -NoScriptSite $false" }, { "Rank": 1, - "Id": 1347, "CommandName": "Set-PnPSiteClassification", + "Id": 1347, "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { "Rank": 1, - "Id": 1348, "CommandName": "Set-PnPSiteClosure", + "Id": 1348, "Command": "Set-PnPSiteClosure -State Open" }, { "Rank": 2, - "Id": 1349, "CommandName": "Set-PnPSiteClosure", + "Id": 1349, "Command": "Set-PnPSiteClosure -State Closed" }, { "Rank": 1, - "Id": 1350, "CommandName": "Set-PnPSiteDesign", + "Id": 1350, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { "Rank": 2, - "Id": 1351, "CommandName": "Set-PnPSiteDesign", + "Id": 1351, "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": 1352, "CommandName": "Set-PnPSiteGroup", + "Id": 1352, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { "Rank": 2, - "Id": 1353, "CommandName": "Set-PnPSiteGroup", + "Id": 1353, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { "Rank": 1, - "Id": 1354, "CommandName": "Set-PnPSitePolicy", + "Id": 1354, "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Rank": 1, - "Id": 1355, "CommandName": "Set-PnPSiteScript", + "Id": 1355, "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Rank": 1, - "Id": 1356, "CommandName": "Set-PnPSiteScriptPackage", + "Id": 1356, "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Rank": 1, - "Id": 1357, "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1357, "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { "Rank": 2, - "Id": 1358, "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1358, "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { "Rank": 1, - "Id": 1359, "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1359, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { "Rank": 2, - "Id": 1360, "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1360, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { "Rank": 3, - "Id": 1361, "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1361, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Rank": 4, - "Id": 1362, "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1362, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Rank": 5, - "Id": 1363, "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1363, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Rank": 6, - "Id": 1364, "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1364, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Rank": 1, - "Id": 1365, "CommandName": "Set-PnPStorageEntity", + "Id": 1365, "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Rank": 2, - "Id": 1366, "CommandName": "Set-PnPStorageEntity", + "Id": 1366, "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Rank": 1, - "Id": 1367, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1367, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 2, - "Id": 1368, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1368, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 1, - "Id": 1369, "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1369, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 2, - "Id": 1370, "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1370, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 1, - "Id": 1371, "CommandName": "Set-PnPSubscribeSharePointNewsDigest", + "Id": 1371, "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true" }, { "Rank": 2, - "Id": 1372, "CommandName": "Set-PnPSubscribeSharePointNewsDigest", + "Id": 1372, "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false" }, { "Rank": 1, - "Id": 1373, "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1373, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { "Rank": 2, - "Id": 1374, "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1374, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { "Rank": 3, - "Id": 1375, "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1375, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { "Rank": 1, - "Id": 1376, "CommandName": "Set-PnPTeamifyPromptHidden", + "Id": 1376, "Command": "Set-PnPTeamifyPromptHidden" }, { "Rank": 1, - "Id": 1377, "CommandName": "Set-PnPTeamsChannel", + "Id": 1377, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { "Rank": 2, - "Id": 1378, "CommandName": "Set-PnPTeamsChannel", + "Id": 1378, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { "Rank": 1, - "Id": 1379, "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1379, "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { "Rank": 2, - "Id": 1380, "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1380, "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { "Rank": 1, - "Id": 1381, "CommandName": "Set-PnPTeamsTab", + "Id": 1381, "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { "Rank": 1, - "Id": 1382, "CommandName": "Set-PnPTeamsTag", + "Id": 1382, "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { "Rank": 1, - "Id": 1383, "CommandName": "Set-PnPTeamsTeam", + "Id": 1383, "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { "Rank": 2, - "Id": 1384, "CommandName": "Set-PnPTeamsTeam", + "Id": 1384, "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { "Rank": 3, - "Id": 1385, "CommandName": "Set-PnPTeamsTeam", + "Id": 1385, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { "Rank": 4, - "Id": 1386, "CommandName": "Set-PnPTeamsTeam", + "Id": 1386, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { "Rank": 1, - "Id": 1387, "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1387, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { "Rank": 2, - "Id": 1388, "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1388, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { "Rank": 3, - "Id": 1389, "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1389, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { "Rank": 1, - "Id": 1390, "CommandName": "Set-PnPTeamsTeamPicture", + "Id": 1390, "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { "Rank": 1, - "Id": 1391, "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1391, "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { "Rank": 2, - "Id": 1392, "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1392, "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { "Rank": 1, - "Id": 1393, "CommandName": "Set-PnPTenant", + "Id": 1393, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { "Rank": 2, - "Id": 1394, "CommandName": "Set-PnPTenant", + "Id": 1394, "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { "Rank": 3, - "Id": 1395, "CommandName": "Set-PnPTenant", + "Id": 1395, "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { "Rank": 4, - "Id": 1396, "CommandName": "Set-PnPTenant", + "Id": 1396, "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { "Rank": 1, - "Id": 1397, "CommandName": "Set-PnPTenantAppCatalogUrl", + "Id": 1397, "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { "Rank": 1, - "Id": 1398, "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1398, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { "Rank": 2, - "Id": 1399, "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1399, "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { "Rank": 3, - "Id": 1400, "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1400, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { "Rank": 1, - "Id": 1401, "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1401, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { "Rank": 2, - "Id": 1402, "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1402, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { "Rank": 1, - "Id": 1403, "CommandName": "Set-PnPTenantSite", + "Id": 1403, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { "Rank": 2, - "Id": 1404, "CommandName": "Set-PnPTenantSite", + "Id": 1404, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { "Rank": 3, - "Id": 1405, "CommandName": "Set-PnPTenantSite", + "Id": 1405, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 4, - "Id": 1406, "CommandName": "Set-PnPTenantSite", + "Id": 1406, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 5, - "Id": 1407, "CommandName": "Set-PnPTenantSite", + "Id": 1407, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { "Rank": 1, - "Id": 1408, "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1408, "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { "Rank": 2, - "Id": 1409, "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1409, "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { "Rank": 1, - "Id": 1410, "CommandName": "Set-PnPTerm", + "Id": 1410, "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { "Rank": 2, - "Id": 1411, "CommandName": "Set-PnPTerm", + "Id": 1411, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 3, - "Id": 1412, "CommandName": "Set-PnPTerm", + "Id": 1412, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 1, - "Id": 1413, "CommandName": "Set-PnPTermGroup", + "Id": 1413, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { "Rank": 1, - "Id": 1414, "CommandName": "Set-PnPTermSet", + "Id": 1414, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { "Rank": 2, - "Id": 1415, "CommandName": "Set-PnPTermSet", + "Id": 1415, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { "Rank": 3, - "Id": 1416, "CommandName": "Set-PnPTermSet", + "Id": 1416, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { "Rank": 1, - "Id": 1417, "CommandName": "Set-PnPTheme", + "Id": 1417, "Command": "Set-PnPTheme" }, { "Rank": 2, - "Id": 1418, "CommandName": "Set-PnPTheme", + "Id": 1418, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { "Rank": 3, - "Id": 1419, "CommandName": "Set-PnPTheme", + "Id": 1419, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { "Rank": 4, - "Id": 1420, "CommandName": "Set-PnPTheme", + "Id": 1420, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { "Rank": 1, - "Id": 1421, "CommandName": "Set-PnPTraceLog", + "Id": 1421, "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt" }, { "Rank": 2, - "Id": 1422, "CommandName": "Set-PnPTraceLog", + "Id": 1422, "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug" }, { "Rank": 3, - "Id": 1423, "CommandName": "Set-PnPTraceLog", + "Id": 1423, "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"" }, { "Rank": 4, - "Id": 1424, "CommandName": "Set-PnPTraceLog", + "Id": 1424, "Command": "Set-PnPTraceLog -Off" }, { "Rank": 1, - "Id": 1425, "CommandName": "Set-PnPUserOneDriveQuota", + "Id": 1425, "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { "Rank": 1, - "Id": 1426, "CommandName": "Set-PnPUserProfileProperty", + "Id": 1426, "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { "Rank": 2, - "Id": 1427, "CommandName": "Set-PnPUserProfileProperty", + "Id": 1427, "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { "Rank": 1, - "Id": 1428, "CommandName": "Set-PnPView", + "Id": 1428, "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { "Rank": 2, - "Id": 1429, "CommandName": "Set-PnPView", + "Id": 1429, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { "Rank": 3, - "Id": 1430, "CommandName": "Set-PnPView", + "Id": 1430, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { "Rank": 4, - "Id": 1431, "CommandName": "Set-PnPView", + "Id": 1431, "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { "Rank": 1, - "Id": 1432, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1432, "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": 1433, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1433, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { "Rank": 3, - "Id": 1434, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1434, "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": 1435, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1435, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { "Rank": 1, - "Id": 1436, "CommandName": "Set-PnPWeb", + "Id": 1436, "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { "Rank": 2, - "Id": 1437, "CommandName": "Set-PnPWeb", + "Id": 1437, "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { "Rank": 3, - "Id": 1438, "CommandName": "Set-PnPWeb", + "Id": 1438, "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { "Rank": 4, - "Id": 1439, "CommandName": "Set-PnPWeb", + "Id": 1439, "Command": "Set-PnPWeb -NoCrawl:$true" }, { "Rank": 1, - "Id": 1440, "CommandName": "Set-PnPWebHeader", + "Id": 1440, "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { "Rank": 2, - "Id": 1441, "CommandName": "Set-PnPWebHeader", + "Id": 1441, "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { "Rank": 3, - "Id": 1442, "CommandName": "Set-PnPWebHeader", + "Id": 1442, "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { "Rank": 1, - "Id": 1443, "CommandName": "Set-PnPWebhookSubscription", + "Id": 1443, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Rank": 2, - "Id": 1444, "CommandName": "Set-PnPWebhookSubscription", + "Id": 1444, "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": 1445, "CommandName": "Set-PnPWebPartProperty", + "Id": 1445, "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { "Rank": 1, - "Id": 1446, "CommandName": "Set-PnPWebPermission", + "Id": 1446, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Rank": 2, - "Id": 1447, "CommandName": "Set-PnPWebPermission", + "Id": 1447, "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { "Rank": 3, - "Id": 1448, "CommandName": "Set-PnPWebPermission", + "Id": 1448, "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Rank": 4, - "Id": 1449, "CommandName": "Set-PnPWebPermission", + "Id": 1449, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { "Rank": 1, - "Id": 1450, "CommandName": "Set-PnPWebTheme", + "Id": 1450, "Command": "Set-PnPWebTheme -Theme MyTheme" }, { "Rank": 2, - "Id": 1451, "CommandName": "Set-PnPWebTheme", + "Id": 1451, "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { "Rank": 1, - "Id": 1452, "CommandName": "Set-PnPWikiPageContent", + "Id": 1452, "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { "Rank": 1, - "Id": 1453, "CommandName": "Submit-PnPSearchQuery", + "Id": 1453, "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { "Rank": 2, - "Id": 1454, "CommandName": "Submit-PnPSearchQuery", + "Id": 1454, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { "Rank": 3, - "Id": 1455, "CommandName": "Submit-PnPSearchQuery", + "Id": 1455, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { "Rank": 4, - "Id": 1456, "CommandName": "Submit-PnPSearchQuery", + "Id": 1456, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { "Rank": 5, - "Id": 1457, "CommandName": "Submit-PnPSearchQuery", + "Id": 1457, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { "Rank": 1, - "Id": 1458, "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1458, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { "Rank": 2, - "Id": 1459, "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1459, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { "Rank": 1, - "Id": 1460, "CommandName": "Sync-PnPAppToTeams", + "Id": 1460, "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 1, - "Id": 1461, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1461, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { "Rank": 2, - "Id": 1462, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1462, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { "Rank": 3, - "Id": 1463, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1463, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { "Rank": 1, - "Id": 1464, "CommandName": "Test-PnPListItemIsRecord", + "Id": 1464, "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { "Rank": 1, - "Id": 1465, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Id": 1465, "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { "Rank": 1, - "Id": 1466, "CommandName": "Test-PnPSite", + "Id": 1466, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, - "Id": 1467, "CommandName": "Test-PnPSite", + "Id": 1467, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Rank": 1, - "Id": 1468, "CommandName": "Test-PnPTenantTemplate", + "Id": 1468, "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { "Rank": 1, - "Id": 1469, "CommandName": "Undo-PnPFileCheckedOut", + "Id": 1469, "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { "Rank": 1, - "Id": 1470, "CommandName": "Uninstall-PnPApp", + "Id": 1470, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "Id": 1471, "CommandName": "Uninstall-PnPApp", + "Id": 1471, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "Id": 1472, "CommandName": "Unpublish-PnPApp", + "Id": 1472, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "Id": 1473, "CommandName": "Unpublish-PnPApp", + "Id": 1473, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "Id": 1474, "CommandName": "Unpublish-PnPContentType", + "Id": 1474, "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { "Rank": 1, - "Id": 1475, "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1475, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Rank": 2, - "Id": 1476, "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1476, "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": 1477, "CommandName": "Unregister-PnPHubSite", + "Id": 1477, "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Rank": 1, - "Id": 1478, "CommandName": "Update-PnPApp", + "Id": 1478, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "Id": 1479, "CommandName": "Update-PnPApp", + "Id": 1479, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "Id": 1480, "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1480, "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Rank": 2, - "Id": 1481, "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1481, "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { "Rank": 3, - "Id": 1482, "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1482, "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Rank": 1, - "Id": 1483, "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1483, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { "Rank": 2, - "Id": 1484, "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1484, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Rank": 3, - "Id": 1485, "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1485, "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { "Rank": 1, - "Id": 1486, "CommandName": "Update-PnPTeamsApp", + "Id": 1486, "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { "Rank": 1, - "Id": 1487, "CommandName": "Update-PnPTeamsUser", + "Id": 1487, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 2, - "Id": 1488, "CommandName": "Update-PnPTeamsUser", + "Id": 1488, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Rank": 3, - "Id": 1489, "CommandName": "Update-PnPTeamsUser", + "Id": 1489, "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { "Rank": 1, - "Id": 1490, "CommandName": "Update-PnPUserType", + "Id": 1490, "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" } ] diff --git a/version.txt b/version.txt index 8f9174b4d..abae0d9a9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.2 \ No newline at end of file +2.1.3 \ No newline at end of file From 81b08849ee6afc7ec0911db44ffae9c39f9f7ba8 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Sun, 2 Apr 2023 13:30:17 +0300 Subject: [PATCH 15/20] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447cf0e6c..0fc047f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -125,7 +125,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Sumit Kumar [sumitkumar0608] - [msjennywu] - [enthusol] -- Ganesh Sanap [ganesh-sanap] - Chris R. [ChrisRo89] - Aimery Thomas [a1mery] - Ganesh Sanap [ganesh-sanap] @@ -141,7 +140,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Leon Armston [LeonArmston] - Robin Meure [robinmeure] - Rohit Varghese [rohitvarghese96] -- Arleta Wanat [PowershellScripts] - Erwin van Hunen [erwinvanhunen] - Marc Studer [studermarc] - [vin-ol] From 32476ace85899412c428bf25a117abed3fea36b4 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Mon, 3 Apr 2023 02:46:28 +0000 Subject: [PATCH 16/20] Nightly publish to PowerShell Gallery --- pnpframework_hash.txt | 2 +- .../PnP.PowerShell.Suggestions.nightly.json | 2980 ++++++++--------- version.txt | 2 +- 3 files changed, 1492 insertions(+), 1492 deletions(-) diff --git a/pnpframework_hash.txt b/pnpframework_hash.txt index 8abebe430..ff56e701c 100644 --- a/pnpframework_hash.txt +++ b/pnpframework_hash.txt @@ -1 +1 @@ -1be18488d5ecd545648ba3c6331c96e182e482d8 \ No newline at end of file +4039d8465bdad21afd406dce318e80740bc87f87 \ No newline at end of file diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 660485152..27711e8e1 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,8942 +1,8942 @@ [ { "Rank": 1, - "CommandName": "Add-PnPAlert", "Id": 1, + "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -List \"Demo List\"" }, { "Rank": 2, - "CommandName": "Add-PnPAlert", "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)" }, { "Rank": 3, - "CommandName": "Add-PnPAlert", "Id": 3, + "CommandName": "Add-PnPAlert", "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, + "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": 1, - "CommandName": "Add-PnPApp", "Id": 5, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { "Rank": 2, - "CommandName": "Add-PnPApp", "Id": 6, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { "Rank": 3, - "CommandName": "Add-PnPApp", "Id": 7, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { "Rank": 4, - "CommandName": "Add-PnPApp", "Id": 8, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { "Rank": 1, - "CommandName": "Add-PnPApplicationCustomizer", "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`\"}" }, { "Rank": 1, - "CommandName": "Add-PnPAvailableSiteClassification", "Id": 10, + "CommandName": "Add-PnPAvailableSiteClassification", "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { "Rank": 2, - "CommandName": "Add-PnPAvailableSiteClassification", "Id": 11, + "CommandName": "Add-PnPAvailableSiteClassification", "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { "Rank": 1, - "CommandName": "Add-PnPAzureADGroupMember", "Id": 12, + "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "CommandName": "Add-PnPAzureADGroupMember", "Id": 13, + "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, - "CommandName": "Add-PnPAzureADGroupOwner", "Id": 14, + "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "CommandName": "Add-PnPAzureADGroupOwner", "Id": 15, + "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 16, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { "Rank": 2, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 17, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { "Rank": 1, - "CommandName": "Add-PnPContentType", "Id": 18, + "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { "Rank": 2, - "CommandName": "Add-PnPContentType", "Id": 19, + "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": 1, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 20, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { "Rank": 2, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 21, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { "Rank": 1, - "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 22, + "CommandName": "Add-PnPContentTypeToDocumentSet", "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Rank": 2, - "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 23, + "CommandName": "Add-PnPContentTypeToDocumentSet", "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Rank": 1, - "CommandName": "Add-PnPContentTypeToList", "Id": 24, + "CommandName": "Add-PnPContentTypeToList", "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { "Rank": 1, - "CommandName": "Add-PnPCustomAction", "Id": 25, + "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, - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 26, + "CommandName": "Add-PnPDataRowsToSiteTemplate", "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { "Rank": 2, - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 27, + "CommandName": "Add-PnPDataRowsToSiteTemplate", "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { "Rank": 1, - "CommandName": "Add-PnPDocumentSet", "Id": 28, + "CommandName": "Add-PnPDocumentSet", "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { "Rank": 1, - "CommandName": "Add-PnPEventReceiver", "Id": 29, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { "Rank": 2, - "CommandName": "Add-PnPEventReceiver", "Id": 30, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { "Rank": 3, - "CommandName": "Add-PnPEventReceiver", "Id": 31, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { "Rank": 4, - "CommandName": "Add-PnPEventReceiver", "Id": 32, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { "Rank": 1, - "CommandName": "Add-PnPField", "Id": 33, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { "Rank": 2, - "CommandName": "Add-PnPField", "Id": 34, + "CommandName": "Add-PnPField", "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": 35, + "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": 4, - "CommandName": "Add-PnPField", "Id": 36, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { "Rank": 5, - "CommandName": "Add-PnPField", "Id": 37, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { "Rank": 6, - "CommandName": "Add-PnPField", "Id": 38, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { "Rank": 1, - "CommandName": "Add-PnPFieldToContentType", "Id": 39, + "CommandName": "Add-PnPFieldToContentType", "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Rank": 1, - "CommandName": "Add-PnPFile", "Id": 40, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { "Rank": 2, - "CommandName": "Add-PnPFile", "Id": 41, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { "Rank": 3, - "CommandName": "Add-PnPFile", "Id": 42, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}" }, { "Rank": 4, - "CommandName": "Add-PnPFile", "Id": 43, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}" }, { "Rank": 5, - "CommandName": "Add-PnPFile", "Id": 44, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}" }, { "Rank": 6, - "CommandName": "Add-PnPFile", "Id": 45, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}" }, { "Rank": 7, - "CommandName": "Add-PnPFile", "Id": 46, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { "Rank": 8, - "CommandName": "Add-PnPFile", "Id": 47, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { "Rank": 1, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 48, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { "Rank": 2, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 49, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { "Rank": 3, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 50, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { "Rank": 4, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 51, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { "Rank": 5, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 52, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { "Rank": 1, - "CommandName": "Add-PnPFolder", "Id": 53, + "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Rank": 2, - "CommandName": "Add-PnPFolder", "Id": 54, + "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { "Rank": 3, - "CommandName": "Add-PnPFolder", "Id": 55, + "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { "Rank": 1, - "CommandName": "Add-PnPGroupMember", "Id": 56, + "CommandName": "Add-PnPGroupMember", "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Rank": 2, - "CommandName": "Add-PnPGroupMember", "Id": 57, + "CommandName": "Add-PnPGroupMember", "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { "Rank": 1, - "CommandName": "Add-PnPHtmlPublishingPageLayout", "Id": 58, + "CommandName": "Add-PnPHtmlPublishingPageLayout", "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Rank": 1, - "CommandName": "Add-PnPHubSiteAssociation", "Id": 59, + "CommandName": "Add-PnPHubSiteAssociation", "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { "Rank": 1, - "CommandName": "Add-PnPHubToHubAssociation", "Id": 60, + "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { "Rank": 2, - "CommandName": "Add-PnPHubToHubAssociation", "Id": 61, + "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { "Rank": 3, - "CommandName": "Add-PnPHubToHubAssociation", "Id": 62, + "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": 1, - "CommandName": "Add-PnPJavaScriptBlock", "Id": 63, + "CommandName": "Add-PnPJavaScriptBlock", "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { "Rank": 2, - "CommandName": "Add-PnPJavaScriptBlock", "Id": 64, + "CommandName": "Add-PnPJavaScriptBlock", "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { "Rank": 1, - "CommandName": "Add-PnPJavaScriptLink", "Id": 65, + "CommandName": "Add-PnPJavaScriptLink", "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { "Rank": 2, - "CommandName": "Add-PnPJavaScriptLink", "Id": 66, + "CommandName": "Add-PnPJavaScriptLink", "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { "Rank": 1, - "CommandName": "Add-PnPListDesign", "Id": 67, + "CommandName": "Add-PnPListDesign", "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { "Rank": 2, - "CommandName": "Add-PnPListDesign", "Id": 68, + "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": 1, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 69, + "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { "Rank": 2, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 70, + "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { "Rank": 3, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 71, + "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { "Rank": 1, - "CommandName": "Add-PnPListItem", "Id": 72, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 2, - "CommandName": "Add-PnPListItem", "Id": 73, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 3, - "CommandName": "Add-PnPListItem", "Id": 74, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { "Rank": 4, - "CommandName": "Add-PnPListItem", "Id": 75, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { "Rank": 5, - "CommandName": "Add-PnPListItem", "Id": 76, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { "Rank": 1, - "CommandName": "Add-PnPListItemAttachment", "Id": 77, + "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { "Rank": 2, - "CommandName": "Add-PnPListItemAttachment", "Id": 78, + "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { "Rank": 3, - "CommandName": "Add-PnPListItemAttachment", "Id": 79, + "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { "Rank": 1, - "CommandName": "Add-PnPListItemComment", "Id": 80, + "CommandName": "Add-PnPListItemComment", "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { "Rank": 1, - "CommandName": "Add-PnPMasterPage", "Id": 81, + "CommandName": "Add-PnPMasterPage", "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { "Rank": 1, - "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 82, + "CommandName": "Add-PnPMicrosoft365GroupMember", "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 83, + "CommandName": "Add-PnPMicrosoft365GroupMember", "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 84, + "CommandName": "Add-PnPMicrosoft365GroupOwner", "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 85, + "CommandName": "Add-PnPMicrosoft365GroupOwner", "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 86, + "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { "Rank": 2, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 87, + "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { "Rank": 1, - "CommandName": "Add-PnPNavigationNode", "Id": 88, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { "Rank": 2, - "CommandName": "Add-PnPNavigationNode", "Id": 89, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { "Rank": 3, - "CommandName": "Add-PnPNavigationNode", "Id": 90, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { "Rank": 4, - "CommandName": "Add-PnPNavigationNode", "Id": 91, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { "Rank": 5, - "CommandName": "Add-PnPNavigationNode", "Id": 92, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { "Rank": 6, - "CommandName": "Add-PnPNavigationNode", "Id": 93, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { "Rank": 1, - "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 94, + "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { "Rank": 2, - "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 95, + "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": 3, - "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 96, + "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { "Rank": 1, - "CommandName": "Add-PnPOrgNewsSite", "Id": 97, + "CommandName": "Add-PnPOrgNewsSite", "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { "Rank": 1, - "CommandName": "Add-PnPPage", "Id": 98, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\"" }, { "Rank": 2, - "CommandName": "Add-PnPPage", "Id": 99, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { "Rank": 3, - "CommandName": "Add-PnPPage", "Id": 100, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { "Rank": 4, - "CommandName": "Add-PnPPage", "Id": 101, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { "Rank": 5, - "CommandName": "Add-PnPPage", "Id": 102, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { "Rank": 6, - "CommandName": "Add-PnPPage", "Id": 103, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { "Rank": 7, - "CommandName": "Add-PnPPage", "Id": 104, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Rank": 8, - "CommandName": "Add-PnPPage", "Id": 105, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { "Rank": 9, - "CommandName": "Add-PnPPage", "Id": 106, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Rank": 10, - "CommandName": "Add-PnPPage", "Id": 107, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Rank": 1, - "CommandName": "Add-PnPPageImageWebPart", "Id": 108, + "CommandName": "Add-PnPPageImageWebPart", "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { "Rank": 2, - "CommandName": "Add-PnPPageImageWebPart", "Id": 109, + "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": 1, - "CommandName": "Add-PnPPageSection", "Id": 110, + "CommandName": "Add-PnPPageSection", "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { "Rank": 2, - "CommandName": "Add-PnPPageSection", "Id": 111, + "CommandName": "Add-PnPPageSection", "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { "Rank": 1, - "CommandName": "Add-PnPPageTextPart", "Id": 112, + "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { "Rank": 2, - "CommandName": "Add-PnPPageTextPart", "Id": 113, + "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { "Rank": 3, - "CommandName": "Add-PnPPageTextPart", "Id": 114, + "CommandName": "Add-PnPPageTextPart", "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": 115, + "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { "Rank": 2, - "CommandName": "Add-PnPPageWebPart", "Id": 116, + "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { "Rank": 3, - "CommandName": "Add-PnPPageWebPart", "Id": 117, + "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { "Rank": 1, - "CommandName": "Add-PnPPlannerBucket", "Id": 118, + "CommandName": "Add-PnPPlannerBucket", "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { "Rank": 2, - "CommandName": "Add-PnPPlannerBucket", "Id": 119, + "CommandName": "Add-PnPPlannerBucket", "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { "Rank": 1, - "CommandName": "Add-PnPPlannerRoster", "Id": 120, + "CommandName": "Add-PnPPlannerRoster", "Command": "Add-PnPPlannerRoster" }, { "Rank": 1, - "CommandName": "Add-PnPPlannerRosterMember", "Id": 121, + "CommandName": "Add-PnPPlannerRosterMember", "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Add-PnPPlannerTask", "Id": 122, + "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { "Rank": 2, - "CommandName": "Add-PnPPlannerTask", "Id": 123, + "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { "Rank": 3, - "CommandName": "Add-PnPPlannerTask", "Id": 124, + "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Rank": 1, - "CommandName": "Add-PnPPublishingImageRendition", "Id": 125, + "CommandName": "Add-PnPPublishingImageRendition", "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Rank": 1, - "CommandName": "Add-PnPPublishingPage", "Id": 126, + "CommandName": "Add-PnPPublishingPage", "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { "Rank": 2, - "CommandName": "Add-PnPPublishingPage", "Id": 127, + "CommandName": "Add-PnPPublishingPage", "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { "Rank": 1, - "CommandName": "Add-PnPPublishingPageLayout", "Id": 128, + "CommandName": "Add-PnPPublishingPageLayout", "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Rank": 1, - "CommandName": "Add-PnPRoleDefinition", "Id": 129, + "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { "Rank": 2, - "CommandName": "Add-PnPRoleDefinition", "Id": 130, + "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { "Rank": 3, - "CommandName": "Add-PnPRoleDefinition", "Id": 131, + "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { "Rank": 1, - "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 132, + "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 133, + "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 3, - "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 134, + "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 135, + "CommandName": "Add-PnPSiteCollectionAppCatalog", "Command": "Add-PnPSiteCollectionAppCatalog" }, { "Rank": 2, - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 136, + "CommandName": "Add-PnPSiteCollectionAppCatalog", "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Rank": 1, - "CommandName": "Add-PnPSiteDesign", "Id": 137, + "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": 2, - "CommandName": "Add-PnPSiteDesign", "Id": 138, + "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": 3, - "CommandName": "Add-PnPSiteDesign", "Id": 139, + "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": 1, - "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 140, + "CommandName": "Add-PnPSiteDesignFromWeb", "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { "Rank": 2, - "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 141, + "CommandName": "Add-PnPSiteDesignFromWeb", "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": 142, + "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": 1, - "CommandName": "Add-PnPSiteDesignTask", "Id": 143, + "CommandName": "Add-PnPSiteDesignTask", "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Rank": 2, - "CommandName": "Add-PnPSiteDesignTask", "Id": 144, + "CommandName": "Add-PnPSiteDesignTask", "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Rank": 1, - "CommandName": "Add-PnPSiteScript", "Id": 145, + "CommandName": "Add-PnPSiteScript", "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { "Rank": 1, - "CommandName": "Add-PnPSiteScriptPackage", "Id": 146, + "CommandName": "Add-PnPSiteScriptPackage", "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { "Rank": 1, - "CommandName": "Add-PnPSiteTemplate", "Id": 147, + "CommandName": "Add-PnPSiteTemplate", "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { "Rank": 1, - "CommandName": "Add-PnPStoredCredential", "Id": 148, + "CommandName": "Add-PnPStoredCredential", "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { "Rank": 2, - "CommandName": "Add-PnPStoredCredential", "Id": 149, + "CommandName": "Add-PnPStoredCredential", "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": 150, + "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": 1, - "CommandName": "Add-PnPTaxonomyField", "Id": 151, + "CommandName": "Add-PnPTaxonomyField", "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { "Rank": 2, - "CommandName": "Add-PnPTaxonomyField", "Id": 152, + "CommandName": "Add-PnPTaxonomyField", "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { "Rank": 1, - "CommandName": "Add-PnPTeamsChannel", "Id": 153, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { "Rank": 2, - "CommandName": "Add-PnPTeamsChannel", "Id": 154, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { "Rank": 3, - "CommandName": "Add-PnPTeamsChannel", "Id": 155, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { "Rank": 4, - "CommandName": "Add-PnPTeamsChannel", "Id": 156, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { "Rank": 1, - "CommandName": "Add-PnpTeamsChannelUser", "Id": 157, + "CommandName": "Add-PnpTeamsChannelUser", "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": 158, + "CommandName": "Add-PnpTeamsChannelUser", "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { "Rank": 1, - "CommandName": "Add-PnPTeamsTab", "Id": 159, + "CommandName": "Add-PnPTeamsTab", "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": 160, + "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": 3, - "CommandName": "Add-PnPTeamsTab", "Id": 161, + "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": 4, - "CommandName": "Add-PnPTeamsTab", "Id": 162, + "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": 1, - "CommandName": "Add-PnPTeamsTeam", "Id": 163, + "CommandName": "Add-PnPTeamsTeam", "Command": "Add-PnPTeamsTeam" }, { "Rank": 1, - "CommandName": "Add-PnPTeamsUser", "Id": 164, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 2, - "CommandName": "Add-PnPTeamsUser", "Id": 165, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Rank": 3, - "CommandName": "Add-PnPTeamsUser", "Id": 166, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { "Rank": 4, - "CommandName": "Add-PnPTeamsUser", "Id": 167, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { "Rank": 1, - "CommandName": "Add-PnPTenantCdnOrigin", "Id": 168, + "CommandName": "Add-PnPTenantCdnOrigin", "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Rank": 1, - "CommandName": "Add-PnPTenantSequence", "Id": 169, + "CommandName": "Add-PnPTenantSequence", "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { "Rank": 1, - "CommandName": "Add-PnPTenantSequenceSite", "Id": 170, + "CommandName": "Add-PnPTenantSequenceSite", "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { "Rank": 1, - "CommandName": "Add-PnPTenantSequenceSubSite", "Id": 171, + "CommandName": "Add-PnPTenantSequenceSubSite", "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { "Rank": 1, - "CommandName": "Add-PnPTermToTerm", "Id": 172, + "CommandName": "Add-PnPTermToTerm", "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { "Rank": 1, - "CommandName": "Add-PnPView", "Id": 173, + "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { "Rank": 2, - "CommandName": "Add-PnPView", "Id": 174, + "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { "Rank": 3, - "CommandName": "Add-PnPView", "Id": 175, + "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { "Rank": 1, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 176, + "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": 2, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 177, + "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": 3, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 178, + "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": 1, - "CommandName": "Add-PnPWebhookSubscription", "Id": 179, + "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Rank": 2, - "CommandName": "Add-PnPWebhookSubscription", "Id": 180, + "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Rank": 3, - "CommandName": "Add-PnPWebhookSubscription", "Id": 181, + "CommandName": "Add-PnPWebhookSubscription", "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": 182, + "CommandName": "Add-PnPWebPartToWebPartPage", "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { "Rank": 2, - "CommandName": "Add-PnPWebPartToWebPartPage", "Id": 183, + "CommandName": "Add-PnPWebPartToWebPartPage", "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { "Rank": 1, - "CommandName": "Add-PnPWebPartToWikiPage", "Id": 184, + "CommandName": "Add-PnPWebPartToWikiPage", "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { "Rank": 2, - "CommandName": "Add-PnPWebPartToWikiPage", "Id": 185, + "CommandName": "Add-PnPWebPartToWikiPage", "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { "Rank": 1, - "CommandName": "Add-PnPWikiPage", "Id": 186, + "CommandName": "Add-PnPWikiPage", "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { "Rank": 1, - "CommandName": "Clear-PnPAzureADGroupMember", "Id": 187, + "CommandName": "Clear-PnPAzureADGroupMember", "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { "Rank": 1, - "CommandName": "Clear-PnPAzureADGroupOwner", "Id": 188, + "CommandName": "Clear-PnPAzureADGroupOwner", "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { "Rank": 1, - "CommandName": "Clear-PnPDefaultColumnValues", "Id": 189, + "CommandName": "Clear-PnPDefaultColumnValues", "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { "Rank": 2, - "CommandName": "Clear-PnPDefaultColumnValues", "Id": 190, + "CommandName": "Clear-PnPDefaultColumnValues", "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { "Rank": 1, - "CommandName": "Clear-PnPListItemAsRecord", "Id": 191, + "CommandName": "Clear-PnPListItemAsRecord", "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Rank": 1, - "CommandName": "Clear-PnPMicrosoft365GroupMember", "Id": 192, + "CommandName": "Clear-PnPMicrosoft365GroupMember", "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { "Rank": 1, - "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Id": 193, + "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { "Rank": 1, - "CommandName": "Clear-PnpRecycleBinItem", "Id": 194, + "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Rank": 2, - "CommandName": "Clear-PnpRecycleBinItem", "Id": 195, + "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { "Rank": 3, - "CommandName": "Clear-PnpRecycleBinItem", "Id": 196, + "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { "Rank": 1, - "CommandName": "Clear-PnPTenantAppCatalogUrl", "Id": 197, + "CommandName": "Clear-PnPTenantAppCatalogUrl", "Command": "Clear-PnPTenantAppCatalogUrl" }, { "Rank": 1, - "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 198, + "CommandName": "Clear-PnPTenantRecycleBinItem", "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 199, + "CommandName": "Clear-PnPTenantRecycleBinItem", "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Rank": 1, - "CommandName": "Connect-PnPOnline", "Id": 200, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"" }, { "Rank": 2, - "CommandName": "Connect-PnPOnline", "Id": 201, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)" }, { "Rank": 3, - "CommandName": "Connect-PnPOnline", "Id": 202, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret" }, { "Rank": 4, - "CommandName": "Connect-PnPOnline", "Id": 203, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin" }, { "Rank": 5, - "CommandName": "Connect-PnPOnline", "Id": 204, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser" }, { "Rank": 6, - "CommandName": "Connect-PnPOnline", "Id": 205, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA" }, { "Rank": 7, - "CommandName": "Connect-PnPOnline", "Id": 206, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'" }, { "Rank": 8, - "CommandName": "Connect-PnPOnline", "Id": 207, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin" }, { "Rank": 9, - "CommandName": "Connect-PnPOnline", "Id": 208, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive" }, { "Rank": 10, - "CommandName": "Connect-PnPOnline", "Id": 209, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential" }, { "Rank": 11, - "CommandName": "Connect-PnPOnline", "Id": 210, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam" }, { "Rank": 12, - "CommandName": "Connect-PnPOnline", "Id": 211, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList" }, { "Rank": 13, - "CommandName": "Connect-PnPOnline", "Id": 212, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token" }, { "Rank": 14, - "CommandName": "Connect-PnPOnline", "Id": 213, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'" }, { "Rank": 15, - "CommandName": "Connect-PnPOnline", "Id": 214, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable" }, { "Rank": 1, - "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 215, + "CommandName": "Convert-PnPFolderToSiteTemplate", "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { "Rank": 2, - "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 216, + "CommandName": "Convert-PnPFolderToSiteTemplate", "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { "Rank": 1, - "CommandName": "Convert-PnPSiteTemplate", "Id": 217, + "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { "Rank": 2, - "CommandName": "Convert-PnPSiteTemplate", "Id": 218, + "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { "Rank": 3, - "CommandName": "Convert-PnPSiteTemplate", "Id": 219, + "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { "Rank": 1, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 220, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { "Rank": 2, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 221, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { "Rank": 1, - "CommandName": "ConvertTo-PnPPage", "Id": 222, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { "Rank": 2, - "CommandName": "ConvertTo-PnPPage", "Id": 223, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { "Rank": 3, - "CommandName": "ConvertTo-PnPPage", "Id": 224, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { "Rank": 4, - "CommandName": "ConvertTo-PnPPage", "Id": 225, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { "Rank": 5, - "CommandName": "ConvertTo-PnPPage", "Id": 226, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 6, - "CommandName": "ConvertTo-PnPPage", "Id": 227, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { "Rank": 7, - "CommandName": "ConvertTo-PnPPage", "Id": 228, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { "Rank": 8, - "CommandName": "ConvertTo-PnPPage", "Id": 229, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { "Rank": 9, - "CommandName": "ConvertTo-PnPPage", "Id": 230, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 10, - "CommandName": "ConvertTo-PnPPage", "Id": 231, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { "Rank": 11, - "CommandName": "ConvertTo-PnPPage", "Id": 232, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { "Rank": 12, - "CommandName": "ConvertTo-PnPPage", "Id": 233, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 13, - "CommandName": "ConvertTo-PnPPage", "Id": 234, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 14, - "CommandName": "ConvertTo-PnPPage", "Id": 235, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { "Rank": 1, - "CommandName": "Copy-PnPFile", "Id": 236, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 2, - "CommandName": "Copy-PnPFile", "Id": 237, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Rank": 3, - "CommandName": "Copy-PnPFile", "Id": 238, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Rank": 4, - "CommandName": "Copy-PnPFile", "Id": 239, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 5, - "CommandName": "Copy-PnPFile", "Id": 240, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Rank": 6, - "CommandName": "Copy-PnPFile", "Id": 241, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Rank": 7, - "CommandName": "Copy-PnPFile", "Id": 242, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Rank": 8, - "CommandName": "Copy-PnPFile", "Id": 243, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 9, - "CommandName": "Copy-PnPFile", "Id": 244, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Rank": 10, - "CommandName": "Copy-PnPFile", "Id": 245, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Rank": 1, - "CommandName": "Copy-PnPFolder", "Id": 246, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 2, - "CommandName": "Copy-PnPFolder", "Id": 247, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Rank": 3, - "CommandName": "Copy-PnPFolder", "Id": 248, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Rank": 4, - "CommandName": "Copy-PnPFolder", "Id": 249, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 5, - "CommandName": "Copy-PnPFolder", "Id": 250, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Rank": 6, - "CommandName": "Copy-PnPFolder", "Id": 251, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Rank": 7, - "CommandName": "Copy-PnPFolder", "Id": 252, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Rank": 8, - "CommandName": "Copy-PnPFolder", "Id": 253, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 9, - "CommandName": "Copy-PnPFolder", "Id": 254, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Rank": 10, - "CommandName": "Copy-PnPFolder", "Id": 255, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Rank": 1, - "CommandName": "Copy-PnPItemProxy", "Id": 256, + "CommandName": "Copy-PnPItemProxy", "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { "Rank": 1, - "CommandName": "Copy-PnPList", "Id": 257, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { "Rank": 2, - "CommandName": "Copy-PnPList", "Id": 258, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { "Rank": 3, - "CommandName": "Copy-PnPList", "Id": 259, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { "Rank": 4, - "CommandName": "Copy-PnPList", "Id": 260, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { "Rank": 1, - "CommandName": "Copy-PnPTeamsTeam", "Id": 261, + "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { "Rank": 2, - "CommandName": "Copy-PnPTeamsTeam", "Id": 262, + "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { "Rank": 3, - "CommandName": "Copy-PnPTeamsTeam", "Id": 263, + "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": 4, - "CommandName": "Copy-PnPTeamsTeam", "Id": 264, + "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": 1, - "CommandName": "Disable-PnPFeature", "Id": 265, + "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "CommandName": "Disable-PnPFeature", "Id": 266, + "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Rank": 3, - "CommandName": "Disable-PnPFeature", "Id": 267, + "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Rank": 1, - "CommandName": "Disable-PnPPageScheduling", "Id": 268, + "CommandName": "Disable-PnPPageScheduling", "Command": "Disable-PnPPageScheduling" }, { "Rank": 1, - "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 269, + "CommandName": "Disable-PnPPowerShellTelemetry", "Command": "Disable-PnPPowerShellTelemetry" }, { "Rank": 2, - "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 270, + "CommandName": "Disable-PnPPowerShellTelemetry", "Command": "Disable-PnPPowerShellTelemetry -Force" }, { "Rank": 1, - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Id": 271, + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { "Rank": 1, - "CommandName": "Disable-PnPSiteClassification", "Id": 272, + "CommandName": "Disable-PnPSiteClassification", "Command": "Disable-PnPSiteClassification" }, { "Rank": 1, - "CommandName": "Disconnect-PnPOnline", "Id": 273, + "CommandName": "Disconnect-PnPOnline", "Command": "Disconnect-PnPOnline" }, { "Rank": 1, - "CommandName": "Enable-PnPCommSite", "Id": 274, + "CommandName": "Enable-PnPCommSite", "Command": "Enable-PnPCommSite" }, { "Rank": 2, - "CommandName": "Enable-PnPCommSite", "Id": 275, + "CommandName": "Enable-PnPCommSite", "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { "Rank": 1, - "CommandName": "Enable-PnPFeature", "Id": 276, + "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "CommandName": "Enable-PnPFeature", "Id": 277, + "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Rank": 3, - "CommandName": "Enable-PnPFeature", "Id": 278, + "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Rank": 1, - "CommandName": "Enable-PnPPageScheduling", "Id": 279, + "CommandName": "Enable-PnPPageScheduling", "Command": "Enable-PnPPageScheduling" }, { "Rank": 1, - "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 280, + "CommandName": "Enable-PnPPowerShellTelemetry", "Command": "Enable-PnPPowerShellTelemetry" }, { "Rank": 2, - "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 281, + "CommandName": "Enable-PnPPowerShellTelemetry", "Command": "Enable-PnPPowerShellTelemetry -Force" }, { "Rank": 1, - "CommandName": "Enable-PnPSiteClassification", "Id": 282, + "CommandName": "Enable-PnPSiteClassification", "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { "Rank": 2, - "CommandName": "Enable-PnPSiteClassification", "Id": 283, + "CommandName": "Enable-PnPSiteClassification", "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Rank": 1, - "CommandName": "Export-PnPListToSiteTemplate", "Id": 284, + "CommandName": "Export-PnPListToSiteTemplate", "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { "Rank": 2, - "CommandName": "Export-PnPListToSiteTemplate", "Id": 285, + "CommandName": "Export-PnPListToSiteTemplate", "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { "Rank": 1, - "CommandName": "Export-PnPPage", "Id": 286, + "CommandName": "Export-PnPPage", "Command": "Export-PnPPage -Identity Home.aspx" }, { "Rank": 1, - "CommandName": "Export-PnPTaxonomy", "Id": 287, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy" }, { "Rank": 2, - "CommandName": "Export-PnPTaxonomy", "Id": 288, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { "Rank": 3, - "CommandName": "Export-PnPTaxonomy", "Id": 289, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { "Rank": 4, - "CommandName": "Export-PnPTaxonomy", "Id": 290, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { "Rank": 1, - "CommandName": "Export-PnPTermGroupToXml", "Id": 291, + "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml" }, { "Rank": 2, - "CommandName": "Export-PnPTermGroupToXml", "Id": 292, + "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { "Rank": 3, - "CommandName": "Export-PnPTermGroupToXml", "Id": 293, + "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { "Rank": 1, - "CommandName": "Export-PnPUserInfo", "Id": 294, + "CommandName": "Export-PnPUserInfo", "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Rank": 2, - "CommandName": "Export-PnPUserInfo", "Id": 295, + "CommandName": "Export-PnPUserInfo", "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": 296, + "CommandName": "Export-PnPUserProfile", "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { "Rank": 2, - "CommandName": "Export-PnPUserProfile", "Id": 297, + "CommandName": "Export-PnPUserProfile", "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { "Rank": 1, - "CommandName": "Find-PnPFile", "Id": 298, + "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -Match *.master" }, { "Rank": 2, - "CommandName": "Find-PnPFile", "Id": 299, + "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { "Rank": 3, - "CommandName": "Find-PnPFile", "Id": 300, + "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { "Rank": 1, - "CommandName": "Get-PnPAccessToken", "Id": 301, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken" }, { "Rank": 2, - "CommandName": "Get-PnPAccessToken", "Id": 302, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -Decoded" }, { "Rank": 3, - "CommandName": "Get-PnPAccessToken", "Id": 303, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { "Rank": 4, - "CommandName": "Get-PnPAccessToken", "Id": 304, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { "Rank": 5, - "CommandName": "Get-PnPAccessToken", "Id": 305, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { "Rank": 1, - "CommandName": "Get-PnPAlert", "Id": 306, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert" }, { "Rank": 2, - "CommandName": "Get-PnPAlert", "Id": 307, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\"" }, { "Rank": 3, - "CommandName": "Get-PnPAlert", "Id": 308, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Rank": 4, - "CommandName": "Get-PnPAlert", "Id": 309, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { "Rank": 5, - "CommandName": "Get-PnPAlert", "Id": 310, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -AllUsers" }, { "Rank": 6, - "CommandName": "Get-PnPAlert", "Id": 311, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { "Rank": 1, - "CommandName": "Get-PnPApp", "Id": 312, + "CommandName": "Get-PnPApp", "Command": "Get-PnPApp" }, { "Rank": 2, - "CommandName": "Get-PnPApp", "Id": 313, + "CommandName": "Get-PnPApp", "Command": "Get-PnPApp -Scope Site" }, { "Rank": 3, - "CommandName": "Get-PnPApp", "Id": 314, + "CommandName": "Get-PnPApp", "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 1, - "CommandName": "Get-PnPAppErrors", "Id": 315, + "CommandName": "Get-PnPAppErrors", "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { "Rank": 2, - "CommandName": "Get-PnPAppErrors", "Id": 316, + "CommandName": "Get-PnPAppErrors", "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { "Rank": 1, - "CommandName": "Get-PnPAppInfo", "Id": 317, + "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { "Rank": 2, - "CommandName": "Get-PnPAppInfo", "Id": 318, + "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 3, - "CommandName": "Get-PnPAppInfo", "Id": 319, + "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { "Rank": 1, - "CommandName": "Get-PnPApplicationCustomizer", "Id": 320, + "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer" }, { "Rank": 2, - "CommandName": "Get-PnPApplicationCustomizer", "Id": 321, + "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 3, - "CommandName": "Get-PnPApplicationCustomizer", "Id": 322, + "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { "Rank": 1, - "CommandName": "Get-PnPAuditing", "Id": 323, + "CommandName": "Get-PnPAuditing", "Command": "Get-PnPAuditing" }, { "Rank": 1, - "CommandName": "Get-PnPAuthenticationRealm", "Id": 324, + "CommandName": "Get-PnPAuthenticationRealm", "Command": "Get-PnPAuthenticationRealm" }, { "Rank": 2, - "CommandName": "Get-PnPAuthenticationRealm", "Id": 325, + "CommandName": "Get-PnPAuthenticationRealm", "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { "Rank": 1, - "CommandName": "Get-PnPAvailableLanguage", "Id": 326, + "CommandName": "Get-PnPAvailableLanguage", "Command": "Get-PnPAvailableLanguage" }, { "Rank": 1, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 327, + "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel" }, { "Rank": 2, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 328, + "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { "Rank": 3, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 329, + "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { "Rank": 1, - "CommandName": "Get-PnPAvailableSiteClassification", "Id": 330, + "CommandName": "Get-PnPAvailableSiteClassification", "Command": "Get-PnPAvailableSiteClassification" }, { "Rank": 1, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 331, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal" }, { "Rank": 2, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 332, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { "Rank": 3, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 333, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { "Rank": 4, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 334, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 335, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 336, + "CommandName": "Get-PnPAzureADActivityReportSignIn", "Command": "Get-PnPAzureADActivityReportSignIn" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADApp", "Id": 337, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADApp", "Id": 338, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Identity MyApp" }, { "Rank": 3, - "CommandName": "Get-PnPAzureADApp", "Id": 339, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 4, - "CommandName": "Get-PnPAzureADApp", "Id": 340, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADAppPermission", "Id": 341, + "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADAppPermission", "Id": 342, + "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { "Rank": 3, - "CommandName": "Get-PnPAzureADAppPermission", "Id": 343, + "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 344, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 345, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { "Rank": 3, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 346, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { "Rank": 4, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 347, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { "Rank": 5, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 348, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADGroup", "Id": 349, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADGroup", "Id": 350, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { "Rank": 3, - "CommandName": "Get-PnPAzureADGroup", "Id": 351, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { "Rank": 4, - "CommandName": "Get-PnPAzureADGroup", "Id": 352, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { "Rank": 5, - "CommandName": "Get-PnPAzureADGroup", "Id": 353, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $group" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADGroupMember", "Id": 354, + "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADGroupMember", "Id": 355, + "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADGroupOwner", "Id": 356, + "CommandName": "Get-PnPAzureADGroupOwner", "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADGroupOwner", "Id": 357, + "CommandName": "Get-PnPAzureADGroupOwner", "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 358, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 359, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { "Rank": 3, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 360, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { "Rank": 4, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 361, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { "Rank": 5, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 362, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 363, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 364, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 365, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 366, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { "Rank": 1, - "CommandName": "Get-PnPAzureADUser", "Id": 367, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser" }, { "Rank": 2, - "CommandName": "Get-PnPAzureADUser", "Id": 368, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -EndIndex 50" }, { "Rank": 3, - "CommandName": "Get-PnPAzureADUser", "Id": 369, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Rank": 4, - "CommandName": "Get-PnPAzureADUser", "Id": 370, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { "Rank": 5, - "CommandName": "Get-PnPAzureADUser", "Id": 371, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { "Rank": 6, - "CommandName": "Get-PnPAzureADUser", "Id": 372, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { "Rank": 7, - "CommandName": "Get-PnPAzureADUser", "Id": 373, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { "Rank": 8, - "CommandName": "Get-PnPAzureADUser", "Id": 374, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Delta" }, { "Rank": 9, - "CommandName": "Get-PnPAzureADUser", "Id": 375, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { "Rank": 10, - "CommandName": "Get-PnPAzureADUser", "Id": 376, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { "Rank": 1, - "CommandName": "Get-PnPAzureCertificate", "Id": 377, + "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { "Rank": 2, - "CommandName": "Get-PnPAzureCertificate", "Id": 378, + "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Rank": 3, - "CommandName": "Get-PnPAzureCertificate", "Id": 379, + "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { "Rank": 1, - "CommandName": "Get-PnPBrowserIdleSignout", "Id": 380, + "CommandName": "Get-PnPBrowserIdleSignout", "Command": "Get-PnPBrowserIdleSignout" }, { "Rank": 1, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 381, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { "Rank": 2, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 382, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { "Rank": 1, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 383, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { "Rank": 2, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 384, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { "Rank": 3, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 385, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { "Rank": 4, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 386, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 5, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 387, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { "Rank": 1, - "CommandName": "Get-PnPChangeLog", "Id": 388, + "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog" }, { "Rank": 2, - "CommandName": "Get-PnPChangeLog", "Id": 389, + "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog -Nightly" }, { "Rank": 1, - "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 390, + "CommandName": "Get-PnPCompatibleHubContentTypes", "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { "Rank": 2, - "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 391, + "CommandName": "Get-PnPCompatibleHubContentTypes", "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { "Rank": 1, - "CommandName": "Get-PnPContentType", "Id": 392, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType" }, { "Rank": 2, - "CommandName": "Get-PnPContentType", "Id": 393, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -InSiteHierarchy" }, { "Rank": 3, - "CommandName": "Get-PnPContentType", "Id": 394, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { "Rank": 4, - "CommandName": "Get-PnPContentType", "Id": 395, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -List \"Documents\"" }, { "Rank": 1, - "CommandName": "Get-PnPContentTypePublishingStatus", "Id": 396, + "CommandName": "Get-PnPContentTypePublishingStatus", "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { "Rank": 1, - "CommandName": "Get-PnPCustomAction", "Id": 397, + "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction" }, { "Rank": 2, - "CommandName": "Get-PnPCustomAction", "Id": 398, + "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 3, - "CommandName": "Get-PnPCustomAction", "Id": 399, + "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction -Scope web" }, { "Rank": 1, - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 400, + "CommandName": "Get-PnPDeletedMicrosoft365Group", "Command": "Get-PnPDeletedMicrosoft365Group" }, { "Rank": 2, - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 401, + "CommandName": "Get-PnPDeletedMicrosoft365Group", "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, - "CommandName": "Get-PnPDeletedTeam", "Id": 402, + "CommandName": "Get-PnPDeletedTeam", "Command": "Get-PnPDeletedTeam" }, { "Rank": 1, - "CommandName": "Get-PnPDiagnostics", "Id": 403, + "CommandName": "Get-PnPDiagnostics", "Command": "Get-PnPDiagnostics" }, { "Rank": 1, - "CommandName": "Get-PnPDisableSpacesActivation", "Id": 404, + "CommandName": "Get-PnPDisableSpacesActivation", "Command": "Get-PnPDisableSpacesActivation" }, { "Rank": 1, - "CommandName": "Get-PnPDocumentSetTemplate", "Id": 405, + "CommandName": "Get-PnPDocumentSetTemplate", "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { "Rank": 2, - "CommandName": "Get-PnPDocumentSetTemplate", "Id": 406, + "CommandName": "Get-PnPDocumentSetTemplate", "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { "Rank": 1, - "CommandName": "Get-PnPEventReceiver", "Id": 407, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver" }, { "Rank": 2, - "CommandName": "Get-PnPEventReceiver", "Id": 408, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 3, - "CommandName": "Get-PnPEventReceiver", "Id": 409, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { "Rank": 4, - "CommandName": "Get-PnPEventReceiver", "Id": 410, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { "Rank": 5, - "CommandName": "Get-PnPEventReceiver", "Id": 411, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 6, - "CommandName": "Get-PnPEventReceiver", "Id": 412, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { "Rank": 7, - "CommandName": "Get-PnPEventReceiver", "Id": 413, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope Site" }, { "Rank": 8, - "CommandName": "Get-PnPEventReceiver", "Id": 414, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope Web" }, { "Rank": 9, - "CommandName": "Get-PnPEventReceiver", "Id": 415, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope All" }, { "Rank": 1, - "CommandName": "Get-PnPException", "Id": 416, + "CommandName": "Get-PnPException", "Command": "Get-PnPException" }, { "Rank": 2, - "CommandName": "Get-PnPException", "Id": 417, + "CommandName": "Get-PnPException", "Command": "Get-PnPException -All" }, { "Rank": 1, - "CommandName": "Get-PnPExternalUser", "Id": 418, + "CommandName": "Get-PnPExternalUser", "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { "Rank": 2, - "CommandName": "Get-PnPExternalUser", "Id": 419, + "CommandName": "Get-PnPExternalUser", "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { "Rank": 1, - "CommandName": "Get-PnPFeature", "Id": 420, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature" }, { "Rank": 2, - "CommandName": "Get-PnPFeature", "Id": 421, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Scope Site" }, { "Rank": 3, - "CommandName": "Get-PnPFeature", "Id": 422, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 4, - "CommandName": "Get-PnPFeature", "Id": 423, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { "Rank": 1, - "CommandName": "Get-PnPField", "Id": 424, + "CommandName": "Get-PnPField", "Command": "Get-PnPField" }, { "Rank": 2, - "CommandName": "Get-PnPField", "Id": 425, + "CommandName": "Get-PnPField", "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Rank": 3, - "CommandName": "Get-PnPField", "Id": 426, + "CommandName": "Get-PnPField", "Command": "Get-PnPField -Group \"Custom Columns\"" }, { "Rank": 1, - "CommandName": "Get-PnPFile", "Id": 427, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Rank": 2, - "CommandName": "Get-PnPFile", "Id": 428, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { "Rank": 3, - "CommandName": "Get-PnPFile", "Id": 429, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { "Rank": 4, - "CommandName": "Get-PnPFile", "Id": 430, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { "Rank": 5, - "CommandName": "Get-PnPFile", "Id": 431, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { "Rank": 6, - "CommandName": "Get-PnPFile", "Id": 432, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { "Rank": 7, - "CommandName": "Get-PnPFile", "Id": 433, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { "Rank": 1, - "CommandName": "Get-PnPFileVersion", "Id": 434, + "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { "Rank": 2, - "CommandName": "Get-PnPFileVersion", "Id": 435, + "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"" }, { "Rank": 1, - "CommandName": "Get-PnPFlow", "Id": 436, + "CommandName": "Get-PnPFlow", "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, - "CommandName": "Get-PnPFolder", "Id": 437, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { "Rank": 2, - "CommandName": "Get-PnPFolder", "Id": 438, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { "Rank": 3, - "CommandName": "Get-PnPFolder", "Id": 439, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { "Rank": 1, - "CommandName": "Get-PnPFolderItem", "Id": 440, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"" }, { "Rank": 2, - "CommandName": "Get-PnPFolderItem", "Id": 441, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Rank": 3, - "CommandName": "Get-PnPFolderItem", "Id": 442, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { "Rank": 4, - "CommandName": "Get-PnPFolderItem", "Id": 443, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File" }, { "Rank": 5, - "CommandName": "Get-PnPFolderItem", "Id": 444, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { "Rank": 1, - "CommandName": "Get-PnPFolderStorageMetric", "Id": 445, + "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric" }, { "Rank": 2, - "CommandName": "Get-PnPFolderStorageMetric", "Id": 446, + "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { "Rank": 3, - "CommandName": "Get-PnPFolderStorageMetric", "Id": 447, + "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { "Rank": 1, - "CommandName": "Get-PnPFooter", "Id": 448, + "CommandName": "Get-PnPFooter", "Command": "Get-PnPFooter" }, { "Rank": 1, - "CommandName": "Get-PnPGraphAccessToken", "Id": 449, + "CommandName": "Get-PnPGraphAccessToken", "Command": "Get-PnPGraphAccessToken" }, { "Rank": 2, - "CommandName": "Get-PnPGraphAccessToken", "Id": 450, + "CommandName": "Get-PnPGraphAccessToken", "Command": "Get-PnPGraphAccessToken -Decoded" }, { "Rank": 1, - "CommandName": "Get-PnPGraphSubscription", "Id": 451, + "CommandName": "Get-PnPGraphSubscription", "Command": "Get-PnPGraphSubscription" }, { "Rank": 2, - "CommandName": "Get-PnPGraphSubscription", "Id": 452, + "CommandName": "Get-PnPGraphSubscription", "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Rank": 1, - "CommandName": "Get-PnPGroup", "Id": 453, + "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup" }, { "Rank": 2, - "CommandName": "Get-PnPGroup", "Id": 454, + "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { "Rank": 3, - "CommandName": "Get-PnPGroup", "Id": 455, + "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { "Rank": 1, - "CommandName": "Get-PnPGroupMember", "Id": 456, + "CommandName": "Get-PnPGroupMember", "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { "Rank": 2, - "CommandName": "Get-PnPGroupMember", "Id": 457, + "CommandName": "Get-PnPGroupMember", "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { "Rank": 1, - "CommandName": "Get-PnPGroupPermissions", "Id": 458, + "CommandName": "Get-PnPGroupPermissions", "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { "Rank": 1, - "CommandName": "Get-PnPHideDefaultThemes", "Id": 459, + "CommandName": "Get-PnPHideDefaultThemes", "Command": "Get-PnPHideDefaultThemes" }, { "Rank": 1, - "CommandName": "Get-PnPHomePage", "Id": 460, + "CommandName": "Get-PnPHomePage", "Command": "Get-PnPHomePage" }, { "Rank": 1, - "CommandName": "Get-PnPHomeSite", "Id": 461, + "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite" }, { "Rank": 2, - "CommandName": "Get-PnPHomeSite", "Id": 462, + "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { "Rank": 3, - "CommandName": "Get-PnPHomeSite", "Id": 463, + "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite -Detailed" }, { "Rank": 1, - "CommandName": "Get-PnPHubSite", "Id": 464, + "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite" }, { "Rank": 2, - "CommandName": "Get-PnPHubSite", "Id": 465, + "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Rank": 3, - "CommandName": "Get-PnPHubSite", "Id": 466, + "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { "Rank": 1, - "CommandName": "Get-PnPHubSiteChild", "Id": 467, + "CommandName": "Get-PnPHubSiteChild", "Command": "Get-PnPHubSiteChild" }, { "Rank": 2, - "CommandName": "Get-PnPHubSiteChild", "Id": 468, + "CommandName": "Get-PnPHubSiteChild", "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Rank": 1, - "CommandName": "Get-PnPInPlaceRecordsManagement", "Id": 469, + "CommandName": "Get-PnPInPlaceRecordsManagement", "Command": "Get-PnPInPlaceRecordsManagement" }, { "Rank": 1, - "CommandName": "Get-PnPIsSiteAliasAvailable", "Id": 470, + "CommandName": "Get-PnPIsSiteAliasAvailable", "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { "Rank": 1, - "CommandName": "Get-PnPJavaScriptLink", "Id": 471, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink" }, { "Rank": 2, - "CommandName": "Get-PnPJavaScriptLink", "Id": 472, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope All" }, { "Rank": 3, - "CommandName": "Get-PnPJavaScriptLink", "Id": 473, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope Web" }, { "Rank": 4, - "CommandName": "Get-PnPJavaScriptLink", "Id": 474, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope Site" }, { "Rank": 5, - "CommandName": "Get-PnPJavaScriptLink", "Id": 475, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Name Test" }, { "Rank": 1, - "CommandName": "Get-PnPKnowledgeHubSite", "Id": 476, + "CommandName": "Get-PnPKnowledgeHubSite", "Command": "Get-PnPKnowledgeHubSite" }, { "Rank": 1, - "CommandName": "Get-PnPLabel", "Id": 477, + "CommandName": "Get-PnPLabel", "Command": "Get-PnPLabel" }, { "Rank": 2, - "CommandName": "Get-PnPLabel", "Id": 478, + "CommandName": "Get-PnPLabel", "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly" }, { "Rank": 1, - "CommandName": "Get-PnPList", "Id": 479, + "CommandName": "Get-PnPList", "Command": "Get-PnPList" }, { "Rank": 2, - "CommandName": "Get-PnPList", "Id": 480, + "CommandName": "Get-PnPList", "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 3, - "CommandName": "Get-PnPList", "Id": 481, + "CommandName": "Get-PnPList", "Command": "Get-PnPList -Identity Lists/Announcements" }, { "Rank": 4, - "CommandName": "Get-PnPList", "Id": 482, + "CommandName": "Get-PnPList", "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { "Rank": 5, - "CommandName": "Get-PnPList", "Id": 483, + "CommandName": "Get-PnPList", "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { "Rank": 1, - "CommandName": "Get-PnPListDesign", "Id": 484, + "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign" }, { "Rank": 2, - "CommandName": "Get-PnPListDesign", "Id": 485, + "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 3, - "CommandName": "Get-PnPListDesign", "Id": 486, + "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign -Identity ListEvent" }, { "Rank": 1, - "CommandName": "Get-PnPListInformationRightsManagement", "Id": 487, + "CommandName": "Get-PnPListInformationRightsManagement", "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { "Rank": 1, - "CommandName": "Get-PnPListItem", "Id": 488, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks" }, { "Rank": 2, - "CommandName": "Get-PnPListItem", "Id": 489, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Id 1" }, { "Rank": 3, - "CommandName": "Get-PnPListItem", "Id": 490, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { "Rank": 4, - "CommandName": "Get-PnPListItem", "Id": 491, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { "Rank": 5, - "CommandName": "Get-PnPListItem", "Id": 492, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { "Rank": 6, - "CommandName": "Get-PnPListItem", "Id": 493, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { "Rank": 7, - "CommandName": "Get-PnPListItem", "Id": 494, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { "Rank": 8, - "CommandName": "Get-PnPListItem", "Id": 495, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { "Rank": 9, - "CommandName": "Get-PnPListItem", "Id": 496, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { "Rank": 1, - "CommandName": "Get-PnPListItemComment", "Id": 497, + "CommandName": "Get-PnPListItemComment", "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { "Rank": 1, - "CommandName": "Get-PnPListItemPermission", "Id": 498, + "CommandName": "Get-PnPListItemPermission", "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { "Rank": 1, - "CommandName": "Get-PnPListPermissions", "Id": 499, + "CommandName": "Get-PnPListPermissions", "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { "Rank": 2, - "CommandName": "Get-PnPListPermissions", "Id": 500, + "CommandName": "Get-PnPListPermissions", "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Rank": 1, - "CommandName": "Get-PnPListRecordDeclaration", "Id": 501, + "CommandName": "Get-PnPListRecordDeclaration", "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { "Rank": 1, - "CommandName": "Get-PnPMasterPage", "Id": 502, + "CommandName": "Get-PnPMasterPage", "Command": "Get-PnPMasterPage" }, { "Rank": 1, - "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 503, + "CommandName": "Get-PnPMessageCenterAnnouncement", "Command": "Get-PnPMessageCenterAnnouncement" }, { "Rank": 2, - "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 504, + "CommandName": "Get-PnPMessageCenterAnnouncement", "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 505, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 506, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 507, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 508, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { "Rank": 3, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 509, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { "Rank": 4, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 510, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { "Rank": 5, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 511, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { "Rank": 6, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 512, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 513, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 514, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 515, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 516, + "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 517, + "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 518, + "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 519, + "CommandName": "Get-PnPMicrosoft365GroupOwner", "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 520, + "CommandName": "Get-PnPMicrosoft365GroupOwner", "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 521, + "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 522, + "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 523, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 524, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 525, + "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 526, + "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 527, + "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 528, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 529, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 530, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, - "CommandName": "Get-PnPNavigationNode", "Id": 531, + "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode" }, { "Rank": 2, - "CommandName": "Get-PnPNavigationNode", "Id": 532, + "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { "Rank": 3, - "CommandName": "Get-PnPNavigationNode", "Id": 533, + "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { "Rank": 1, - "CommandName": "Get-PnPOrgAssetsLibrary", "Id": 534, + "CommandName": "Get-PnPOrgAssetsLibrary", "Command": "Get-PnPOrgAssetsLibrary" }, { "Rank": 1, - "CommandName": "Get-PnPOrgNewsSite", "Id": 535, + "CommandName": "Get-PnPOrgNewsSite", "Command": "Get-PnPOrgNewsSite" }, { "Rank": 1, - "CommandName": "Get-PnPPage", "Id": 536, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { "Rank": 2, - "CommandName": "Get-PnPPage", "Id": 537, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage \"MyPage\"" }, { "Rank": 3, - "CommandName": "Get-PnPPage", "Id": 538, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { "Rank": 4, - "CommandName": "Get-PnPPage", "Id": 539, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Rank": 1, - "CommandName": "Get-PnPPageComponent", "Id": 540, + "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home" }, { "Rank": 2, - "CommandName": "Get-PnPPageComponent", "Id": 541, + "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 3, - "CommandName": "Get-PnPPageComponent", "Id": 542, + "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { "Rank": 1, - "CommandName": "Get-PnPPlannerBucket", "Id": 543, + "CommandName": "Get-PnPPlannerBucket", "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Rank": 1, - "CommandName": "Get-PnPPlannerConfiguration", "Id": 544, + "CommandName": "Get-PnPPlannerConfiguration", "Command": "Get-PnPPlannerConfiguration" }, { "Rank": 1, - "CommandName": "Get-PnPPlannerPlan", "Id": 545, + "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { "Rank": 2, - "CommandName": "Get-PnPPlannerPlan", "Id": 546, + "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { "Rank": 3, - "CommandName": "Get-PnPPlannerPlan", "Id": 547, + "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { "Rank": 1, - "CommandName": "Get-PnPPlannerRosterMember", "Id": 548, + "CommandName": "Get-PnPPlannerRosterMember", "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Rank": 1, - "CommandName": "Get-PnPPlannerRosterPlan", "Id": 549, + "CommandName": "Get-PnPPlannerRosterPlan", "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { "Rank": 2, - "CommandName": "Get-PnPPlannerRosterPlan", "Id": 550, + "CommandName": "Get-PnPPlannerRosterPlan", "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Get-PnPPlannerTask", "Id": 551, + "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Rank": 2, - "CommandName": "Get-PnPPlannerTask", "Id": 552, + "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Rank": 3, - "CommandName": "Get-PnPPlannerTask", "Id": 553, + "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Rank": 1, - "CommandName": "Get-PnPPlannerUserPolicy", "Id": 554, + "CommandName": "Get-PnPPlannerUserPolicy", "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 555, + "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment" }, { "Rank": 2, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 556, + "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { "Rank": 3, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 557, + "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { "Rank": 1, - "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Id": 558, + "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Command": "Get-PnPPowerShellTelemetryEnabled" }, { "Rank": 1, - "CommandName": "Get-PnPPropertyBag", "Id": 559, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag" }, { "Rank": 2, - "CommandName": "Get-PnPPropertyBag", "Id": 560, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Key MyKey" }, { "Rank": 3, - "CommandName": "Get-PnPPropertyBag", "Id": 561, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { "Rank": 4, - "CommandName": "Get-PnPPropertyBag", "Id": 562, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { "Rank": 5, - "CommandName": "Get-PnPPropertyBag", "Id": 563, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { "Rank": 1, - "CommandName": "Get-PnPPublishingImageRendition", "Id": 564, + "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition" }, { "Rank": 2, - "CommandName": "Get-PnPPublishingImageRendition", "Id": 565, + "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { "Rank": 3, - "CommandName": "Get-PnPPublishingImageRendition", "Id": 566, + "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { "Rank": 1, - "CommandName": "Get-PnPRecycleBinItem", "Id": 567, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem" }, { "Rank": 2, - "CommandName": "Get-PnPRecycleBinItem", "Id": 568, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { "Rank": 3, - "CommandName": "Get-PnPRecycleBinItem", "Id": 569, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -FirstStage" }, { "Rank": 4, - "CommandName": "Get-PnPRecycleBinItem", "Id": 570, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -SecondStage" }, { "Rank": 5, - "CommandName": "Get-PnPRecycleBinItem", "Id": 571, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { "Rank": 1, - "CommandName": "Get-PnPRequestAccessEmails", "Id": 572, + "CommandName": "Get-PnPRequestAccessEmails", "Command": "Get-PnPRequestAccessEmails" }, { "Rank": 1, - "CommandName": "Get-PnPRoleDefinition", "Id": 573, + "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition" }, { "Rank": 2, - "CommandName": "Get-PnPRoleDefinition", "Id": 574, + "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition -Identity Read" }, { "Rank": 3, - "CommandName": "Get-PnPRoleDefinition", "Id": 575, + "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { "Rank": 1, - "CommandName": "Get-PnPSearchConfiguration", "Id": 576, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration" }, { "Rank": 2, - "CommandName": "Get-PnPSearchConfiguration", "Id": 577, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site" }, { "Rank": 3, - "CommandName": "Get-PnPSearchConfiguration", "Id": 578, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { "Rank": 4, - "CommandName": "Get-PnPSearchConfiguration", "Id": 579, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 5, - "CommandName": "Get-PnPSearchConfiguration", "Id": 580, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { "Rank": 6, - "CommandName": "Get-PnPSearchConfiguration", "Id": 581, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { "Rank": 7, - "CommandName": "Get-PnPSearchConfiguration", "Id": 582, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { "Rank": 8, - "CommandName": "Get-PnPSearchConfiguration", "Id": 583, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { "Rank": 1, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 584, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog" }, { "Rank": 2, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 585, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { "Rank": 3, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 586, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { "Rank": 4, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 587, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { "Rank": 5, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 588, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { "Rank": 6, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 589, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { "Rank": 7, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 590, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { "Rank": 1, - "CommandName": "Get-PnPSearchSettings", "Id": 591, + "CommandName": "Get-PnPSearchSettings", "Command": "Get-PnPSearchSettings" }, { "Rank": 1, - "CommandName": "Get-PnPServiceCurrentHealth", "Id": 592, + "CommandName": "Get-PnPServiceCurrentHealth", "Command": "Get-PnPServiceCurrentHealth" }, { "Rank": 2, - "CommandName": "Get-PnPServiceCurrentHealth", "Id": 593, + "CommandName": "Get-PnPServiceCurrentHealth", "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { "Rank": 1, - "CommandName": "Get-PnPServiceHealthIssue", "Id": 594, + "CommandName": "Get-PnPServiceHealthIssue", "Command": "Get-PnPServiceHealthIssue" }, { "Rank": 2, - "CommandName": "Get-PnPServiceHealthIssue", "Id": 595, + "CommandName": "Get-PnPServiceHealthIssue", "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { "Rank": 1, - "CommandName": "Get-PnPSharePointAddIn", "Id": 596, + "CommandName": "Get-PnPSharePointAddIn", "Command": "Get-PnPSharePointAddIn" }, { "Rank": 2, - "CommandName": "Get-PnPSharePointAddIn", "Id": 597, + "CommandName": "Get-PnPSharePointAddIn", "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { "Rank": 1, - "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Id": 598, + "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Command": "Get-PnPSharingForNonOwnersOfSite" }, { "Rank": 1, - "CommandName": "Get-PnPSite", "Id": 599, + "CommandName": "Get-PnPSite", "Command": "Get-PnPSite" }, { "Rank": 2, - "CommandName": "Get-PnPSite", "Id": 600, + "CommandName": "Get-PnPSite", "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { "Rank": 1, - "CommandName": "Get-PnPSiteClosure", "Id": 601, + "CommandName": "Get-PnPSiteClosure", "Command": "Get-PnPSiteClosure" }, { "Rank": 1, - "CommandName": "Get-PnPSiteCollectionAdmin", "Id": 602, + "CommandName": "Get-PnPSiteCollectionAdmin", "Command": "Get-PnPSiteCollectionAdmin" }, { "Rank": 1, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 603, + "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog" }, { "Rank": 2, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 604, + "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { "Rank": 3, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 605, + "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { "Rank": 1, - "CommandName": "Get-PnPSiteCollectionTermStore", "Id": 606, + "CommandName": "Get-PnPSiteCollectionTermStore", "Command": "Get-PnPSiteCollectionTermStore" }, { "Rank": 1, - "CommandName": "Get-PnPSiteDesign", "Id": 607, + "CommandName": "Get-PnPSiteDesign", "Command": "Get-PnPSiteDesign" }, { "Rank": 2, - "CommandName": "Get-PnPSiteDesign", "Id": 608, + "CommandName": "Get-PnPSiteDesign", "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "CommandName": "Get-PnPSiteDesignRights", "Id": 609, + "CommandName": "Get-PnPSiteDesignRights", "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "CommandName": "Get-PnPSiteDesignRun", "Id": 610, + "CommandName": "Get-PnPSiteDesignRun", "Command": "Get-PnPSiteDesignRun" }, { "Rank": 2, - "CommandName": "Get-PnPSiteDesignRun", "Id": 611, + "CommandName": "Get-PnPSiteDesignRun", "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { "Rank": 1, - "CommandName": "Get-PnPSiteDesignTask", "Id": 612, + "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Rank": 2, - "CommandName": "Get-PnPSiteDesignTask", "Id": 613, + "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask" }, { "Rank": 3, - "CommandName": "Get-PnPSiteDesignTask", "Id": 614, + "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Rank": 1, - "CommandName": "Get-PnPSiteGroup", "Id": 615, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup" }, { "Rank": 2, - "CommandName": "Get-PnPSiteGroup", "Id": 616, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Rank": 3, - "CommandName": "Get-PnPSiteGroup", "Id": 617, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { "Rank": 4, - "CommandName": "Get-PnPSiteGroup", "Id": 618, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Rank": 1, - "CommandName": "Get-PnPSitePolicy", "Id": 619, + "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy" }, { "Rank": 2, - "CommandName": "Get-PnPSitePolicy", "Id": 620, + "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy -AllAvailable" }, { "Rank": 3, - "CommandName": "Get-PnPSitePolicy", "Id": 621, + "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Rank": 1, - "CommandName": "Get-PnPSiteScript", "Id": 622, + "CommandName": "Get-PnPSiteScript", "Command": "Get-PnPSiteScript" }, { "Rank": 2, - "CommandName": "Get-PnPSiteScript", "Id": 623, + "CommandName": "Get-PnPSiteScript", "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "CommandName": "Get-PnPSiteScriptFromList", "Id": 624, + "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { "Rank": 2, - "CommandName": "Get-PnPSiteScriptFromList", "Id": 625, + "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { "Rank": 3, - "CommandName": "Get-PnPSiteScriptFromList", "Id": 626, + "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { "Rank": 1, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 627, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { "Rank": 2, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 628, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { "Rank": 3, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 629, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { "Rank": 4, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 630, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { "Rank": 5, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 631, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { "Rank": 6, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 632, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { "Rank": 1, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 633, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults" }, { "Rank": 2, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 634, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { "Rank": 3, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 635, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { "Rank": 4, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 636, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { "Rank": 5, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 637, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { "Rank": 6, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 638, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -All" }, { "Rank": 1, - "CommandName": "Get-PnPSiteSensitivityLabel", "Id": 639, + "CommandName": "Get-PnPSiteSensitivityLabel", "Command": "Get-PnPSiteSensitivityLabel" }, { "Rank": 1, - "CommandName": "Get-PnPSiteTemplate", "Id": 640, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { "Rank": 2, - "CommandName": "Get-PnPSiteTemplate", "Id": 641, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.xml" }, { "Rank": 3, - "CommandName": "Get-PnPSiteTemplate", "Id": 642, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.md" }, { "Rank": 4, - "CommandName": "Get-PnPSiteTemplate", "Id": 643, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { "Rank": 5, - "CommandName": "Get-PnPSiteTemplate", "Id": 644, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { "Rank": 6, - "CommandName": "Get-PnPSiteTemplate", "Id": 645, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { "Rank": 7, - "CommandName": "Get-PnPSiteTemplate", "Id": 646, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { "Rank": 8, - "CommandName": "Get-PnPSiteTemplate", "Id": 647, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { "Rank": 9, - "CommandName": "Get-PnPSiteTemplate", "Id": 648, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { "Rank": 10, - "CommandName": "Get-PnPSiteTemplate", "Id": 649, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { "Rank": 11, - "CommandName": "Get-PnPSiteTemplate", "Id": 650, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { "Rank": 12, - "CommandName": "Get-PnPSiteTemplate", "Id": 651, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { "Rank": 13, - "CommandName": "Get-PnPSiteTemplate", "Id": 652, + "CommandName": "Get-PnPSiteTemplate", "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": 653, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { "Rank": 1, - "CommandName": "Get-PnPSiteUserInvitations", "Id": 654, + "CommandName": "Get-PnPSiteUserInvitations", "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Rank": 1, - "CommandName": "Get-PnPStorageEntity", "Id": 655, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity" }, { "Rank": 2, - "CommandName": "Get-PnPStorageEntity", "Id": 656, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Key MyKey" }, { "Rank": 3, - "CommandName": "Get-PnPStorageEntity", "Id": 657, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Scope Site" }, { "Rank": 4, - "CommandName": "Get-PnPStorageEntity", "Id": 658, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { "Rank": 1, - "CommandName": "Get-PnPStoredCredential", "Id": 659, + "CommandName": "Get-PnPStoredCredential", "Command": "Get-PnPStoredCredential -Name O365" }, { "Rank": 1, - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Id": 660, + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 1, - "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Id": 661, + "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 1, - "CommandName": "Get-PnPSubscribeSharePointNewsDigest", "Id": 662, + "CommandName": "Get-PnPSubscribeSharePointNewsDigest", "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'" }, { "Rank": 1, - "CommandName": "Get-PnPSubWeb", "Id": 663, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb" }, { "Rank": 2, - "CommandName": "Get-PnPSubWeb", "Id": 664, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Recurse" }, { "Rank": 3, - "CommandName": "Get-PnPSubWeb", "Id": 665, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { "Rank": 4, - "CommandName": "Get-PnPSubWeb", "Id": 666, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { "Rank": 5, - "CommandName": "Get-PnPSubWeb", "Id": 667, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { "Rank": 1, - "CommandName": "Get-PnPSyntexModel", "Id": 668, + "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel" }, { "Rank": 2, - "CommandName": "Get-PnPSyntexModel", "Id": 669, + "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel -Identity 1" }, { "Rank": 3, - "CommandName": "Get-PnPSyntexModel", "Id": 670, + "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { "Rank": 1, - "CommandName": "Get-PnPSyntexModelPublication", "Id": 671, + "CommandName": "Get-PnPSyntexModelPublication", "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { "Rank": 1, - "CommandName": "Get-PnPTaxonomyItem", "Id": 672, + "CommandName": "Get-PnPTaxonomyItem", "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsApp", "Id": 673, + "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsApp", "Id": 674, + "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { "Rank": 3, - "CommandName": "Get-PnPTeamsApp", "Id": 675, + "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsChannel", "Id": 676, + "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsChannel", "Id": 677, + "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { "Rank": 3, - "CommandName": "Get-PnPTeamsChannel", "Id": 678, + "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 679, + "CommandName": "Get-PnPTeamsChannelFilesFolder", "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 680, + "CommandName": "Get-PnPTeamsChannelFilesFolder", "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsChannelMessage", "Id": 681, + "CommandName": "Get-PnPTeamsChannelMessage", "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsChannelMessage", "Id": 682, + "CommandName": "Get-PnPTeamsChannelMessage", "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 683, + "CommandName": "Get-PnPTeamsChannelMessageReply", "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 684, + "CommandName": "Get-PnPTeamsChannelMessageReply", "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 685, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 686, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { "Rank": 3, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 687, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { "Rank": 4, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 688, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 689, + "CommandName": "Get-PnPTeamsPrimaryChannel", "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 690, + "CommandName": "Get-PnPTeamsPrimaryChannel", "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsTab", "Id": 691, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsTab", "Id": 692, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { "Rank": 3, - "CommandName": "Get-PnPTeamsTab", "Id": 693, + "CommandName": "Get-PnPTeamsTab", "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": 694, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { "Rank": 5, - "CommandName": "Get-PnPTeamsTab", "Id": 695, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsTag", "Id": 696, + "CommandName": "Get-PnPTeamsTag", "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsTag", "Id": 697, + "CommandName": "Get-PnPTeamsTag", "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsTeam", "Id": 698, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsTeam", "Id": 699, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { "Rank": 3, - "CommandName": "Get-PnPTeamsTeam", "Id": 700, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { "Rank": 4, - "CommandName": "Get-PnPTeamsTeam", "Id": 701, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { "Rank": 5, - "CommandName": "Get-PnPTeamsTeam", "Id": 702, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, - "CommandName": "Get-PnPTeamsUser", "Id": 703, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam" }, { "Rank": 2, - "CommandName": "Get-PnPTeamsUser", "Id": 704, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { "Rank": 3, - "CommandName": "Get-PnPTeamsUser", "Id": 705, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { "Rank": 4, - "CommandName": "Get-PnPTeamsUser", "Id": 706, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { "Rank": 1, - "CommandName": "Get-PnPTemporarilyDisableAppBar", "Id": 707, + "CommandName": "Get-PnPTemporarilyDisableAppBar", "Command": "Get-PnPTemporarilyDisableAppBar" }, { "Rank": 1, - "CommandName": "Get-PnPTenant", "Id": 708, + "CommandName": "Get-PnPTenant", "Command": "Get-PnPTenant" }, { "Rank": 1, - "CommandName": "Get-PnPTenantAppCatalogUrl", "Id": 709, + "CommandName": "Get-PnPTenantAppCatalogUrl", "Command": "Get-PnPTenantAppCatalogUrl" }, { "Rank": 1, - "CommandName": "Get-PnPTenantCdnEnabled", "Id": 710, + "CommandName": "Get-PnPTenantCdnEnabled", "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { "Rank": 1, - "CommandName": "Get-PnPTenantCdnOrigin", "Id": 711, + "CommandName": "Get-PnPTenantCdnOrigin", "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { "Rank": 1, - "CommandName": "Get-PnPTenantCdnPolicies", "Id": 712, + "CommandName": "Get-PnPTenantCdnPolicies", "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { "Rank": 1, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 713, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite" }, { "Rank": 2, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 714, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 3, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 715, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { "Rank": 4, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 716, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { "Rank": 1, - "CommandName": "Get-PnPTenantId", "Id": 717, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId" }, { "Rank": 2, - "CommandName": "Get-PnPTenantId", "Id": 718, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId contoso" }, { "Rank": 3, - "CommandName": "Get-PnPTenantId", "Id": 719, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { "Rank": 4, - "CommandName": "Get-PnPTenantId", "Id": 720, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { "Rank": 1, - "CommandName": "Get-PnPTenantInstance", "Id": 721, + "CommandName": "Get-PnPTenantInstance", "Command": "Get-PnPTenantInstance" }, { "Rank": 1, - "CommandName": "Get-PnPTenantRecycleBinItem", "Id": 722, + "CommandName": "Get-PnPTenantRecycleBinItem", "Command": "Get-PnPTenantRecycleBinItem" }, { "Rank": 1, - "CommandName": "Get-PnPTenantSequence", "Id": 723, + "CommandName": "Get-PnPTenantSequence", "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { "Rank": 2, - "CommandName": "Get-PnPTenantSequence", "Id": 724, + "CommandName": "Get-PnPTenantSequence", "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { "Rank": 1, - "CommandName": "Get-PnPTenantSequenceSite", "Id": 725, + "CommandName": "Get-PnPTenantSequenceSite", "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { "Rank": 2, - "CommandName": "Get-PnPTenantSequenceSite", "Id": 726, + "CommandName": "Get-PnPTenantSequenceSite", "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { "Rank": 1, - "CommandName": "Get-PnPTenantSite", "Id": 727, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite" }, { "Rank": 2, - "CommandName": "Get-PnPTenantSite", "Id": 728, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Detailed" }, { "Rank": 3, - "CommandName": "Get-PnPTenantSite", "Id": 729, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { "Rank": 4, - "CommandName": "Get-PnPTenantSite", "Id": 730, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { "Rank": 5, - "CommandName": "Get-PnPTenantSite", "Id": 731, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { "Rank": 6, - "CommandName": "Get-PnPTenantSite", "Id": 732, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { "Rank": 7, - "CommandName": "Get-PnPTenantSite", "Id": 733, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { "Rank": 8, - "CommandName": "Get-PnPTenantSite", "Id": 734, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { "Rank": 9, - "CommandName": "Get-PnPTenantSite", "Id": 735, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { "Rank": 1, - "CommandName": "Get-PnPTenantSyncClientRestriction", "Id": 736, + "CommandName": "Get-PnPTenantSyncClientRestriction", "Command": "Get-PnPTenantSyncClientRestriction" }, { "Rank": 1, - "CommandName": "Get-PnPTenantTemplate", "Id": 737, + "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { "Rank": 2, - "CommandName": "Get-PnPTenantTemplate", "Id": 738, + "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { "Rank": 3, - "CommandName": "Get-PnPTenantTemplate", "Id": 739, + "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { "Rank": 1, - "CommandName": "Get-PnPTenantTheme", "Id": 740, + "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme" }, { "Rank": 2, - "CommandName": "Get-PnPTenantTheme", "Id": 741, + "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Rank": 3, - "CommandName": "Get-PnPTenantTheme", "Id": 742, + "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { "Rank": 1, - "CommandName": "Get-PnPTerm", "Id": 743, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 2, - "CommandName": "Get-PnPTerm", "Id": 744, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 3, - "CommandName": "Get-PnPTerm", "Id": 745, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 4, - "CommandName": "Get-PnPTerm", "Id": 746, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { "Rank": 5, - "CommandName": "Get-PnPTerm", "Id": 747, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { "Rank": 1, - "CommandName": "Get-PnPTermGroup", "Id": 748, + "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup" }, { "Rank": 2, - "CommandName": "Get-PnPTermGroup", "Id": 749, + "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { "Rank": 3, - "CommandName": "Get-PnPTermGroup", "Id": 750, + "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { "Rank": 1, - "CommandName": "Get-PnPTermLabel", "Id": 751, + "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { "Rank": 2, - "CommandName": "Get-PnPTermLabel", "Id": 752, + "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { "Rank": 3, - "CommandName": "Get-PnPTermLabel", "Id": 753, + "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "CommandName": "Get-PnPTermSet", "Id": 754, + "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { "Rank": 2, - "CommandName": "Get-PnPTermSet", "Id": 755, + "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 3, - "CommandName": "Get-PnPTermSet", "Id": 756, + "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { "Rank": 1, - "CommandName": "Get-PnPTheme", "Id": 757, + "CommandName": "Get-PnPTheme", "Command": "Get-PnPTheme" }, { "Rank": 2, - "CommandName": "Get-PnPTheme", "Id": 758, + "CommandName": "Get-PnPTheme", "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { "Rank": 1, - "CommandName": "Get-PnPTimeZoneId", "Id": 759, + "CommandName": "Get-PnPTimeZoneId", "Command": "Get-PnPTimeZoneId" }, { "Rank": 2, - "CommandName": "Get-PnPTimeZoneId", "Id": 760, + "CommandName": "Get-PnPTimeZoneId", "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { "Rank": 1, - "CommandName": "Get-PnPUnifiedAuditLog", "Id": 761, + "CommandName": "Get-PnPUnifiedAuditLog", "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)" }, { "Rank": 1, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 762, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus" }, { "Rank": 2, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 763, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { "Rank": 3, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 764, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -JobId " }, { "Rank": 4, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 765, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { "Rank": 1, - "CommandName": "Get-PnPUser", "Id": 766, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser" }, { "Rank": 2, - "CommandName": "Get-PnPUser", "Id": 767, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -Identity 23" }, { "Rank": 3, - "CommandName": "Get-PnPUser", "Id": 768, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { "Rank": 4, - "CommandName": "Get-PnPUser", "Id": 769, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { "Rank": 5, - "CommandName": "Get-PnPUser", "Id": 770, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssigned" }, { "Rank": 6, - "CommandName": "Get-PnPUser", "Id": 771, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { "Rank": 7, - "CommandName": "Get-PnPUser", "Id": 772, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { "Rank": 1, - "CommandName": "Get-PnPUserOneDriveQuota", "Id": 773, + "CommandName": "Get-PnPUserOneDriveQuota", "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { "Rank": 1, - "CommandName": "Get-PnPUserProfileProperty", "Id": 774, + "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { "Rank": 2, - "CommandName": "Get-PnPUserProfileProperty", "Id": 775, + "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { "Rank": 3, - "CommandName": "Get-PnPUserProfileProperty", "Id": 776, + "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { "Rank": 1, - "CommandName": "Get-PnPView", "Id": 777, + "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\"" }, { "Rank": 2, - "CommandName": "Get-PnPView", "Id": 778, + "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { "Rank": 3, - "CommandName": "Get-PnPView", "Id": 779, + "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { "Rank": 1, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 780, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Command": "Get-PnPVivaConnectionsDashboardACE" }, { "Rank": 2, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 781, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Rank": 1, - "CommandName": "Get-PnPWeb", "Id": 782, + "CommandName": "Get-PnPWeb", "Command": "Get-PnPWeb" }, { "Rank": 1, - "CommandName": "Get-PnPWebHeader", "Id": 783, + "CommandName": "Get-PnPWebHeader", "Command": "Get-PnPWebHeader" }, { "Rank": 1, - "CommandName": "Get-PnPWebhookSubscriptions", "Id": 784, + "CommandName": "Get-PnPWebhookSubscriptions", "Command": "Get-PnPWebhookSubscriptions -List MyList" }, { "Rank": 1, - "CommandName": "Get-PnPWebPart", "Id": 785, + "CommandName": "Get-PnPWebPart", "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { "Rank": 2, - "CommandName": "Get-PnPWebPart", "Id": 786, + "CommandName": "Get-PnPWebPart", "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, - "CommandName": "Get-PnPWebPartProperty", "Id": 787, + "CommandName": "Get-PnPWebPartProperty", "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { "Rank": 2, - "CommandName": "Get-PnPWebPartProperty", "Id": 788, + "CommandName": "Get-PnPWebPartProperty", "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { "Rank": 1, - "CommandName": "Get-PnPWebPartXml", "Id": 789, + "CommandName": "Get-PnPWebPartXml", "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, - "CommandName": "Get-PnPWebTemplates", "Id": 790, + "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates" }, { "Rank": 2, - "CommandName": "Get-PnPWebTemplates", "Id": 791, + "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates -LCID 1033" }, { "Rank": 3, - "CommandName": "Get-PnPWebTemplates", "Id": 792, + "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { "Rank": 1, - "CommandName": "Get-PnPWikiPageContent", "Id": 793, + "CommandName": "Get-PnPWikiPageContent", "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { "Rank": 1, - "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 794, + "CommandName": "Grant-PnPAzureADAppSitePermission", "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { "Rank": 2, - "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 795, + "CommandName": "Grant-PnPAzureADAppSitePermission", "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Write -Site https://contoso.sharepoint.com/sites/projects" }, { "Rank": 1, - "CommandName": "Grant-PnPHubSiteRights", "Id": 796, + "CommandName": "Grant-PnPHubSiteRights", "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "CommandName": "Grant-PnPSiteDesignRights", "Id": 797, + "CommandName": "Grant-PnPSiteDesignRights", "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Id": 798, + "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Rank": 1, - "CommandName": "Import-PnPTaxonomy", "Id": 799, + "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { "Rank": 2, - "CommandName": "Import-PnPTaxonomy", "Id": 800, + "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { "Rank": 3, - "CommandName": "Import-PnPTaxonomy", "Id": 801, + "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { "Rank": 1, - "CommandName": "Import-PnPTermGroupFromXml", "Id": 802, + "CommandName": "Import-PnPTermGroupFromXml", "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { "Rank": 2, - "CommandName": "Import-PnPTermGroupFromXml", "Id": 803, + "CommandName": "Import-PnPTermGroupFromXml", "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { "Rank": 1, - "CommandName": "Import-PnPTermSet", "Id": 804, + "CommandName": "Import-PnPTermSet", "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { "Rank": 2, - "CommandName": "Import-PnPTermSet", "Id": 805, + "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": 3, - "CommandName": "Import-PnPTermSet", "Id": 806, + "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": 1, - "CommandName": "Install-PnPApp", "Id": 807, + "CommandName": "Install-PnPApp", "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "CommandName": "Install-PnPApp", "Id": 808, + "CommandName": "Install-PnPApp", "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "CommandName": "Invoke-PnPGraphMethod", "Id": 809, + "CommandName": "Invoke-PnPGraphMethod", "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": 810, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { "Rank": 3, - "CommandName": "Invoke-PnPGraphMethod", "Id": 811, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { "Rank": 4, - "CommandName": "Invoke-PnPGraphMethod", "Id": 812, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual" }, { "Rank": 5, - "CommandName": "Invoke-PnPGraphMethod", "Id": 813, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"" }, { "Rank": 1, - "CommandName": "Invoke-PnPListDesign", "Id": 814, + "CommandName": "Invoke-PnPListDesign", "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 2, - "CommandName": "Invoke-PnPListDesign", "Id": 815, + "CommandName": "Invoke-PnPListDesign", "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Rank": 1, - "CommandName": "Invoke-PnPQuery", "Id": 816, + "CommandName": "Invoke-PnPQuery", "Command": "Invoke-PnPQuery -RetryCount 5" }, { "Rank": 1, - "CommandName": "Invoke-PnPSiteDesign", "Id": 817, + "CommandName": "Invoke-PnPSiteDesign", "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 2, - "CommandName": "Invoke-PnPSiteDesign", "Id": 818, + "CommandName": "Invoke-PnPSiteDesign", "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Rank": 1, - "CommandName": "Invoke-PnPSiteScript", "Id": 819, + "CommandName": "Invoke-PnPSiteScript", "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { "Rank": 1, - "CommandName": "Invoke-PnPSiteSwap", "Id": 820, + "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": 2, - "CommandName": "Invoke-PnPSiteSwap", "Id": 821, + "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": 3, - "CommandName": "Invoke-PnPSiteSwap", "Id": 822, + "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": 1, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 823, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { "Rank": 2, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 824, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { "Rank": 3, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 825, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Rank": 4, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 826, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { "Rank": 5, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 827, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { "Rank": 6, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 828, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { "Rank": 7, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 829, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template" }, { "Rank": 8, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 830, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { "Rank": 1, - "CommandName": "Invoke-PnPTenantTemplate", "Id": 831, + "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { "Rank": 2, - "CommandName": "Invoke-PnPTenantTemplate", "Id": 832, + "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { "Rank": 3, - "CommandName": "Invoke-PnPTenantTemplate", "Id": 833, + "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Rank": 1, - "CommandName": "Invoke-PnPWebAction", "Id": 834, + "CommandName": "Invoke-PnPWebAction", "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { "Rank": 2, - "CommandName": "Invoke-PnPWebAction", "Id": 835, + "CommandName": "Invoke-PnPWebAction", "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { "Rank": 1, - "CommandName": "Measure-PnPList", "Id": 836, + "CommandName": "Measure-PnPList", "Command": "Measure-PnPList \"Documents\"" }, { "Rank": 2, - "CommandName": "Measure-PnPList", "Id": 837, + "CommandName": "Measure-PnPList", "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { "Rank": 1, - "CommandName": "Measure-PnPWeb", "Id": 838, + "CommandName": "Measure-PnPWeb", "Command": "Measure-PnPWeb" }, { "Rank": 2, - "CommandName": "Measure-PnPWeb", "Id": 839, + "CommandName": "Measure-PnPWeb", "Command": "Measure-PnPWeb $web -Recursive" }, { "Rank": 1, - "CommandName": "Move-PnPFile", "Id": 840, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { "Rank": 2, - "CommandName": "Move-PnPFile", "Id": 841, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { "Rank": 3, - "CommandName": "Move-PnPFile", "Id": 842, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Rank": 4, - "CommandName": "Move-PnPFile", "Id": 843, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Rank": 1, - "CommandName": "Move-PnPFolder", "Id": 844, + "CommandName": "Move-PnPFolder", "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { "Rank": 2, - "CommandName": "Move-PnPFolder", "Id": 845, + "CommandName": "Move-PnPFolder", "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { "Rank": 1, - "CommandName": "Move-PnPListItemToRecycleBin", "Id": 846, + "CommandName": "Move-PnPListItemToRecycleBin", "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { "Rank": 1, - "CommandName": "Move-PnPPageComponent", "Id": 847, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { "Rank": 2, - "CommandName": "Move-PnPPageComponent", "Id": 848, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { "Rank": 3, - "CommandName": "Move-PnPPageComponent", "Id": 849, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { "Rank": 4, - "CommandName": "Move-PnPPageComponent", "Id": 850, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { "Rank": 1, - "CommandName": "Move-PnpRecycleBinItem", "Id": 851, + "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem" }, { "Rank": 2, - "CommandName": "Move-PnpRecycleBinItem", "Id": 852, + "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { "Rank": 3, - "CommandName": "Move-PnpRecycleBinItem", "Id": 853, + "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem -Force" }, { "Rank": 1, - "CommandName": "New-PnPAzureADGroup", "Id": 854, + "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Rank": 2, - "CommandName": "New-PnPAzureADGroup", "Id": 855, + "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { "Rank": 3, - "CommandName": "New-PnPAzureADGroup", "Id": 856, + "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { "Rank": 1, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 857, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { "Rank": 2, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 858, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { "Rank": 3, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 859, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { "Rank": 1, - "CommandName": "New-PnPAzureCertificate", "Id": 860, + "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { "Rank": 2, - "CommandName": "New-PnPAzureCertificate", "Id": 861, + "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { "Rank": 3, - "CommandName": "New-PnPAzureCertificate", "Id": 862, + "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { "Rank": 1, - "CommandName": "New-PnPGraphSubscription", "Id": 863, + "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": 2, - "CommandName": "New-PnPGraphSubscription", "Id": 864, + "CommandName": "New-PnPGraphSubscription", "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": 865, + "CommandName": "New-PnPGroup", "Command": "New-PnPGroup -Title \"My Site Users\"" }, { "Rank": 1, - "CommandName": "New-PnPList", "Id": 866, + "CommandName": "New-PnPList", "Command": "New-PnPList -Title Announcements -Template Announcements" }, { "Rank": 2, - "CommandName": "New-PnPList", "Id": 867, + "CommandName": "New-PnPList", "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { "Rank": 3, - "CommandName": "New-PnPList", "Id": 868, + "CommandName": "New-PnPList", "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { "Rank": 1, - "CommandName": "New-PnPMicrosoft365Group", "Id": 869, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Rank": 2, - "CommandName": "New-PnPMicrosoft365Group", "Id": 870, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { "Rank": 3, - "CommandName": "New-PnPMicrosoft365Group", "Id": 871, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { "Rank": 4, - "CommandName": "New-PnPMicrosoft365Group", "Id": 872, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { "Rank": 5, - "CommandName": "New-PnPMicrosoft365Group", "Id": 873, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Rank": 6, - "CommandName": "New-PnPMicrosoft365Group", "Id": 874, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Rank": 1, - "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 875, + "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": 2, - "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 876, + "CommandName": "New-PnPMicrosoft365GroupSettings", "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { "Rank": 1, - "CommandName": "New-PnPPersonalSite", "Id": 877, + "CommandName": "New-PnPPersonalSite", "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { "Rank": 1, - "CommandName": "New-PnPPlannerPlan", "Id": 878, + "CommandName": "New-PnPPlannerPlan", "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { "Rank": 1, - "CommandName": "New-PnPSdnProvider", "Id": 879, + "CommandName": "New-PnPSdnProvider", "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { "Rank": 1, - "CommandName": "New-PnPSite", "Id": 880, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Rank": 2, - "CommandName": "New-PnPSite", "Id": 881, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { "Rank": 3, - "CommandName": "New-PnPSite", "Id": 882, + "CommandName": "New-PnPSite", "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": 883, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Rank": 5, - "CommandName": "New-PnPSite", "Id": 884, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Rank": 6, - "CommandName": "New-PnPSite", "Id": 885, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Rank": 7, - "CommandName": "New-PnPSite", "Id": 886, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { "Rank": 8, - "CommandName": "New-PnPSite", "Id": 887, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { "Rank": 9, - "CommandName": "New-PnPSite", "Id": 888, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { "Rank": 10, - "CommandName": "New-PnPSite", "Id": 889, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { "Rank": 11, - "CommandName": "New-PnPSite", "Id": 890, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Rank": 12, - "CommandName": "New-PnPSite", "Id": 891, + "CommandName": "New-PnPSite", "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": 892, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Rank": 14, - "CommandName": "New-PnPSite", "Id": 893, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Rank": 15, - "CommandName": "New-PnPSite", "Id": 894, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Rank": 16, - "CommandName": "New-PnPSite", "Id": 895, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { "Rank": 1, - "CommandName": "New-PnPSiteCollectionTermStore", "Id": 896, + "CommandName": "New-PnPSiteCollectionTermStore", "Command": "New-PnPSiteCollectionTermStore" }, { "Rank": 1, - "CommandName": "New-PnPSiteGroup", "Id": 897, + "CommandName": "New-PnPSiteGroup", "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { "Rank": 2, - "CommandName": "New-PnPSiteGroup", "Id": 898, + "CommandName": "New-PnPSiteGroup", "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { "Rank": 1, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 899, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { "Rank": 2, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 900, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { "Rank": 3, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 901, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { "Rank": 4, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 902, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { "Rank": 5, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 903, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { "Rank": 6, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 904, + "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": 7, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 905, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { "Rank": 8, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 906, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { "Rank": 1, - "CommandName": "New-PnPTeamsApp", "Id": 907, + "CommandName": "New-PnPTeamsApp", "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { "Rank": 1, - "CommandName": "New-PnPTeamsTeam", "Id": 908, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { "Rank": 2, - "CommandName": "New-PnPTeamsTeam", "Id": 909, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { "Rank": 3, - "CommandName": "New-PnPTeamsTeam", "Id": 910, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { "Rank": 4, - "CommandName": "New-PnPTeamsTeam", "Id": 911, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Rank": 5, - "CommandName": "New-PnPTeamsTeam", "Id": 912, + "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": 6, - "CommandName": "New-PnPTeamsTeam", "Id": 913, + "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": 1, - "CommandName": "New-PnPTenantSite", "Id": 914, + "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": 2, - "CommandName": "New-PnPTenantSite", "Id": 915, + "CommandName": "New-PnPTenantSite", "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Rank": 1, - "CommandName": "New-PnPTerm", "Id": 916, + "CommandName": "New-PnPTerm", "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { "Rank": 2, - "CommandName": "New-PnPTerm", "Id": 917, + "CommandName": "New-PnPTerm", "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 1, - "CommandName": "New-PnPTermGroup", "Id": 918, + "CommandName": "New-PnPTermGroup", "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { "Rank": 1, - "CommandName": "New-PnPTermLabel", "Id": 919, + "CommandName": "New-PnPTermLabel", "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { "Rank": 1, - "CommandName": "New-PnPTermSet", "Id": 920, + "CommandName": "New-PnPTermSet", "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "CommandName": "New-PnPUPABulkImportJob", "Id": 921, + "CommandName": "New-PnPUPABulkImportJob", "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { "Rank": 2, - "CommandName": "New-PnPUPABulkImportJob", "Id": 922, + "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": 1, - "CommandName": "New-PnPUser", "Id": 923, + "CommandName": "New-PnPUser", "Command": "New-PnPUser -LoginName user@company.com" }, { "Rank": 1, - "CommandName": "New-PnPWeb", "Id": 924, + "CommandName": "New-PnPWeb", "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": 925, + "CommandName": "Publish-PnPApp", "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 2, - "CommandName": "Publish-PnPApp", "Id": 926, + "CommandName": "Publish-PnPApp", "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { "Rank": 1, - "CommandName": "Publish-PnPCompanyApp", "Id": 927, + "CommandName": "Publish-PnPCompanyApp", "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon" }, { "Rank": 1, - "CommandName": "Publish-PnPContentType", "Id": 928, + "CommandName": "Publish-PnPContentType", "Command": "Publish-PnPContentType -ContentType 0x0101" }, { "Rank": 1, - "CommandName": "Publish-PnPSyntexModel", "Id": 929, + "CommandName": "Publish-PnPSyntexModel", "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Rank": 2, - "CommandName": "Publish-PnPSyntexModel", "Id": 930, + "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": 1, - "CommandName": "Read-PnPSiteTemplate", "Id": 931, + "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { "Rank": 2, - "CommandName": "Read-PnPSiteTemplate", "Id": 932, + "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { "Rank": 3, - "CommandName": "Read-PnPSiteTemplate", "Id": 933, + "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Xml $xml" }, { "Rank": 1, - "CommandName": "Read-PnPTenantTemplate", "Id": 934, + "CommandName": "Read-PnPTenantTemplate", "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { "Rank": 1, - "CommandName": "Register-PnPAppCatalogSite", "Id": 935, + "CommandName": "Register-PnPAppCatalogSite", "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { "Rank": 1, - "CommandName": "Register-PnPHubSite", "Id": 936, + "CommandName": "Register-PnPHubSite", "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Rank": 2, - "CommandName": "Register-PnPHubSite", "Id": 937, + "CommandName": "Register-PnPHubSite", "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { "Rank": 1, - "CommandName": "Register-PnPManagementShellAccess", "Id": 938, + "CommandName": "Register-PnPManagementShellAccess", "Command": "Register-PnPManagementShellAccess" }, { "Rank": 2, - "CommandName": "Register-PnPManagementShellAccess", "Id": 939, + "CommandName": "Register-PnPManagementShellAccess", "Command": "Register-PnPManagementShellAccess -ShowConsentUrl" }, { "Rank": 3, - "CommandName": "Register-PnPManagementShellAccess", "Id": 940, + "CommandName": "Register-PnPManagementShellAccess", "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com" }, { "Rank": 1, - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 941, + "CommandName": "Remove-PnPAdaptiveScopeProperty", "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { "Rank": 2, - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 942, + "CommandName": "Remove-PnPAdaptiveScopeProperty", "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPAlert", "Id": 943, + "CommandName": "Remove-PnPAlert", "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { "Rank": 2, - "CommandName": "Remove-PnPAlert", "Id": 944, + "CommandName": "Remove-PnPAlert", "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Remove-PnPApp", "Id": 945, + "CommandName": "Remove-PnPApp", "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "CommandName": "Remove-PnPApp", "Id": 946, + "CommandName": "Remove-PnPApp", "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "CommandName": "Remove-PnPApplicationCustomizer", "Id": 947, + "CommandName": "Remove-PnPApplicationCustomizer", "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, - "CommandName": "Remove-PnPApplicationCustomizer", "Id": 948, + "CommandName": "Remove-PnPApplicationCustomizer", "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Rank": 1, - "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 949, + "CommandName": "Remove-PnPAvailableSiteClassification", "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { "Rank": 2, - "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 950, + "CommandName": "Remove-PnPAvailableSiteClassification", "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Rank": 1, - "CommandName": "Remove-PnPAzureADApp", "Id": 951, + "CommandName": "Remove-PnPAzureADApp", "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { "Rank": 2, - "CommandName": "Remove-PnPAzureADApp", "Id": 952, + "CommandName": "Remove-PnPAzureADApp", "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 1, - "CommandName": "Remove-PnPAzureADGroup", "Id": 953, + "CommandName": "Remove-PnPAzureADGroup", "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { "Rank": 2, - "CommandName": "Remove-PnPAzureADGroup", "Id": 954, + "CommandName": "Remove-PnPAzureADGroup", "Command": "Remove-PnPAzureADGroup -Identity $group" }, { "Rank": 1, - "CommandName": "Remove-PnPAzureADGroupMember", "Id": 955, + "CommandName": "Remove-PnPAzureADGroupMember", "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Remove-PnPAzureADGroupOwner", "Id": 956, + "CommandName": "Remove-PnPAzureADGroupOwner", "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 957, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { "Rank": 2, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 958, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { "Rank": 3, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 959, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 4, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 960, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Rank": 1, - "CommandName": "Remove-PnPContentType", "Id": 961, + "CommandName": "Remove-PnPContentType", "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { "Rank": 2, - "CommandName": "Remove-PnPContentType", "Id": 962, + "CommandName": "Remove-PnPContentType", "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 963, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Rank": 2, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 964, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Rank": 1, - "CommandName": "Remove-PnPContentTypeFromList", "Id": 965, + "CommandName": "Remove-PnPContentTypeFromList", "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { "Rank": 1, - "CommandName": "Remove-PnPCustomAction", "Id": 966, + "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, - "CommandName": "Remove-PnPCustomAction", "Id": 967, + "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Rank": 3, - "CommandName": "Remove-PnPCustomAction", "Id": 968, + "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Id": 969, + "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, - "CommandName": "Remove-PnPEventReceiver", "Id": 970, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 2, - "CommandName": "Remove-PnPEventReceiver", "Id": 971, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 3, - "CommandName": "Remove-PnPEventReceiver", "Id": 972, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { "Rank": 4, - "CommandName": "Remove-PnPEventReceiver", "Id": 973, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList" }, { "Rank": 5, - "CommandName": "Remove-PnPEventReceiver", "Id": 974, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver" }, { "Rank": 6, - "CommandName": "Remove-PnPEventReceiver", "Id": 975, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope Site" }, { "Rank": 7, - "CommandName": "Remove-PnPEventReceiver", "Id": 976, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope Web" }, { "Rank": 8, - "CommandName": "Remove-PnPEventReceiver", "Id": 977, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope All" }, { "Rank": 1, - "CommandName": "Remove-PnPField", "Id": 978, + "CommandName": "Remove-PnPField", "Command": "Remove-PnPField -Identity \"Speakers\"" }, { "Rank": 2, - "CommandName": "Remove-PnPField", "Id": 979, + "CommandName": "Remove-PnPField", "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Rank": 1, - "CommandName": "Remove-PnPFieldFromContentType", "Id": 980, + "CommandName": "Remove-PnPFieldFromContentType", "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Rank": 2, - "CommandName": "Remove-PnPFieldFromContentType", "Id": 981, + "CommandName": "Remove-PnPFieldFromContentType", "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { "Rank": 1, - "CommandName": "Remove-PnPFile", "Id": 982, + "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { "Rank": 2, - "CommandName": "Remove-PnPFile", "Id": 983, + "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { "Rank": 3, - "CommandName": "Remove-PnPFile", "Id": 984, + "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { "Rank": 1, - "CommandName": "Remove-PnPFileFromSiteTemplate", "Id": 985, + "CommandName": "Remove-PnPFileFromSiteTemplate", "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { "Rank": 1, - "CommandName": "Remove-PnPFileVersion", "Id": 986, + "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Rank": 2, - "CommandName": "Remove-PnPFileVersion", "Id": 987, + "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Rank": 3, - "CommandName": "Remove-PnPFileVersion", "Id": 988, + "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { "Rank": 1, - "CommandName": "Remove-PnPFolder", "Id": 989, + "CommandName": "Remove-PnPFolder", "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Rank": 2, - "CommandName": "Remove-PnPFolder", "Id": 990, + "CommandName": "Remove-PnPFolder", "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { "Rank": 1, - "CommandName": "Remove-PnPGraphSubscription", "Id": 991, + "CommandName": "Remove-PnPGraphSubscription", "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { "Rank": 1, - "CommandName": "Remove-PnPGroup", "Id": 992, + "CommandName": "Remove-PnPGroup", "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { "Rank": 1, - "CommandName": "Remove-PnPGroupMember", "Id": 993, + "CommandName": "Remove-PnPGroupMember", "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Rank": 1, - "CommandName": "Remove-PnPHomeSite", "Id": 994, + "CommandName": "Remove-PnPHomeSite", "Command": "Remove-PnPHomeSite" }, { "Rank": 1, - "CommandName": "Remove-PnPHubSiteAssociation", "Id": 995, + "CommandName": "Remove-PnPHubSiteAssociation", "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Rank": 1, - "CommandName": "Remove-PnPHubToHubAssociation", "Id": 996, + "CommandName": "Remove-PnPHubToHubAssociation", "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { "Rank": 2, - "CommandName": "Remove-PnPHubToHubAssociation", "Id": 997, + "CommandName": "Remove-PnPHubToHubAssociation", "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { "Rank": 1, - "CommandName": "Remove-PnPIndexedProperty", "Id": 998, + "CommandName": "Remove-PnPIndexedProperty", "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { "Rank": 1, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 999, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { "Rank": 2, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1000, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { "Rank": 3, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1001, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { "Rank": 4, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1002, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { "Rank": 5, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1003, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { "Rank": 1, - "CommandName": "Remove-PnPKnowledgeHubSite", "Id": 1004, + "CommandName": "Remove-PnPKnowledgeHubSite", "Command": "Remove-PnPKnowledgeHubSite" }, { "Rank": 1, - "CommandName": "Remove-PnPList", "Id": 1005, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements" }, { "Rank": 2, - "CommandName": "Remove-PnPList", "Id": 1006, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Force" }, { "Rank": 3, - "CommandName": "Remove-PnPList", "Id": 1007, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { "Rank": 4, - "CommandName": "Remove-PnPList", "Id": 1008, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { "Rank": 1, - "CommandName": "Remove-PnPListDesign", "Id": 1009, + "CommandName": "Remove-PnPListDesign", "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "CommandName": "Remove-PnPListItem", "Id": 1010, + "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { "Rank": 2, - "CommandName": "Remove-PnPListItem", "Id": 1011, + "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { "Rank": 3, - "CommandName": "Remove-PnPListItem", "Id": 1012, + "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\"" }, { "Rank": 1, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1013, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { "Rank": 2, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1014, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { "Rank": 3, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1015, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { "Rank": 4, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1016, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { "Rank": 5, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1017, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1018, + "CommandName": "Remove-PnPMicrosoft365Group", "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { "Rank": 2, - "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1019, + "CommandName": "Remove-PnPMicrosoft365Group", "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365GroupMember", "Id": 1020, + "CommandName": "Remove-PnPMicrosoft365GroupMember", "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Id": 1021, + "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1022, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { "Rank": 2, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1023, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { "Rank": 1, - "CommandName": "Remove-PnPNavigationNode", "Id": 1024, + "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Identity 1032" }, { "Rank": 2, - "CommandName": "Remove-PnPNavigationNode", "Id": 1025, + "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { "Rank": 3, - "CommandName": "Remove-PnPNavigationNode", "Id": 1026, + "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1027, + "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { "Rank": 2, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1028, + "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { "Rank": 3, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1029, + "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { "Rank": 1, - "CommandName": "Remove-PnPOrgNewsSite", "Id": 1030, + "CommandName": "Remove-PnPOrgNewsSite", "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Rank": 1, - "CommandName": "Remove-PnPPage", "Id": 1031, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { "Rank": 2, - "CommandName": "Remove-PnPPage", "Id": 1032, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { "Rank": 3, - "CommandName": "Remove-PnPPage", "Id": 1033, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage $page" }, { "Rank": 4, - "CommandName": "Remove-PnPPage", "Id": 1034, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { "Rank": 1, - "CommandName": "Remove-PnPPageComponent", "Id": 1035, + "CommandName": "Remove-PnPPageComponent", "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, - "CommandName": "Remove-PnPPlannerBucket", "Id": 1036, + "CommandName": "Remove-PnPPlannerBucket", "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { "Rank": 1, - "CommandName": "Remove-PnPPlannerPlan", "Id": 1037, + "CommandName": "Remove-PnPPlannerPlan", "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { "Rank": 1, - "CommandName": "Remove-PnPPlannerRoster", "Id": 1038, + "CommandName": "Remove-PnPPlannerRoster", "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Rank": 1, - "CommandName": "Remove-PnPPlannerRosterMember", "Id": 1039, + "CommandName": "Remove-PnPPlannerRosterMember", "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Remove-PnPPlannerTask", "Id": 1040, + "CommandName": "Remove-PnPPlannerTask", "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { "Rank": 1, - "CommandName": "Remove-PnPPropertyBagValue", "Id": 1041, + "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { "Rank": 2, - "CommandName": "Remove-PnPPropertyBagValue", "Id": 1042, + "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { "Rank": 3, - "CommandName": "Remove-PnPPropertyBagValue", "Id": 1043, + "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { "Rank": 1, - "CommandName": "Remove-PnPPublishingImageRendition", "Id": 1044, + "CommandName": "Remove-PnPPublishingImageRendition", "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Rank": 1, - "CommandName": "Remove-PnPRoleDefinition", "Id": 1045, + "CommandName": "Remove-PnPRoleDefinition", "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { "Rank": 1, - "CommandName": "Remove-PnPSdnProvider", "Id": 1046, + "CommandName": "Remove-PnPSdnProvider", "Command": "Remove-PnPSdnProvider -Confirm:false" }, { "Rank": 1, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1047, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { "Rank": 2, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1048, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Rank": 3, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1049, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Rank": 4, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1050, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1051, + "CommandName": "Remove-PnPSiteCollectionAdmin", "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 2, - "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1052, + "CommandName": "Remove-PnPSiteCollectionAdmin", "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Id": 1053, + "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteCollectionTermStore", "Id": 1054, + "CommandName": "Remove-PnPSiteCollectionTermStore", "Command": "Remove-PnPSiteCollectionTermStore" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteDesign", "Id": 1055, + "CommandName": "Remove-PnPSiteDesign", "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteDesignTask", "Id": 1056, + "CommandName": "Remove-PnPSiteDesignTask", "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteGroup", "Id": 1057, + "CommandName": "Remove-PnPSiteGroup", "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, - "CommandName": "Remove-PnPSiteGroup", "Id": 1058, + "CommandName": "Remove-PnPSiteGroup", "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteScript", "Id": 1059, + "CommandName": "Remove-PnPSiteScript", "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, - "CommandName": "Remove-PnPSiteUserInvitations", "Id": 1060, + "CommandName": "Remove-PnPSiteUserInvitations", "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Rank": 1, - "CommandName": "Remove-PnPStorageEntity", "Id": 1061, + "CommandName": "Remove-PnPStorageEntity", "Command": "Remove-PnPStorageEntity -Key MyKey" }, { "Rank": 2, - "CommandName": "Remove-PnPStorageEntity", "Id": 1062, + "CommandName": "Remove-PnPStorageEntity", "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { "Rank": 1, - "CommandName": "Remove-PnPStoredCredential", "Id": 1063, + "CommandName": "Remove-PnPStoredCredential", "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { "Rank": 1, - "CommandName": "Remove-PnPTaxonomyItem", "Id": 1064, + "CommandName": "Remove-PnPTaxonomyItem", "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { "Rank": 2, - "CommandName": "Remove-PnPTaxonomyItem", "Id": 1065, + "CommandName": "Remove-PnPTaxonomyItem", "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPTeamsApp", "Id": 1066, + "CommandName": "Remove-PnPTeamsApp", "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { "Rank": 2, - "CommandName": "Remove-PnPTeamsApp", "Id": 1067, + "CommandName": "Remove-PnPTeamsApp", "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { "Rank": 1, - "CommandName": "Remove-PnPTeamsChannel", "Id": 1068, + "CommandName": "Remove-PnPTeamsChannel", "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"" }, { "Rank": 1, - "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1069, + "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { "Rank": 2, - "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1070, + "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 3, - "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1071, + "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPTeamsTab", "Id": 1072, + "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { "Rank": 2, - "CommandName": "Remove-PnPTeamsTab", "Id": 1073, + "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { "Rank": 3, - "CommandName": "Remove-PnPTeamsTab", "Id": 1074, + "CommandName": "Remove-PnPTeamsTab", "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": 1075, + "CommandName": "Remove-PnPTeamsTag", "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Rank": 1, - "CommandName": "Remove-PnPTeamsTeam", "Id": 1076, + "CommandName": "Remove-PnPTeamsTeam", "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Rank": 2, - "CommandName": "Remove-PnPTeamsTeam", "Id": 1077, + "CommandName": "Remove-PnPTeamsTeam", "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { "Rank": 1, - "CommandName": "Remove-PnPTeamsUser", "Id": 1078, + "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { "Rank": 2, - "CommandName": "Remove-PnPTeamsUser", "Id": 1079, + "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 1, - "CommandName": "Remove-PnPTenantCdnOrigin", "Id": 1080, + "CommandName": "Remove-PnPTenantCdnOrigin", "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Rank": 1, - "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1081, + "CommandName": "Remove-PnPTenantDeletedSite", "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1082, + "CommandName": "Remove-PnPTenantDeletedSite", "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPTenantSite", "Id": 1083, + "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "CommandName": "Remove-PnPTenantSite", "Id": 1084, + "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { "Rank": 3, - "CommandName": "Remove-PnPTenantSite", "Id": 1085, + "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { "Rank": 1, - "CommandName": "Remove-PnPTenantSyncClientRestriction", "Id": 1086, + "CommandName": "Remove-PnPTenantSyncClientRestriction", "Command": "Remove-PnPTenantSyncClientRestriction" }, { "Rank": 1, - "CommandName": "Remove-PnPTenantTheme", "Id": 1087, + "CommandName": "Remove-PnPTenantTheme", "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Rank": 1, - "CommandName": "Remove-PnPTerm", "Id": 1088, + "CommandName": "Remove-PnPTerm", "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Rank": 2, - "CommandName": "Remove-PnPTerm", "Id": 1089, + "CommandName": "Remove-PnPTerm", "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "CommandName": "Remove-PnPTermGroup", "Id": 1090, + "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Rank": 2, - "CommandName": "Remove-PnPTermGroup", "Id": 1091, + "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { "Rank": 3, - "CommandName": "Remove-PnPTermGroup", "Id": 1092, + "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { "Rank": 1, - "CommandName": "Remove-PnPTermLabel", "Id": 1093, + "CommandName": "Remove-PnPTermLabel", "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { "Rank": 2, - "CommandName": "Remove-PnPTermLabel", "Id": 1094, + "CommandName": "Remove-PnPTermLabel", "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, - "CommandName": "Remove-PnPUser", "Id": 1095, + "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity 23" }, { "Rank": 2, - "CommandName": "Remove-PnPUser", "Id": 1096, + "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { "Rank": 3, - "CommandName": "Remove-PnPUser", "Id": 1097, + "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Confirm:$false" }, { "Rank": 1, - "CommandName": "Remove-PnPUserInfo", "Id": 1098, + "CommandName": "Remove-PnPUserInfo", "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Rank": 1, - "CommandName": "Remove-PnPUserProfile", "Id": 1099, + "CommandName": "Remove-PnPUserProfile", "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { "Rank": 1, - "CommandName": "Remove-PnPView", "Id": 1100, + "CommandName": "Remove-PnPView", "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { "Rank": 1, - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Id": 1101, + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Rank": 1, - "CommandName": "Remove-PnPWeb", "Id": 1102, + "CommandName": "Remove-PnPWeb", "Command": "Remove-PnPWeb -Identity projectA" }, { "Rank": 2, - "CommandName": "Remove-PnPWeb", "Id": 1103, + "CommandName": "Remove-PnPWeb", "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { "Rank": 1, - "CommandName": "Remove-PnPWebhookSubscription", "Id": 1104, + "CommandName": "Remove-PnPWebhookSubscription", "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { "Rank": 1, - "CommandName": "Remove-PnPWebPart", "Id": 1105, + "CommandName": "Remove-PnPWebPart", "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 2, - "CommandName": "Remove-PnPWebPart", "Id": 1106, + "CommandName": "Remove-PnPWebPart", "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { "Rank": 1, - "CommandName": "Remove-PnPWikiPage", "Id": 1107, + "CommandName": "Remove-PnPWikiPage", "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { "Rank": 1, - "CommandName": "Rename-PnPFile", "Id": 1108, + "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { "Rank": 2, - "CommandName": "Rename-PnPFile", "Id": 1109, + "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { "Rank": 3, - "CommandName": "Rename-PnPFile", "Id": 1110, + "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { "Rank": 1, - "CommandName": "Rename-PnPFolder", "Id": 1111, + "CommandName": "Rename-PnPFolder", "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { "Rank": 1, - "CommandName": "Repair-PnPSite", "Id": 1112, + "CommandName": "Repair-PnPSite", "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, - "CommandName": "Repair-PnPSite", "Id": 1113, + "CommandName": "Repair-PnPSite", "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Rank": 1, - "CommandName": "Request-PnPAccessToken", "Id": 1114, + "CommandName": "Request-PnPAccessToken", "Command": "Request-PnPAccessToken" }, { "Rank": 2, - "CommandName": "Request-PnPAccessToken", "Id": 1115, + "CommandName": "Request-PnPAccessToken", "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2" }, { "Rank": 3, - "CommandName": "Request-PnPAccessToken", "Id": 1116, + "CommandName": "Request-PnPAccessToken", "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All" }, { "Rank": 4, - "CommandName": "Request-PnPAccessToken", "Id": 1117, + "CommandName": "Request-PnPAccessToken", "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl" }, { "Rank": 1, - "CommandName": "Request-PnPPersonalSite", "Id": 1118, + "CommandName": "Request-PnPPersonalSite", "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { "Rank": 2, - "CommandName": "Request-PnPPersonalSite", "Id": 1119, + "CommandName": "Request-PnPPersonalSite", "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { "Rank": 1, - "CommandName": "Request-PnPReIndexList", "Id": 1120, + "CommandName": "Request-PnPReIndexList", "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { "Rank": 1, - "CommandName": "Request-PnPReIndexWeb", "Id": 1121, + "CommandName": "Request-PnPReIndexWeb", "Command": "Request-PnPReIndexWeb" }, { "Rank": 1, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1122, + "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { "Rank": 2, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1123, + "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { "Rank": 3, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1124, + "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { "Rank": 1, - "CommandName": "Reset-PnPFileVersion", "Id": 1125, + "CommandName": "Reset-PnPFileVersion", "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { "Rank": 2, - "CommandName": "Reset-PnPFileVersion", "Id": 1126, + "CommandName": "Reset-PnPFileVersion", "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { "Rank": 1, - "CommandName": "Reset-PnPLabel", "Id": 1127, + "CommandName": "Reset-PnPLabel", "Command": "Reset-PnPLabel -List \"Demo List\"" }, { "Rank": 2, - "CommandName": "Reset-PnPLabel", "Id": 1128, + "CommandName": "Reset-PnPLabel", "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true" }, { "Rank": 1, - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Id": 1129, + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { "Rank": 1, - "CommandName": "Resolve-PnPFolder", "Id": 1130, + "CommandName": "Resolve-PnPFolder", "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { "Rank": 1, - "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Id": 1131, + "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, - "CommandName": "Restore-PnPFileVersion", "Id": 1132, + "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Rank": 2, - "CommandName": "Restore-PnPFileVersion", "Id": 1133, + "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { "Rank": 3, - "CommandName": "Restore-PnPFileVersion", "Id": 1134, + "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Rank": 1, - "CommandName": "Restore-PnPRecycleBinItem", "Id": 1135, + "CommandName": "Restore-PnPRecycleBinItem", "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Rank": 1, - "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1136, + "CommandName": "Restore-PnPTenantRecycleBinItem", "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1137, + "CommandName": "Restore-PnPTenantRecycleBinItem", "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Rank": 1, - "CommandName": "Restore-PnPTenantSite", "Id": 1138, + "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, - "CommandName": "Restore-PnPTenantSite", "Id": 1139, + "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Rank": 3, - "CommandName": "Restore-PnPTenantSite", "Id": 1140, + "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { "Rank": 1, - "CommandName": "Revoke-PnPAzureADAppSitePermission", "Id": 1141, + "CommandName": "Revoke-PnPAzureADAppSitePermission", "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { "Rank": 1, - "CommandName": "Revoke-PnPHubSiteRights", "Id": 1142, + "CommandName": "Revoke-PnPHubSiteRights", "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "CommandName": "Revoke-PnPSiteDesignRights", "Id": 1143, + "CommandName": "Revoke-PnPSiteDesignRights", "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Id": 1144, + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Rank": 1, - "CommandName": "Revoke-PnPUserSession", "Id": 1145, + "CommandName": "Revoke-PnPUserSession", "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { "Rank": 1, - "CommandName": "Save-PnPSiteTemplate", "Id": 1146, + "CommandName": "Save-PnPSiteTemplate", "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { "Rank": 1, - "CommandName": "Save-PnPTenantTemplate", "Id": 1147, + "CommandName": "Save-PnPTenantTemplate", "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { "Rank": 1, - "CommandName": "Send-PnPMail", "Id": 1148, + "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": 2, - "CommandName": "Send-PnPMail", "Id": 1149, + "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": 3, - "CommandName": "Send-PnPMail", "Id": 1150, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Rank": 4, - "CommandName": "Send-PnPMail", "Id": 1151, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com" }, { "Rank": 5, - "CommandName": "Send-PnPMail", "Id": 1152, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com" }, { "Rank": 6, - "CommandName": "Send-PnPMail", "Id": 1153, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"" }, { "Rank": 1, - "CommandName": "Set-PnPAdaptiveScopeProperty", "Id": 1154, + "CommandName": "Set-PnPAdaptiveScopeProperty", "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { "Rank": 1, - "CommandName": "Set-PnPApplicationCustomizer", "Id": 1155, + "CommandName": "Set-PnPApplicationCustomizer", "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, - "CommandName": "Set-PnPApplicationCustomizer", "Id": 1156, + "CommandName": "Set-PnPApplicationCustomizer", "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": 1157, + "CommandName": "Set-PnPAppSideLoading", "Command": "Set-PnPAppSideLoading -On" }, { "Rank": 2, - "CommandName": "Set-PnPAppSideLoading", "Id": 1158, + "CommandName": "Set-PnPAppSideLoading", "Command": "Set-PnPAppSideLoading -Off" }, { "Rank": 1, - "CommandName": "Set-PnPAuditing", "Id": 1159, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -EnableAll" }, { "Rank": 2, - "CommandName": "Set-PnPAuditing", "Id": 1160, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -DisableAll" }, { "Rank": 3, - "CommandName": "Set-PnPAuditing", "Id": 1161, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -RetentionTime 7" }, { "Rank": 4, - "CommandName": "Set-PnPAuditing", "Id": 1162, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -TrimAuditLog" }, { "Rank": 5, - "CommandName": "Set-PnPAuditing", "Id": 1163, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { "Rank": 1, - "CommandName": "Set-PnPAvailablePageLayouts", "Id": 1164, + "CommandName": "Set-PnPAvailablePageLayouts", "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { "Rank": 1, - "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1165, + "CommandName": "Set-PnPAzureADAppSitePermission", "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { "Rank": 2, - "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1166, + "CommandName": "Set-PnPAzureADAppSitePermission", "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { "Rank": 1, - "CommandName": "Set-PnPAzureADGroup", "Id": 1167, + "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { "Rank": 2, - "CommandName": "Set-PnPAzureADGroup", "Id": 1168, + "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { "Rank": 3, - "CommandName": "Set-PnPAzureADGroup", "Id": 1169, + "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { "Rank": 1, - "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1170, + "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { "Rank": 2, - "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1171, + "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { "Rank": 3, - "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1172, + "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { "Rank": 1, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1173, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { "Rank": 2, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1174, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { "Rank": 1, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1175, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { "Rank": 2, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1176, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { "Rank": 3, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1177, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { "Rank": 4, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1178, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { "Rank": 1, - "CommandName": "Set-PnPContentType", "Id": 1179, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Rank": 2, - "CommandName": "Set-PnPContentType", "Id": 1180, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { "Rank": 3, - "CommandName": "Set-PnPContentType", "Id": 1181, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Rank": 4, - "CommandName": "Set-PnPContentType", "Id": 1182, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Rank": 5, - "CommandName": "Set-PnPContentType", "Id": 1183, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Rank": 1, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1184, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { "Rank": 2, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1185, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { "Rank": 3, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1186, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { "Rank": 4, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1187, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { "Rank": 1, - "CommandName": "Set-PnPDefaultContentTypeToList", "Id": 1188, + "CommandName": "Set-PnPDefaultContentTypeToList", "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { "Rank": 1, - "CommandName": "Set-PnPDefaultPageLayout", "Id": 1189, + "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { "Rank": 2, - "CommandName": "Set-PnPDefaultPageLayout", "Id": 1190, + "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { "Rank": 3, - "CommandName": "Set-PnPDefaultPageLayout", "Id": 1191, + "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { "Rank": 1, - "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1192, + "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { "Rank": 2, - "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1193, + "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Rank": 3, - "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1194, + "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Rank": 1, - "CommandName": "Set-PnPDocumentSetField", "Id": 1195, + "CommandName": "Set-PnPDocumentSetField", "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { "Rank": 2, - "CommandName": "Set-PnPDocumentSetField", "Id": 1196, + "CommandName": "Set-PnPDocumentSetField", "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { "Rank": 1, - "CommandName": "Set-PnPField", "Id": 1197, + "CommandName": "Set-PnPField", "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { "Rank": 2, - "CommandName": "Set-PnPField", "Id": 1198, + "CommandName": "Set-PnPField", "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { "Rank": 3, - "CommandName": "Set-PnPField", "Id": 1199, + "CommandName": "Set-PnPField", "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { "Rank": 1, - "CommandName": "Set-PnPFileCheckedIn", "Id": 1200, + "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { "Rank": 2, - "CommandName": "Set-PnPFileCheckedIn", "Id": 1201, + "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { "Rank": 1, - "CommandName": "Set-PnPFileCheckedOut", "Id": 1202, + "CommandName": "Set-PnPFileCheckedOut", "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { "Rank": 1, - "CommandName": "Set-PnPFolderPermission", "Id": 1203, + "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, - "CommandName": "Set-PnPFolderPermission", "Id": 1204, + "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 3, - "CommandName": "Set-PnPFolderPermission", "Id": 1205, + "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Rank": 1, - "CommandName": "Set-PnPFooter", "Id": 1206, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Enabled:$true" }, { "Rank": 2, - "CommandName": "Set-PnPFooter", "Id": 1207, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { "Rank": 3, - "CommandName": "Set-PnPFooter", "Id": 1208, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { "Rank": 4, - "CommandName": "Set-PnPFooter", "Id": 1209, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -LogoUrl \"\"" }, { "Rank": 1, - "CommandName": "Set-PnPGraphSubscription", "Id": 1210, + "CommandName": "Set-PnPGraphSubscription", "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { "Rank": 1, - "CommandName": "Set-PnPGroup", "Id": 1211, + "CommandName": "Set-PnPGroup", "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { "Rank": 2, - "CommandName": "Set-PnPGroup", "Id": 1212, + "CommandName": "Set-PnPGroup", "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { "Rank": 1, - "CommandName": "Set-PnPGroupPermissions", "Id": 1213, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { "Rank": 2, - "CommandName": "Set-PnPGroupPermissions", "Id": 1214, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { "Rank": 3, - "CommandName": "Set-PnPGroupPermissions", "Id": 1215, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { "Rank": 4, - "CommandName": "Set-PnPGroupPermissions", "Id": 1216, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { "Rank": 5, - "CommandName": "Set-PnPGroupPermissions", "Id": 1217, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { "Rank": 1, - "CommandName": "Set-PnPHideDefaultThemes", "Id": 1218, + "CommandName": "Set-PnPHideDefaultThemes", "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { "Rank": 2, - "CommandName": "Set-PnPHideDefaultThemes", "Id": 1219, + "CommandName": "Set-PnPHideDefaultThemes", "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { "Rank": 1, - "CommandName": "Set-PnPHomePage", "Id": 1220, + "CommandName": "Set-PnPHomePage", "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { "Rank": 2, - "CommandName": "Set-PnPHomePage", "Id": 1221, + "CommandName": "Set-PnPHomePage", "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { "Rank": 1, - "CommandName": "Set-PnPHomeSite", "Id": 1222, + "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Rank": 2, - "CommandName": "Set-PnPHomeSite", "Id": 1223, + "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { "Rank": 1, - "CommandName": "Set-PnPHubSite", "Id": 1224, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { "Rank": 2, - "CommandName": "Set-PnPHubSite", "Id": 1225, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { "Rank": 3, - "CommandName": "Set-PnPHubSite", "Id": 1226, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { "Rank": 4, - "CommandName": "Set-PnPHubSite", "Id": 1227, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { "Rank": 5, - "CommandName": "Set-PnPHubSite", "Id": 1228, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { "Rank": 6, - "CommandName": "Set-PnPHubSite", "Id": 1229, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { "Rank": 1, - "CommandName": "Set-PnPImageListItemColumn", "Id": 1230, + "CommandName": "Set-PnPImageListItemColumn", "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { "Rank": 2, - "CommandName": "Set-PnPImageListItemColumn", "Id": 1231, + "CommandName": "Set-PnPImageListItemColumn", "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { "Rank": 1, - "CommandName": "Set-PnPIndexedProperties", "Id": 1232, + "CommandName": "Set-PnPIndexedProperties", "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { "Rank": 1, - "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1233, + "CommandName": "Set-PnPInPlaceRecordsManagement", "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { "Rank": 2, - "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1234, + "CommandName": "Set-PnPInPlaceRecordsManagement", "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { "Rank": 1, - "CommandName": "Set-PnPKnowledgeHubSite", "Id": 1235, + "CommandName": "Set-PnPKnowledgeHubSite", "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { "Rank": 1, - "CommandName": "Set-PnPLabel", "Id": 1236, + "CommandName": "Set-PnPLabel", "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { "Rank": 2, - "CommandName": "Set-PnPLabel", "Id": 1237, + "CommandName": "Set-PnPLabel", "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { "Rank": 1, - "CommandName": "Set-PnPList", "Id": 1238, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { "Rank": 2, - "CommandName": "Set-PnPList", "Id": 1239, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { "Rank": 3, - "CommandName": "Set-PnPList", "Id": 1240, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { "Rank": 4, - "CommandName": "Set-PnPList", "Id": 1241, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { "Rank": 5, - "CommandName": "Set-PnPList", "Id": 1242, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { "Rank": 6, - "CommandName": "Set-PnPList", "Id": 1243, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { "Rank": 7, - "CommandName": "Set-PnPList", "Id": 1244, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { "Rank": 8, - "CommandName": "Set-PnPList", "Id": 1245, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { "Rank": 9, - "CommandName": "Set-PnPList", "Id": 1246, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500" }, { "Rank": 10, - "CommandName": "Set-PnPList", "Id": 1247, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500" }, { "Rank": 11, - "CommandName": "Set-PnPList", "Id": 1248, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { "Rank": 1, - "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1249, + "CommandName": "Set-PnPListInformationRightsManagement", "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { "Rank": 2, - "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1250, + "CommandName": "Set-PnPListInformationRightsManagement", "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { "Rank": 1, - "CommandName": "Set-PnPListItem", "Id": 1251, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 2, - "CommandName": "Set-PnPListItem", "Id": 1252, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 3, - "CommandName": "Set-PnPListItem", "Id": 1253, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 4, - "CommandName": "Set-PnPListItem", "Id": 1254, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { "Rank": 5, - "CommandName": "Set-PnPListItem", "Id": 1255, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { "Rank": 1, - "CommandName": "Set-PnPListItemAsRecord", "Id": 1256, + "CommandName": "Set-PnPListItemAsRecord", "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Rank": 2, - "CommandName": "Set-PnPListItemAsRecord", "Id": 1257, + "CommandName": "Set-PnPListItemAsRecord", "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { "Rank": 1, - "CommandName": "Set-PnPListItemPermission", "Id": 1258, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, - "CommandName": "Set-PnPListItemPermission", "Id": 1259, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 3, - "CommandName": "Set-PnPListItemPermission", "Id": 1260, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Rank": 4, - "CommandName": "Set-PnPListItemPermission", "Id": 1261, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { "Rank": 5, - "CommandName": "Set-PnPListItemPermission", "Id": 1262, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { "Rank": 1, - "CommandName": "Set-PnPListPermission", "Id": 1263, + "CommandName": "Set-PnPListPermission", "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, - "CommandName": "Set-PnPListPermission", "Id": 1264, + "CommandName": "Set-PnPListPermission", "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 1, - "CommandName": "Set-PnPListRecordDeclaration", "Id": 1265, + "CommandName": "Set-PnPListRecordDeclaration", "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { "Rank": 2, - "CommandName": "Set-PnPListRecordDeclaration", "Id": 1266, + "CommandName": "Set-PnPListRecordDeclaration", "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { "Rank": 1, - "CommandName": "Set-PnPMasterPage", "Id": 1267, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Rank": 2, - "CommandName": "Set-PnPMasterPage", "Id": 1268, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Rank": 3, - "CommandName": "Set-PnPMasterPage", "Id": 1269, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Rank": 4, - "CommandName": "Set-PnPMasterPage", "Id": 1270, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1271, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1272, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1273, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1274, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1275, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1276, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1277, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1278, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1279, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1280, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1281, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1282, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1283, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1284, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1285, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1286, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1287, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1288, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { "Rank": 1, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1289, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { "Rank": 2, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1290, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { "Rank": 3, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1291, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { "Rank": 4, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1292, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { "Rank": 5, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1293, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { "Rank": 6, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1294, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Rank": 1, - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1295, + "CommandName": "Set-PnPMicrosoft365GroupSettings", "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { "Rank": 2, - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1296, + "CommandName": "Set-PnPMicrosoft365GroupSettings", "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { "Rank": 1, - "CommandName": "Set-PnPMinimalDownloadStrategy", "Id": 1297, + "CommandName": "Set-PnPMinimalDownloadStrategy", "Command": "Set-PnPMinimalDownloadStrategy -Off" }, { "Rank": 2, - "CommandName": "Set-PnPMinimalDownloadStrategy", "Id": 1298, + "CommandName": "Set-PnPMinimalDownloadStrategy", "Command": "Set-PnPMinimalDownloadStrategy -On" }, { "Rank": 1, - "CommandName": "Set-PnPPage", "Id": 1299, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { "Rank": 2, - "CommandName": "Set-PnPPage", "Id": 1300, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { "Rank": 3, - "CommandName": "Set-PnPPage", "Id": 1301, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { "Rank": 4, - "CommandName": "Set-PnPPage", "Id": 1302, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { "Rank": 5, - "CommandName": "Set-PnPPage", "Id": 1303, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { "Rank": 6, - "CommandName": "Set-PnPPage", "Id": 1304, + "CommandName": "Set-PnPPage", "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": 1305, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Rank": 8, - "CommandName": "Set-PnPPage", "Id": 1306, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Name \"NewPage\" -Translate" }, { "Rank": 9, - "CommandName": "Set-PnPPage", "Id": 1307, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Rank": 10, - "CommandName": "Set-PnPPage", "Id": 1308, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Rank": 1, - "CommandName": "Set-PnPPageTextPart", "Id": 1309, + "CommandName": "Set-PnPPageTextPart", "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { "Rank": 1, - "CommandName": "Set-PnPPageWebPart", "Id": 1310, + "CommandName": "Set-PnPPageWebPart", "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { "Rank": 2, - "CommandName": "Set-PnPPageWebPart", "Id": 1311, + "CommandName": "Set-PnPPageWebPart", "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { "Rank": 1, - "CommandName": "Set-PnPPlannerBucket", "Id": 1312, + "CommandName": "Set-PnPPlannerBucket", "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { "Rank": 1, - "CommandName": "Set-PnPPlannerConfiguration", "Id": 1313, + "CommandName": "Set-PnPPlannerConfiguration", "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { "Rank": 2, - "CommandName": "Set-PnPPlannerConfiguration", "Id": 1314, + "CommandName": "Set-PnPPlannerConfiguration", "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { "Rank": 1, - "CommandName": "Set-PnPPlannerPlan", "Id": 1315, + "CommandName": "Set-PnPPlannerPlan", "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { "Rank": 1, - "CommandName": "Set-PnPPlannerTask", "Id": 1316, + "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { "Rank": 2, - "CommandName": "Set-PnPPlannerTask", "Id": 1317, + "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { "Rank": 3, - "CommandName": "Set-PnPPlannerTask", "Id": 1318, + "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Rank": 1, - "CommandName": "Set-PnPPlannerUserPolicy", "Id": 1319, + "CommandName": "Set-PnPPlannerUserPolicy", "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, - "CommandName": "Set-PnPPropertyBagValue", "Id": 1320, + "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { "Rank": 2, - "CommandName": "Set-PnPPropertyBagValue", "Id": 1321, + "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { "Rank": 3, - "CommandName": "Set-PnPPropertyBagValue", "Id": 1322, + "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { "Rank": 1, - "CommandName": "Set-PnPRequestAccessEmails", "Id": 1323, + "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { "Rank": 2, - "CommandName": "Set-PnPRequestAccessEmails", "Id": 1324, + "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Disabled" }, { "Rank": 3, - "CommandName": "Set-PnPRequestAccessEmails", "Id": 1325, + "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { "Rank": 1, - "CommandName": "Set-PnPRoleDefinition", "Id": 1326, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { "Rank": 2, - "CommandName": "Set-PnPRoleDefinition", "Id": 1327, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { "Rank": 3, - "CommandName": "Set-PnPRoleDefinition", "Id": 1328, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { "Rank": 4, - "CommandName": "Set-PnPRoleDefinition", "Id": 1329, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { "Rank": 1, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1330, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { "Rank": 2, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1331, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Rank": 3, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1332, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Rank": 4, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1333, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 1, - "CommandName": "Set-PnPSearchSettings", "Id": 1334, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { "Rank": 2, - "CommandName": "Set-PnPSearchSettings", "Id": 1335, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { "Rank": 3, - "CommandName": "Set-PnPSearchSettings", "Id": 1336, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { "Rank": 4, - "CommandName": "Set-PnPSearchSettings", "Id": 1337, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { "Rank": 5, - "CommandName": "Set-PnPSearchSettings", "Id": 1338, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { "Rank": 6, - "CommandName": "Set-PnPSearchSettings", "Id": 1339, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { "Rank": 7, - "CommandName": "Set-PnPSearchSettings", "Id": 1340, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { "Rank": 1, - "CommandName": "Set-PnPSite", "Id": 1341, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -Classification \"HBI\"" }, { "Rank": 2, - "CommandName": "Set-PnPSite", "Id": 1342, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -Classification $null" }, { "Rank": 3, - "CommandName": "Set-PnPSite", "Id": 1343, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -DisableFlows" }, { "Rank": 4, - "CommandName": "Set-PnPSite", "Id": 1344, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -DisableFlows:$false" }, { "Rank": 5, - "CommandName": "Set-PnPSite", "Id": 1345, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { "Rank": 6, - "CommandName": "Set-PnPSite", "Id": 1346, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -NoScriptSite $false" }, { "Rank": 1, - "CommandName": "Set-PnPSiteClassification", "Id": 1347, + "CommandName": "Set-PnPSiteClassification", "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { "Rank": 1, - "CommandName": "Set-PnPSiteClosure", "Id": 1348, + "CommandName": "Set-PnPSiteClosure", "Command": "Set-PnPSiteClosure -State Open" }, { "Rank": 2, - "CommandName": "Set-PnPSiteClosure", "Id": 1349, + "CommandName": "Set-PnPSiteClosure", "Command": "Set-PnPSiteClosure -State Closed" }, { "Rank": 1, - "CommandName": "Set-PnPSiteDesign", "Id": 1350, + "CommandName": "Set-PnPSiteDesign", "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { "Rank": 2, - "CommandName": "Set-PnPSiteDesign", "Id": 1351, + "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": 1, - "CommandName": "Set-PnPSiteGroup", "Id": 1352, + "CommandName": "Set-PnPSiteGroup", "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { "Rank": 2, - "CommandName": "Set-PnPSiteGroup", "Id": 1353, + "CommandName": "Set-PnPSiteGroup", "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { "Rank": 1, - "CommandName": "Set-PnPSitePolicy", "Id": 1354, + "CommandName": "Set-PnPSitePolicy", "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Rank": 1, - "CommandName": "Set-PnPSiteScript", "Id": 1355, + "CommandName": "Set-PnPSiteScript", "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Rank": 1, - "CommandName": "Set-PnPSiteScriptPackage", "Id": 1356, + "CommandName": "Set-PnPSiteScriptPackage", "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Rank": 1, - "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1357, + "CommandName": "Set-PnPSiteSensitivityLabel", "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { "Rank": 2, - "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1358, + "CommandName": "Set-PnPSiteSensitivityLabel", "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { "Rank": 1, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1359, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { "Rank": 2, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1360, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { "Rank": 3, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1361, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Rank": 4, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1362, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Rank": 5, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1363, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Rank": 6, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1364, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Rank": 1, - "CommandName": "Set-PnPStorageEntity", "Id": 1365, + "CommandName": "Set-PnPStorageEntity", "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Rank": 2, - "CommandName": "Set-PnPStorageEntity", "Id": 1366, + "CommandName": "Set-PnPStorageEntity", "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Rank": 1, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1367, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 2, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1368, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 1, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1369, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 2, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1370, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 1, - "CommandName": "Set-PnPSubscribeSharePointNewsDigest", "Id": 1371, + "CommandName": "Set-PnPSubscribeSharePointNewsDigest", "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true" }, { "Rank": 2, - "CommandName": "Set-PnPSubscribeSharePointNewsDigest", "Id": 1372, + "CommandName": "Set-PnPSubscribeSharePointNewsDigest", "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false" }, { "Rank": 1, - "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1373, + "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { "Rank": 2, - "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1374, + "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { "Rank": 3, - "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1375, + "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { "Rank": 1, - "CommandName": "Set-PnPTeamifyPromptHidden", "Id": 1376, + "CommandName": "Set-PnPTeamifyPromptHidden", "Command": "Set-PnPTeamifyPromptHidden" }, { "Rank": 1, - "CommandName": "Set-PnPTeamsChannel", "Id": 1377, + "CommandName": "Set-PnPTeamsChannel", "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { "Rank": 2, - "CommandName": "Set-PnPTeamsChannel", "Id": 1378, + "CommandName": "Set-PnPTeamsChannel", "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { "Rank": 1, - "CommandName": "Set-PnpTeamsChannelUser", "Id": 1379, + "CommandName": "Set-PnpTeamsChannelUser", "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { "Rank": 2, - "CommandName": "Set-PnpTeamsChannelUser", "Id": 1380, + "CommandName": "Set-PnpTeamsChannelUser", "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { "Rank": 1, - "CommandName": "Set-PnPTeamsTab", "Id": 1381, + "CommandName": "Set-PnPTeamsTab", "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { "Rank": 1, - "CommandName": "Set-PnPTeamsTag", "Id": 1382, + "CommandName": "Set-PnPTeamsTag", "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { "Rank": 1, - "CommandName": "Set-PnPTeamsTeam", "Id": 1383, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { "Rank": 2, - "CommandName": "Set-PnPTeamsTeam", "Id": 1384, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { "Rank": 3, - "CommandName": "Set-PnPTeamsTeam", "Id": 1385, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { "Rank": 4, - "CommandName": "Set-PnPTeamsTeam", "Id": 1386, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { "Rank": 1, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1387, + "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { "Rank": 2, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1388, + "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { "Rank": 3, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1389, + "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { "Rank": 1, - "CommandName": "Set-PnPTeamsTeamPicture", "Id": 1390, + "CommandName": "Set-PnPTeamsTeamPicture", "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { "Rank": 1, - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1391, + "CommandName": "Set-PnPTemporarilyDisableAppBar", "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { "Rank": 2, - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1392, + "CommandName": "Set-PnPTemporarilyDisableAppBar", "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { "Rank": 1, - "CommandName": "Set-PnPTenant", "Id": 1393, + "CommandName": "Set-PnPTenant", "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": 1394, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { "Rank": 3, - "CommandName": "Set-PnPTenant", "Id": 1395, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { "Rank": 4, - "CommandName": "Set-PnPTenant", "Id": 1396, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { "Rank": 1, - "CommandName": "Set-PnPTenantAppCatalogUrl", "Id": 1397, + "CommandName": "Set-PnPTenantAppCatalogUrl", "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { "Rank": 1, - "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1398, + "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { "Rank": 2, - "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1399, + "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { "Rank": 3, - "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1400, + "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { "Rank": 1, - "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1401, + "CommandName": "Set-PnPTenantCdnPolicy", "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": 1402, + "CommandName": "Set-PnPTenantCdnPolicy", "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { "Rank": 1, - "CommandName": "Set-PnPTenantSite", "Id": 1403, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { "Rank": 2, - "CommandName": "Set-PnPTenantSite", "Id": 1404, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { "Rank": 3, - "CommandName": "Set-PnPTenantSite", "Id": 1405, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 4, - "CommandName": "Set-PnPTenantSite", "Id": 1406, + "CommandName": "Set-PnPTenantSite", "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": 1407, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { "Rank": 1, - "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1408, + "CommandName": "Set-PnPTenantSyncClientRestriction", "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { "Rank": 2, - "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1409, + "CommandName": "Set-PnPTenantSyncClientRestriction", "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { "Rank": 1, - "CommandName": "Set-PnPTerm", "Id": 1410, + "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { "Rank": 2, - "CommandName": "Set-PnPTerm", "Id": 1411, + "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 3, - "CommandName": "Set-PnPTerm", "Id": 1412, + "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 1, - "CommandName": "Set-PnPTermGroup", "Id": 1413, + "CommandName": "Set-PnPTermGroup", "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { "Rank": 1, - "CommandName": "Set-PnPTermSet", "Id": 1414, + "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { "Rank": 2, - "CommandName": "Set-PnPTermSet", "Id": 1415, + "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { "Rank": 3, - "CommandName": "Set-PnPTermSet", "Id": 1416, + "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { "Rank": 1, - "CommandName": "Set-PnPTheme", "Id": 1417, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme" }, { "Rank": 2, - "CommandName": "Set-PnPTheme", "Id": 1418, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { "Rank": 3, - "CommandName": "Set-PnPTheme", "Id": 1419, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { "Rank": 4, - "CommandName": "Set-PnPTheme", "Id": 1420, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { "Rank": 1, - "CommandName": "Set-PnPTraceLog", "Id": 1421, + "CommandName": "Set-PnPTraceLog", "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt" }, { "Rank": 2, - "CommandName": "Set-PnPTraceLog", "Id": 1422, + "CommandName": "Set-PnPTraceLog", "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug" }, { "Rank": 3, - "CommandName": "Set-PnPTraceLog", "Id": 1423, + "CommandName": "Set-PnPTraceLog", "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"" }, { "Rank": 4, - "CommandName": "Set-PnPTraceLog", "Id": 1424, + "CommandName": "Set-PnPTraceLog", "Command": "Set-PnPTraceLog -Off" }, { "Rank": 1, - "CommandName": "Set-PnPUserOneDriveQuota", "Id": 1425, + "CommandName": "Set-PnPUserOneDriveQuota", "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { "Rank": 1, - "CommandName": "Set-PnPUserProfileProperty", "Id": 1426, + "CommandName": "Set-PnPUserProfileProperty", "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { "Rank": 2, - "CommandName": "Set-PnPUserProfileProperty", "Id": 1427, + "CommandName": "Set-PnPUserProfileProperty", "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { "Rank": 1, - "CommandName": "Set-PnPView", "Id": 1428, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { "Rank": 2, - "CommandName": "Set-PnPView", "Id": 1429, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { "Rank": 3, - "CommandName": "Set-PnPView", "Id": 1430, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { "Rank": 4, - "CommandName": "Set-PnPView", "Id": 1431, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { "Rank": 1, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1432, + "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": 2, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1433, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { "Rank": 3, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1434, + "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": 4, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1435, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { "Rank": 1, - "CommandName": "Set-PnPWeb", "Id": 1436, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { "Rank": 2, - "CommandName": "Set-PnPWeb", "Id": 1437, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { "Rank": 3, - "CommandName": "Set-PnPWeb", "Id": 1438, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { "Rank": 4, - "CommandName": "Set-PnPWeb", "Id": 1439, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -NoCrawl:$true" }, { "Rank": 1, - "CommandName": "Set-PnPWebHeader", "Id": 1440, + "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { "Rank": 2, - "CommandName": "Set-PnPWebHeader", "Id": 1441, + "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { "Rank": 3, - "CommandName": "Set-PnPWebHeader", "Id": 1442, + "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { "Rank": 1, - "CommandName": "Set-PnPWebhookSubscription", "Id": 1443, + "CommandName": "Set-PnPWebhookSubscription", "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Rank": 2, - "CommandName": "Set-PnPWebhookSubscription", "Id": 1444, + "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": 1, - "CommandName": "Set-PnPWebPartProperty", "Id": 1445, + "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, - "CommandName": "Set-PnPWebPermission", "Id": 1446, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Rank": 2, - "CommandName": "Set-PnPWebPermission", "Id": 1447, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { "Rank": 3, - "CommandName": "Set-PnPWebPermission", "Id": 1448, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Rank": 4, - "CommandName": "Set-PnPWebPermission", "Id": 1449, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { "Rank": 1, - "CommandName": "Set-PnPWebTheme", "Id": 1450, + "CommandName": "Set-PnPWebTheme", "Command": "Set-PnPWebTheme -Theme MyTheme" }, { "Rank": 2, - "CommandName": "Set-PnPWebTheme", "Id": 1451, + "CommandName": "Set-PnPWebTheme", "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { "Rank": 1, - "CommandName": "Set-PnPWikiPageContent", "Id": 1452, + "CommandName": "Set-PnPWikiPageContent", "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { "Rank": 1, - "CommandName": "Submit-PnPSearchQuery", "Id": 1453, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { "Rank": 2, - "CommandName": "Submit-PnPSearchQuery", "Id": 1454, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { "Rank": 3, - "CommandName": "Submit-PnPSearchQuery", "Id": 1455, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { "Rank": 4, - "CommandName": "Submit-PnPSearchQuery", "Id": 1456, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { "Rank": 5, - "CommandName": "Submit-PnPSearchQuery", "Id": 1457, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { "Rank": 1, - "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1458, + "CommandName": "Submit-PnPTeamsChannelMessage", "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { "Rank": 2, - "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1459, + "CommandName": "Submit-PnPTeamsChannelMessage", "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { "Rank": 1, - "CommandName": "Sync-PnPAppToTeams", "Id": 1460, + "CommandName": "Sync-PnPAppToTeams", "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 1, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1461, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { "Rank": 2, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1462, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { "Rank": 3, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1463, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { "Rank": 1, - "CommandName": "Test-PnPListItemIsRecord", "Id": 1464, + "CommandName": "Test-PnPListItemIsRecord", "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { "Rank": 1, - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Id": 1465, + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { "Rank": 1, - "CommandName": "Test-PnPSite", "Id": 1466, + "CommandName": "Test-PnPSite", "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, - "CommandName": "Test-PnPSite", "Id": 1467, + "CommandName": "Test-PnPSite", "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Rank": 1, - "CommandName": "Test-PnPTenantTemplate", "Id": 1468, + "CommandName": "Test-PnPTenantTemplate", "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { "Rank": 1, - "CommandName": "Undo-PnPFileCheckedOut", "Id": 1469, + "CommandName": "Undo-PnPFileCheckedOut", "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { "Rank": 1, - "CommandName": "Uninstall-PnPApp", "Id": 1470, + "CommandName": "Uninstall-PnPApp", "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "CommandName": "Uninstall-PnPApp", "Id": 1471, + "CommandName": "Uninstall-PnPApp", "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "CommandName": "Unpublish-PnPApp", "Id": 1472, + "CommandName": "Unpublish-PnPApp", "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "CommandName": "Unpublish-PnPApp", "Id": 1473, + "CommandName": "Unpublish-PnPApp", "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "CommandName": "Unpublish-PnPContentType", "Id": 1474, + "CommandName": "Unpublish-PnPContentType", "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { "Rank": 1, - "CommandName": "Unpublish-PnPSyntexModel", "Id": 1475, + "CommandName": "Unpublish-PnPSyntexModel", "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Rank": 2, - "CommandName": "Unpublish-PnPSyntexModel", "Id": 1476, + "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": 1, - "CommandName": "Unregister-PnPHubSite", "Id": 1477, + "CommandName": "Unregister-PnPHubSite", "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Rank": 1, - "CommandName": "Update-PnPApp", "Id": 1478, + "CommandName": "Update-PnPApp", "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, - "CommandName": "Update-PnPApp", "Id": 1479, + "CommandName": "Update-PnPApp", "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, - "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1480, + "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Rank": 2, - "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1481, + "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { "Rank": 3, - "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1482, + "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Rank": 1, - "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1483, + "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { "Rank": 2, - "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1484, + "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Rank": 3, - "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1485, + "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { "Rank": 1, - "CommandName": "Update-PnPTeamsApp", "Id": 1486, + "CommandName": "Update-PnPTeamsApp", "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { "Rank": 1, - "CommandName": "Update-PnPTeamsUser", "Id": 1487, + "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 2, - "CommandName": "Update-PnPTeamsUser", "Id": 1488, + "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Rank": 3, - "CommandName": "Update-PnPTeamsUser", "Id": 1489, + "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { "Rank": 1, - "CommandName": "Update-PnPUserType", "Id": 1490, + "CommandName": "Update-PnPUserType", "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" } ] diff --git a/version.txt b/version.txt index abae0d9a9..c346e7a04 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file From 42a01f0f83784b6bfa06a7172d52149a3c8794d3 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 3 Apr 2023 21:08:50 +0200 Subject: [PATCH 17/20] Update gettingstartedcontributing.md Added missing word --- pages/articles/gettingstartedcontributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/articles/gettingstartedcontributing.md b/pages/articles/gettingstartedcontributing.md index 64159c5e5..c3616cec2 100644 --- a/pages/articles/gettingstartedcontributing.md +++ b/pages/articles/gettingstartedcontributing.md @@ -187,8 +187,8 @@ If you have only updated documentation, so called .md files, there's no need to ![Build succeeded](./../images/contributing/vscodebuildsucceeded.png) - If it instead shows error like the one below, it means you still have a PowerShell session open somewhere your machine which has PnP PowerShell loaded and which blocks the build process to update the files. It can be frustrating at times to find the PowerShell session that is blocking the build process. If you're not sure which session is blocking the build process, you can try to close all PowerShell sessions and try again. If that doesn't work, you can try restarting Visual Studio Code. - If it you get the error "Path to shell executable "pwsh.exe" does not exist", open tasks.json file and change executable path "pwsh.exe" to the full path of your "C:\\Program Files\\PowerShell\\7\\pwsh.exe" + If it instead shows an error like the one below, it means you still have a PowerShell session open somewhere your machine which has PnP PowerShell loaded and which blocks the build process to update the files. It can be frustrating at times to find the PowerShell session that is blocking the build process. If you're not sure which session is blocking the build process, you can try to close all PowerShell sessions and try again. If that doesn't work, you can try restarting Visual Studio Code. + If it you get the error "Path to shell executable "pwsh.exe" does not exist", open tasks.json file and change executable path "pwsh.exe" to the full path of your "C:\\Program Files\\PowerShell\\7\\pwsh.exe". ![Build failed](./../images/contributing/vscodebuildfailed.png) From d989eca6925afe74da0c361714aec6dbc24d63f2 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 3 Apr 2023 22:11:51 +0200 Subject: [PATCH 18/20] Adding to contributors --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc047f52..d4d66e632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Added +### Contributors + +- [dhiabedoui] + ## [2.1.1] ### Fixed From 1cac59fe39b28bd345a630317ea2f458435546c1 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Tue, 4 Apr 2023 02:47:38 +0000 Subject: [PATCH 19/20] Nightly publish to PowerShell Gallery --- pnpframework_hash.txt | 2 +- .../PnP.PowerShell.Suggestions.nightly.json | 8940 ++++++++--------- version.txt | 2 +- 3 files changed, 4472 insertions(+), 4472 deletions(-) diff --git a/pnpframework_hash.txt b/pnpframework_hash.txt index ff56e701c..0a20c7f22 100644 --- a/pnpframework_hash.txt +++ b/pnpframework_hash.txt @@ -1 +1 @@ -4039d8465bdad21afd406dce318e80740bc87f87 \ No newline at end of file +968a0508c9abbc7e20d15ff0227bb1ae910ab0a9 \ No newline at end of file diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 27711e8e1..d7a706399 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,8942 +1,8942 @@ [ { - "Rank": 1, "Id": 1, - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -List \"Demo List\"" + "Rank": 1, + "Command": "Add-PnPAlert -List \"Demo List\"", + "CommandName": "Add-PnPAlert" }, { - "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)" + "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, "Id": 3, - "CommandName": "Add-PnPAlert", - "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, "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))" + "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, "Id": 5, - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "Rank": 1, + "Command": "Add-PnPApp -Path ./myapp.sppkg", + "CommandName": "Add-PnPApp" }, { - "Rank": 2, "Id": 6, - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "Rank": 2, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", + "CommandName": "Add-PnPApp" }, { - "Rank": 3, "Id": 7, - "CommandName": "Add-PnPApp", - "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, "Id": 8, - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "Rank": 4, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", + "CommandName": "Add-PnPApp" }, { - "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`\"}" + "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, "Id": 10, - "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "Rank": 1, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", + "CommandName": "Add-PnPAvailableSiteClassification" }, { - "Rank": 2, "Id": 11, - "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "Rank": 2, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", + "CommandName": "Add-PnPAvailableSiteClassification" }, { - "Rank": 1, "Id": 12, - "CommandName": "Add-PnPAzureADGroupMember", - "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, "Id": 13, - "CommandName": "Add-PnPAzureADGroupMember", - "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": 1, "Id": 14, - "CommandName": "Add-PnPAzureADGroupOwner", - "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, "Id": 15, - "CommandName": "Add-PnPAzureADGroupOwner", - "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": 1, "Id": 16, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "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, "Id": 17, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "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, "Id": 18, - "CommandName": "Add-PnPContentType", - "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, "Id": 19, - "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, + "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": 1, "Id": 20, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "Rank": 1, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", + "CommandName": "Add-PnPContentTypesFromContentTypeHub" }, { - "Rank": 2, "Id": 21, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "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, "Id": 22, - "CommandName": "Add-PnPContentTypeToDocumentSet", - "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, "Id": 23, - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "CommandName": "Add-PnPContentTypeToDocumentSet" }, { - "Rank": 1, "Id": 24, - "CommandName": "Add-PnPContentTypeToList", - "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, "Id": 25, - "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, + "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": 26, - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "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, "Id": 27, - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "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, "Id": 28, - "CommandName": "Add-PnPDocumentSet", - "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": 1, "Id": 29, - "CommandName": "Add-PnPEventReceiver", - "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, "Id": 30, - "CommandName": "Add-PnPEventReceiver", - "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, "Id": 31, - "CommandName": "Add-PnPEventReceiver", - "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, "Id": 32, - "CommandName": "Add-PnPEventReceiver", - "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, "Id": 33, - "CommandName": "Add-PnPField", - "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, "Id": 34, - "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, + "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, "Id": 35, - "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, + "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, "Id": 36, - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "Rank": 4, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", + "CommandName": "Add-PnPField" }, { - "Rank": 5, "Id": 37, - "CommandName": "Add-PnPField", - "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, "Id": 38, - "CommandName": "Add-PnPField", - "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, "Id": 39, - "CommandName": "Add-PnPFieldToContentType", - "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, "Id": 40, - "CommandName": "Add-PnPFile", - "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, "Id": 41, - "CommandName": "Add-PnPFile", - "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, "Id": 42, - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}" + "Rank": 3, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}", + "CommandName": "Add-PnPFile" }, { - "Rank": 4, "Id": 43, - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}" + "Rank": 4, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}", + "CommandName": "Add-PnPFile" }, { - "Rank": 5, "Id": 44, - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}" + "Rank": 5, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}", + "CommandName": "Add-PnPFile" }, { - "Rank": 6, "Id": 45, - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}" + "Rank": 6, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}", + "CommandName": "Add-PnPFile" }, { - "Rank": 7, "Id": 46, - "CommandName": "Add-PnPFile", - "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, "Id": 47, - "CommandName": "Add-PnPFile", - "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, "Id": 48, - "CommandName": "Add-PnPFileToSiteTemplate", - "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, "Id": 49, - "CommandName": "Add-PnPFileToSiteTemplate", - "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, "Id": 50, - "CommandName": "Add-PnPFileToSiteTemplate", - "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, "Id": 51, - "CommandName": "Add-PnPFileToSiteTemplate", - "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, "Id": 52, - "CommandName": "Add-PnPFileToSiteTemplate", - "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, "Id": 53, - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "CommandName": "Add-PnPFolder" }, { - "Rank": 2, "Id": 54, - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "Rank": 2, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", + "CommandName": "Add-PnPFolder" }, { - "Rank": 3, "Id": 55, - "CommandName": "Add-PnPFolder", - "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, "Id": 56, - "CommandName": "Add-PnPGroupMember", - "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, "Id": 57, - "CommandName": "Add-PnPGroupMember", - "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, "Id": 58, - "CommandName": "Add-PnPHtmlPublishingPageLayout", - "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, "Id": 59, - "CommandName": "Add-PnPHubSiteAssociation", - "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, "Id": 60, - "CommandName": "Add-PnPHubToHubAssociation", - "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, "Id": 61, - "CommandName": "Add-PnPHubToHubAssociation", - "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, "Id": 62, - "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, + "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, "Id": 63, - "CommandName": "Add-PnPJavaScriptBlock", - "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, "Id": 64, - "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "Rank": 2, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", + "CommandName": "Add-PnPJavaScriptBlock" }, { - "Rank": 1, "Id": 65, - "CommandName": "Add-PnPJavaScriptLink", - "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, "Id": 66, - "CommandName": "Add-PnPJavaScriptLink", - "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, "Id": 67, - "CommandName": "Add-PnPListDesign", - "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, "Id": 68, - "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, + "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, "Id": 69, - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "Rank": 1, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", + "CommandName": "Add-PnPListFoldersToSiteTemplate" }, { - "Rank": 2, "Id": 70, - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "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, "Id": 71, - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "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, "Id": 72, - "CommandName": "Add-PnPListItem", - "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, "Id": 73, - "CommandName": "Add-PnPListItem", - "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, "Id": 74, - "CommandName": "Add-PnPListItem", - "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, "Id": 75, - "CommandName": "Add-PnPListItem", - "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, "Id": 76, - "CommandName": "Add-PnPListItem", - "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, "Id": 77, - "CommandName": "Add-PnPListItemAttachment", - "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, "Id": 78, - "CommandName": "Add-PnPListItemAttachment", - "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, "Id": 79, - "CommandName": "Add-PnPListItemAttachment", - "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, "Id": 80, - "CommandName": "Add-PnPListItemComment", - "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, "Id": 81, - "CommandName": "Add-PnPMasterPage", - "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, "Id": 82, - "CommandName": "Add-PnPMicrosoft365GroupMember", - "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, "Id": 83, - "CommandName": "Add-PnPMicrosoft365GroupMember", - "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, "Id": 84, - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "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, "Id": 85, - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "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, "Id": 86, - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "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, "Id": 87, - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "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": 1, "Id": 88, - "CommandName": "Add-PnPNavigationNode", - "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, "Id": 89, - "CommandName": "Add-PnPNavigationNode", - "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, "Id": 90, - "CommandName": "Add-PnPNavigationNode", - "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, "Id": 91, - "CommandName": "Add-PnPNavigationNode", - "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, "Id": 92, - "CommandName": "Add-PnPNavigationNode", - "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, "Id": 93, - "CommandName": "Add-PnPNavigationNode", - "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": 1, "Id": 94, - "CommandName": "Add-PnPOrgAssetsLibrary", - "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, "Id": 95, - "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, + "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, "Id": 96, - "CommandName": "Add-PnPOrgAssetsLibrary", - "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, "Id": 97, - "CommandName": "Add-PnPOrgNewsSite", - "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, "Id": 98, - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\"" + "Rank": 1, + "Command": "Add-PnPPage -Name \"NewPage\"", + "CommandName": "Add-PnPPage" }, { - "Rank": 2, "Id": 99, - "CommandName": "Add-PnPPage", - "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, "Id": 100, - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "Rank": 3, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", + "CommandName": "Add-PnPPage" }, { - "Rank": 4, "Id": 101, - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "Rank": 4, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", + "CommandName": "Add-PnPPage" }, { - "Rank": 5, "Id": 102, - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "Rank": 5, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", + "CommandName": "Add-PnPPage" }, { - "Rank": 6, "Id": 103, - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "Rank": 6, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", + "CommandName": "Add-PnPPage" }, { - "Rank": 7, "Id": 104, - "CommandName": "Add-PnPPage", - "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, "Id": 105, - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "Rank": 8, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", + "CommandName": "Add-PnPPage" }, { - "Rank": 9, "Id": 106, - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "CommandName": "Add-PnPPage" }, { - "Rank": 10, "Id": 107, - "CommandName": "Add-PnPPage", - "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, "Id": 108, - "CommandName": "Add-PnPPageImageWebPart", - "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, "Id": 109, - "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, + "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, "Id": 110, - "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "Rank": 1, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", + "CommandName": "Add-PnPPageSection" }, { - "Rank": 2, "Id": 111, - "CommandName": "Add-PnPPageSection", - "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, "Id": 112, - "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "Rank": 1, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", + "CommandName": "Add-PnPPageTextPart" }, { - "Rank": 2, "Id": 113, - "CommandName": "Add-PnPPageTextPart", - "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, "Id": 114, - "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, + "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, "Id": 115, - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "Rank": 1, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", + "CommandName": "Add-PnPPageWebPart" }, { - "Rank": 2, "Id": 116, - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "Rank": 2, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", + "CommandName": "Add-PnPPageWebPart" }, { - "Rank": 3, "Id": 117, - "CommandName": "Add-PnPPageWebPart", - "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, "Id": 118, - "CommandName": "Add-PnPPlannerBucket", - "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, "Id": 119, - "CommandName": "Add-PnPPlannerBucket", - "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, "Id": 120, - "CommandName": "Add-PnPPlannerRoster", - "Command": "Add-PnPPlannerRoster" + "Rank": 1, + "Command": "Add-PnPPlannerRoster", + "CommandName": "Add-PnPPlannerRoster" }, { - "Rank": 1, "Id": 121, - "CommandName": "Add-PnPPlannerRosterMember", - "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, "Id": 122, - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\"" + "Rank": 1, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\"", + "CommandName": "Add-PnPPlannerTask" }, { - "Rank": 2, "Id": 123, - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"" + "Rank": 2, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"", + "CommandName": "Add-PnPPlannerTask" }, { - "Rank": 3, "Id": 124, - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "Rank": 3, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", + "CommandName": "Add-PnPPlannerTask" }, { - "Rank": 1, "Id": 125, - "CommandName": "Add-PnPPublishingImageRendition", - "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, "Id": 126, - "CommandName": "Add-PnPPublishingPage", - "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, "Id": 127, - "CommandName": "Add-PnPPublishingPage", - "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, "Id": 128, - "CommandName": "Add-PnPPublishingPageLayout", - "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, "Id": 129, - "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "Rank": 1, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", + "CommandName": "Add-PnPRoleDefinition" }, { - "Rank": 2, "Id": 130, - "CommandName": "Add-PnPRoleDefinition", - "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, "Id": 131, - "CommandName": "Add-PnPRoleDefinition", - "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, "Id": 132, - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "Rank": 2, "Id": 133, - "CommandName": "Add-PnPSiteCollectionAdmin", - "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, "Id": 134, - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "Rank": 1, "Id": 135, - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Command": "Add-PnPSiteCollectionAppCatalog", + "CommandName": "Add-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, "Id": 136, - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "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, "Id": 137, - "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, + "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, "Id": 138, - "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, + "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, "Id": 139, - "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, + "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, "Id": 140, - "CommandName": "Add-PnPSiteDesignFromWeb", - "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, "Id": 141, - "CommandName": "Add-PnPSiteDesignFromWeb", - "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, "Id": 142, - "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, + "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, "Id": 143, - "CommandName": "Add-PnPSiteDesignTask", - "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, "Id": 144, - "CommandName": "Add-PnPSiteDesignTask", - "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, "Id": 145, - "CommandName": "Add-PnPSiteScript", - "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, "Id": 146, - "CommandName": "Add-PnPSiteScriptPackage", - "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, "Id": 147, - "CommandName": "Add-PnPSiteTemplate", - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "Rank": 1, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", + "CommandName": "Add-PnPSiteTemplate" }, { - "Rank": 1, "Id": 148, - "CommandName": "Add-PnPStoredCredential", - "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, "Id": 149, - "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, + "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, "Id": 150, - "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, + "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, "Id": 151, - "CommandName": "Add-PnPTaxonomyField", - "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, "Id": 152, - "CommandName": "Add-PnPTaxonomyField", - "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, "Id": 153, - "CommandName": "Add-PnPTeamsChannel", - "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, "Id": 154, - "CommandName": "Add-PnPTeamsChannel", - "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, "Id": 155, - "CommandName": "Add-PnPTeamsChannel", - "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, "Id": 156, - "CommandName": "Add-PnPTeamsChannel", - "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, "Id": 157, - "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, + "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, "Id": 158, - "CommandName": "Add-PnpTeamsChannelUser", - "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, "Id": 159, - "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, + "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, "Id": 160, - "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, + "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, "Id": 161, - "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, + "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, "Id": 162, - "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, + "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, "Id": 163, - "CommandName": "Add-PnPTeamsTeam", - "Command": "Add-PnPTeamsTeam" + "Rank": 1, + "Command": "Add-PnPTeamsTeam", + "CommandName": "Add-PnPTeamsTeam" }, { - "Rank": 1, "Id": 164, - "CommandName": "Add-PnPTeamsUser", - "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, "Id": 165, - "CommandName": "Add-PnPTeamsUser", - "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, "Id": 166, - "CommandName": "Add-PnPTeamsUser", - "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, "Id": 167, - "CommandName": "Add-PnPTeamsUser", - "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, "Id": 168, - "CommandName": "Add-PnPTenantCdnOrigin", - "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, "Id": 169, - "CommandName": "Add-PnPTenantSequence", - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "Rank": 1, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", + "CommandName": "Add-PnPTenantSequence" }, { - "Rank": 1, "Id": 170, - "CommandName": "Add-PnPTenantSequenceSite", - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "Rank": 1, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", + "CommandName": "Add-PnPTenantSequenceSite" }, { - "Rank": 1, "Id": 171, - "CommandName": "Add-PnPTenantSequenceSubSite", - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "Rank": 1, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", + "CommandName": "Add-PnPTenantSequenceSubSite" }, { - "Rank": 1, "Id": 172, - "CommandName": "Add-PnPTermToTerm", - "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "Rank": 1, + "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", + "CommandName": "Add-PnPTermToTerm" }, { - "Rank": 1, "Id": 173, - "CommandName": "Add-PnPView", - "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, "Id": 174, - "CommandName": "Add-PnPView", - "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, "Id": 175, - "CommandName": "Add-PnPView", - "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, "Id": 176, - "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, + "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, "Id": 177, - "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, + "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, "Id": 178, - "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, + "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, "Id": 179, - "CommandName": "Add-PnPWebhookSubscription", - "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, "Id": 180, - "CommandName": "Add-PnPWebhookSubscription", - "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, "Id": 181, - "CommandName": "Add-PnPWebhookSubscription", - "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, "Id": 182, - "CommandName": "Add-PnPWebPartToWebPartPage", - "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, "Id": 183, - "CommandName": "Add-PnPWebPartToWebPartPage", - "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, "Id": 184, - "CommandName": "Add-PnPWebPartToWikiPage", - "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, "Id": 185, - "CommandName": "Add-PnPWebPartToWikiPage", - "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, "Id": 186, - "CommandName": "Add-PnPWikiPage", - "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, "Id": 187, - "CommandName": "Clear-PnPAzureADGroupMember", - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", + "CommandName": "Clear-PnPAzureADGroupMember" }, { - "Rank": 1, "Id": 188, - "CommandName": "Clear-PnPAzureADGroupOwner", - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", + "CommandName": "Clear-PnPAzureADGroupOwner" }, { - "Rank": 1, "Id": 189, - "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "Rank": 1, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", + "CommandName": "Clear-PnPDefaultColumnValues" }, { - "Rank": 2, "Id": 190, - "CommandName": "Clear-PnPDefaultColumnValues", - "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, "Id": 191, - "CommandName": "Clear-PnPListItemAsRecord", - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "CommandName": "Clear-PnPListItemAsRecord" }, { - "Rank": 1, "Id": 192, - "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", + "CommandName": "Clear-PnPMicrosoft365GroupMember" }, { - "Rank": 1, "Id": 193, - "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", + "CommandName": "Clear-PnPMicrosoft365GroupOwner" }, { - "Rank": 1, "Id": 194, - "CommandName": "Clear-PnpRecycleBinItem", - "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, "Id": 195, - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "Rank": 2, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "Rank": 3, "Id": 196, - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "Rank": 3, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "Rank": 1, "Id": 197, - "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Command": "Clear-PnPTenantAppCatalogUrl" + "Rank": 1, + "Command": "Clear-PnPTenantAppCatalogUrl", + "CommandName": "Clear-PnPTenantAppCatalogUrl" }, { - "Rank": 1, "Id": 198, - "CommandName": "Clear-PnPTenantRecycleBinItem", - "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, "Id": 199, - "CommandName": "Clear-PnPTenantRecycleBinItem", - "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, "Id": 200, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"" + "Rank": 1, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 2, "Id": 201, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)" + "Rank": 2, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 3, "Id": 202, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret" + "Rank": 3, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 4, "Id": 203, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin" + "Rank": 4, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 5, "Id": 204, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser" + "Rank": 5, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 6, "Id": 205, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA" + "Rank": 6, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 7, "Id": 206, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'" + "Rank": 7, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 8, "Id": 207, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin" + "Rank": 8, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 9, "Id": 208, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive" + "Rank": 9, + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 10, "Id": 209, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential" + "Rank": 10, + "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 11, "Id": 210, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam" + "Rank": 11, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 12, "Id": 211, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList" + "Rank": 12, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 13, "Id": 212, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token" + "Rank": 13, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 14, "Id": 213, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'" + "Rank": 14, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 15, "Id": 214, - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable" + "Rank": 15, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 1, "Id": 215, - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "Rank": 1, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", + "CommandName": "Convert-PnPFolderToSiteTemplate" }, { - "Rank": 2, "Id": 216, - "CommandName": "Convert-PnPFolderToSiteTemplate", - "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, "Id": 217, - "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "Rank": 1, + "Command": "Convert-PnPSiteTemplate -Path template.xml", + "CommandName": "Convert-PnPSiteTemplate" }, { - "Rank": 2, "Id": 218, - "CommandName": "Convert-PnPSiteTemplate", - "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, "Id": 219, - "CommandName": "Convert-PnPSiteTemplate", - "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, "Id": 220, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "Rank": 1, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", + "CommandName": "Convert-PnPSiteTemplateToMarkdown" }, { - "Rank": 2, "Id": 221, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "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, "Id": 222, - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "Rank": 1, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 2, "Id": 223, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 224, - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "Rank": 3, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 4, "Id": 225, - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "Rank": 4, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 5, "Id": 226, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 227, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 228, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 229, - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "Rank": 8, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 9, "Id": 230, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 231, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 232, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 233, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 234, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 235, - "CommandName": "ConvertTo-PnPPage", - "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, "Id": 236, - "CommandName": "Copy-PnPFile", - "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, "Id": 237, - "CommandName": "Copy-PnPFile", - "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, "Id": 238, - "CommandName": "Copy-PnPFile", - "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, "Id": 239, - "CommandName": "Copy-PnPFile", - "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, "Id": 240, - "CommandName": "Copy-PnPFile", - "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, "Id": 241, - "CommandName": "Copy-PnPFile", - "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, "Id": 242, - "CommandName": "Copy-PnPFile", - "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, "Id": 243, - "CommandName": "Copy-PnPFile", - "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, "Id": 244, - "CommandName": "Copy-PnPFile", - "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, "Id": 245, - "CommandName": "Copy-PnPFile", - "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, "Id": 246, - "CommandName": "Copy-PnPFolder", - "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, "Id": 247, - "CommandName": "Copy-PnPFolder", - "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, "Id": 248, - "CommandName": "Copy-PnPFolder", - "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, "Id": 249, - "CommandName": "Copy-PnPFolder", - "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, "Id": 250, - "CommandName": "Copy-PnPFolder", - "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, "Id": 251, - "CommandName": "Copy-PnPFolder", - "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, "Id": 252, - "CommandName": "Copy-PnPFolder", - "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, "Id": 253, - "CommandName": "Copy-PnPFolder", - "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, "Id": 254, - "CommandName": "Copy-PnPFolder", - "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, "Id": 255, - "CommandName": "Copy-PnPFolder", - "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": 1, "Id": 256, - "CommandName": "Copy-PnPItemProxy", - "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, "Id": 257, - "CommandName": "Copy-PnPList", - "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, "Id": 258, - "CommandName": "Copy-PnPList", - "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, "Id": 259, - "CommandName": "Copy-PnPList", - "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, "Id": 260, - "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, + "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, "Id": 261, - "CommandName": "Copy-PnPTeamsTeam", - "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, "Id": 262, - "CommandName": "Copy-PnPTeamsTeam", - "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, "Id": 263, - "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, + "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, "Id": 264, - "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, + "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, "Id": 265, - "CommandName": "Disable-PnPFeature", - "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, "Id": 266, - "CommandName": "Disable-PnPFeature", - "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, "Id": 267, - "CommandName": "Disable-PnPFeature", - "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, "Id": 268, - "CommandName": "Disable-PnPPageScheduling", - "Command": "Disable-PnPPageScheduling" + "Rank": 1, + "Command": "Disable-PnPPageScheduling", + "CommandName": "Disable-PnPPageScheduling" }, { - "Rank": 1, "Id": 269, - "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry" + "Rank": 1, + "Command": "Disable-PnPPowerShellTelemetry", + "CommandName": "Disable-PnPPowerShellTelemetry" }, { - "Rank": 2, "Id": 270, - "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Command": "Disable-PnPPowerShellTelemetry -Force", + "CommandName": "Disable-PnPPowerShellTelemetry" }, { - "Rank": 1, "Id": 271, - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Command": "Disable-PnPSharingForNonOwnersOfSite", + "CommandName": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, "Id": 272, - "CommandName": "Disable-PnPSiteClassification", - "Command": "Disable-PnPSiteClassification" + "Rank": 1, + "Command": "Disable-PnPSiteClassification", + "CommandName": "Disable-PnPSiteClassification" }, { - "Rank": 1, "Id": 273, - "CommandName": "Disconnect-PnPOnline", - "Command": "Disconnect-PnPOnline" + "Rank": 1, + "Command": "Disconnect-PnPOnline", + "CommandName": "Disconnect-PnPOnline" }, { - "Rank": 1, "Id": 274, - "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite" + "Rank": 1, + "Command": "Enable-PnPCommSite", + "CommandName": "Enable-PnPCommSite" }, { - "Rank": 2, "Id": 275, - "CommandName": "Enable-PnPCommSite", - "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, "Id": 276, - "CommandName": "Enable-PnPFeature", - "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, "Id": 277, - "CommandName": "Enable-PnPFeature", - "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, "Id": 278, - "CommandName": "Enable-PnPFeature", - "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, "Id": 279, - "CommandName": "Enable-PnPPageScheduling", - "Command": "Enable-PnPPageScheduling" + "Rank": 1, + "Command": "Enable-PnPPageScheduling", + "CommandName": "Enable-PnPPageScheduling" }, { - "Rank": 1, "Id": 280, - "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry" + "Rank": 1, + "Command": "Enable-PnPPowerShellTelemetry", + "CommandName": "Enable-PnPPowerShellTelemetry" }, { - "Rank": 2, "Id": 281, - "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Command": "Enable-PnPPowerShellTelemetry -Force", + "CommandName": "Enable-PnPPowerShellTelemetry" }, { - "Rank": 1, "Id": 282, - "CommandName": "Enable-PnPSiteClassification", - "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, "Id": 283, - "CommandName": "Enable-PnPSiteClassification", - "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, "Id": 284, - "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "Rank": 1, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", + "CommandName": "Export-PnPListToSiteTemplate" }, { - "Rank": 2, "Id": 285, - "CommandName": "Export-PnPListToSiteTemplate", - "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, "Id": 286, - "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity Home.aspx" + "Rank": 1, + "Command": "Export-PnPPage -Identity Home.aspx", + "CommandName": "Export-PnPPage" }, { - "Rank": 1, "Id": 287, - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy" + "Rank": 1, + "Command": "Export-PnPTaxonomy", + "CommandName": "Export-PnPTaxonomy" }, { - "Rank": 2, "Id": 288, - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "Rank": 2, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", + "CommandName": "Export-PnPTaxonomy" }, { - "Rank": 3, "Id": 289, - "CommandName": "Export-PnPTaxonomy", - "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, "Id": 290, - "CommandName": "Export-PnPTaxonomy", - "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, "Id": 291, - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml" + "Rank": 1, + "Command": "Export-PnPTermGroupToXml", + "CommandName": "Export-PnPTermGroupToXml" }, { - "Rank": 2, "Id": 292, - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "Rank": 2, + "Command": "Export-PnPTermGroupToXml -Out output.xml", + "CommandName": "Export-PnPTermGroupToXml" }, { - "Rank": 3, "Id": 293, - "CommandName": "Export-PnPTermGroupToXml", - "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, "Id": 294, - "CommandName": "Export-PnPUserInfo", - "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, "Id": 295, - "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, + "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, "Id": 296, - "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Command": "Export-PnPUserProfile -LoginName user@domain.com", + "CommandName": "Export-PnPUserProfile" }, { - "Rank": 2, "Id": 297, - "CommandName": "Export-PnPUserProfile", - "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, "Id": 298, - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Match *.master" + "Rank": 1, + "Command": "Find-PnPFile -Match *.master", + "CommandName": "Find-PnPFile" }, { - "Rank": 2, "Id": 299, - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "Rank": 2, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", + "CommandName": "Find-PnPFile" }, { - "Rank": 3, "Id": 300, - "CommandName": "Find-PnPFile", - "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, "Id": 301, - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken" + "Rank": 1, + "Command": "Get-PnPAccessToken", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 2, "Id": 302, - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -Decoded" + "Rank": 2, + "Command": "Get-PnPAccessToken -Decoded", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 3, "Id": 303, - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "Rank": 3, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 4, "Id": 304, - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "Rank": 4, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 5, "Id": 305, - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "Rank": 5, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 1, "Id": 306, - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert" + "Rank": 1, + "Command": "Get-PnPAlert", + "CommandName": "Get-PnPAlert" }, { - "Rank": 2, "Id": 307, - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\"" + "Rank": 2, + "Command": "Get-PnPAlert -List \"Demo List\"", + "CommandName": "Get-PnPAlert" }, { - "Rank": 3, "Id": 308, - "CommandName": "Get-PnPAlert", - "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, "Id": 309, - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "Rank": 4, + "Command": "Get-PnPAlert -Title \"Demo Alert\"", + "CommandName": "Get-PnPAlert" }, { - "Rank": 5, "Id": 310, - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -AllUsers" + "Rank": 5, + "Command": "Get-PnPAlert -AllUsers", + "CommandName": "Get-PnPAlert" }, { - "Rank": 6, "Id": 311, - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "Rank": 6, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", + "CommandName": "Get-PnPAlert" }, { - "Rank": 1, "Id": 312, - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp" + "Rank": 1, + "Command": "Get-PnPApp", + "CommandName": "Get-PnPApp" }, { - "Rank": 2, "Id": 313, - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Scope Site" + "Rank": 2, + "Command": "Get-PnPApp -Scope Site", + "CommandName": "Get-PnPApp" }, { - "Rank": 3, "Id": 314, - "CommandName": "Get-PnPApp", - "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, "Id": 315, - "CommandName": "Get-PnPAppErrors", - "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, "Id": 316, - "CommandName": "Get-PnPAppErrors", - "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, "Id": 317, - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "Rank": 1, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", + "CommandName": "Get-PnPAppInfo" }, { - "Rank": 2, "Id": 318, - "CommandName": "Get-PnPAppInfo", - "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, "Id": 319, - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "Rank": 3, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", + "CommandName": "Get-PnPAppInfo" }, { - "Rank": 1, "Id": 320, - "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer" + "Rank": 1, + "Command": "Get-PnPApplicationCustomizer", + "CommandName": "Get-PnPApplicationCustomizer" }, { - "Rank": 2, "Id": 321, - "CommandName": "Get-PnPApplicationCustomizer", - "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, "Id": 322, - "CommandName": "Get-PnPApplicationCustomizer", - "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, "Id": 323, - "CommandName": "Get-PnPAuditing", - "Command": "Get-PnPAuditing" + "Rank": 1, + "Command": "Get-PnPAuditing", + "CommandName": "Get-PnPAuditing" }, { - "Rank": 1, "Id": 324, - "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm" + "Rank": 1, + "Command": "Get-PnPAuthenticationRealm", + "CommandName": "Get-PnPAuthenticationRealm" }, { - "Rank": 2, "Id": 325, - "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "Rank": 2, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", + "CommandName": "Get-PnPAuthenticationRealm" }, { - "Rank": 1, "Id": 326, - "CommandName": "Get-PnPAvailableLanguage", - "Command": "Get-PnPAvailableLanguage" + "Rank": 1, + "Command": "Get-PnPAvailableLanguage", + "CommandName": "Get-PnPAvailableLanguage" }, { - "Rank": 1, "Id": 327, - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel" + "Rank": 1, + "Command": "Get-PnPAvailableSensitivityLabel", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "Rank": 2, "Id": 328, - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "Rank": 2, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "Rank": 3, "Id": 329, - "CommandName": "Get-PnPAvailableSensitivityLabel", - "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, "Id": 330, - "CommandName": "Get-PnPAvailableSiteClassification", - "Command": "Get-PnPAvailableSiteClassification" + "Rank": 1, + "Command": "Get-PnPAvailableSiteClassification", + "CommandName": "Get-PnPAvailableSiteClassification" }, { - "Rank": 1, "Id": 331, - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal" + "Rank": 1, + "Command": "Get-PnPAzureACSPrincipal", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 2, "Id": 332, - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "Rank": 2, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 3, "Id": 333, - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "Rank": 3, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 4, "Id": 334, - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "Rank": 4, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 1, "Id": 335, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Rank": 1, "Id": 336, - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn" + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportSignIn", + "CommandName": "Get-PnPAzureADActivityReportSignIn" }, { - "Rank": 1, "Id": 337, - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp" + "Rank": 1, + "Command": "Get-PnPAzureADApp", + "CommandName": "Get-PnPAzureADApp" }, { - "Rank": 2, "Id": 338, - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity MyApp" + "Rank": 2, + "Command": "Get-PnPAzureADApp -Identity MyApp", + "CommandName": "Get-PnPAzureADApp" }, { - "Rank": 3, "Id": 339, - "CommandName": "Get-PnPAzureADApp", - "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, "Id": 340, - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "Rank": 4, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPAzureADApp" }, { - "Rank": 1, "Id": 341, - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission" + "Rank": 1, + "Command": "Get-PnPAzureADAppPermission", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "Rank": 2, "Id": 342, - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "Rank": 2, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "Rank": 3, "Id": 343, - "CommandName": "Get-PnPAzureADAppPermission", - "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, "Id": 344, - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission" + "Rank": 1, + "Command": "Get-PnPAzureADAppSitePermission", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 2, "Id": 345, - "CommandName": "Get-PnPAzureADAppSitePermission", - "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, "Id": 346, - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "Rank": 3, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 4, "Id": 347, - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "Rank": 4, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 5, "Id": 348, - "CommandName": "Get-PnPAzureADAppSitePermission", - "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, "Id": 349, - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup" + "Rank": 1, + "Command": "Get-PnPAzureADGroup", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 2, "Id": 350, - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPAzureADGroup -Identity $groupId", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 3, "Id": 351, - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "Rank": 3, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 4, "Id": 352, - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "Rank": 4, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 5, "Id": 353, - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $group" + "Rank": 5, + "Command": "Get-PnPAzureADGroup -Identity $group", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 1, "Id": 354, - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "Rank": 2, "Id": 355, - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "Rank": 2, + "Command": "Get-PnPAzureADGroupMember -Identity $group", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "Rank": 1, "Id": 356, - "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", + "CommandName": "Get-PnPAzureADGroupOwner" }, { - "Rank": 2, "Id": 357, - "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "Rank": 2, + "Command": "Get-PnPAzureADGroupOwner -Identity $group", + "CommandName": "Get-PnPAzureADGroupOwner" }, { - "Rank": 1, "Id": 358, - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal" + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipal", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 2, "Id": 359, - "CommandName": "Get-PnPAzureADServicePrincipal", - "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, "Id": 360, - "CommandName": "Get-PnPAzureADServicePrincipal", - "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, "Id": 361, - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "Rank": 4, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 5, "Id": 362, - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 1, "Id": 363, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "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, "Id": 364, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 1, "Id": 365, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "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, "Id": 366, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" }, { - "Rank": 1, "Id": 367, - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser" + "Rank": 1, + "Command": "Get-PnPAzureADUser", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 2, "Id": 368, - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -EndIndex 50" + "Rank": 2, + "Command": "Get-PnPAzureADUser -EndIndex 50", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 3, "Id": 369, - "CommandName": "Get-PnPAzureADUser", - "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, "Id": 370, - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "Rank": 4, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 5, "Id": 371, - "CommandName": "Get-PnPAzureADUser", - "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, "Id": 372, - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "Rank": 6, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 7, "Id": 373, - "CommandName": "Get-PnPAzureADUser", - "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, "Id": 374, - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta" + "Rank": 8, + "Command": "Get-PnPAzureADUser -Delta", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 9, "Id": 375, - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "Rank": 9, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 10, "Id": 376, - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "Rank": 10, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 1, "Id": 377, - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "Rank": 1, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", + "CommandName": "Get-PnPAzureCertificate" }, { - "Rank": 2, "Id": 378, - "CommandName": "Get-PnPAzureCertificate", - "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, "Id": 379, - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "Rank": 3, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", + "CommandName": "Get-PnPAzureCertificate" }, { - "Rank": 1, "Id": 380, - "CommandName": "Get-PnPBrowserIdleSignout", - "Command": "Get-PnPBrowserIdleSignout" + "Rank": 1, + "Command": "Get-PnPBrowserIdleSignout", + "CommandName": "Get-PnPBrowserIdleSignout" }, { - "Rank": 1, "Id": 381, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "Rank": 1, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", + "CommandName": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 2, "Id": 382, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "Rank": 2, + "Command": "Get-PnPBuiltInDesignPackageVisibility", + "CommandName": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 1, "Id": 383, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "Rank": 1, + "Command": "Get-PnPBuiltInSiteTemplateSettings", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 2, "Id": 384, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "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, "Id": 385, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "Rank": 3, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 4, "Id": 386, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "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, "Id": 387, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "Rank": 5, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 1, "Id": 388, - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog" + "Rank": 1, + "Command": "Get-PnPChangeLog", + "CommandName": "Get-PnPChangeLog" }, { - "Rank": 2, "Id": 389, - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Nightly" + "Rank": 2, + "Command": "Get-PnPChangeLog -Nightly", + "CommandName": "Get-PnPChangeLog" }, { - "Rank": 1, "Id": 390, - "CommandName": "Get-PnPCompatibleHubContentTypes", - "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, "Id": 391, - "CommandName": "Get-PnPCompatibleHubContentTypes", - "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, "Id": 392, - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType" + "Rank": 1, + "Command": "Get-PnPContentType", + "CommandName": "Get-PnPContentType" }, { - "Rank": 2, "Id": 393, - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -InSiteHierarchy" + "Rank": 2, + "Command": "Get-PnPContentType -InSiteHierarchy", + "CommandName": "Get-PnPContentType" }, { - "Rank": 3, "Id": 394, - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "Rank": 3, + "Command": "Get-PnPContentType -Identity \"Project Document\"", + "CommandName": "Get-PnPContentType" }, { - "Rank": 4, "Id": 395, - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -List \"Documents\"" + "Rank": 4, + "Command": "Get-PnPContentType -List \"Documents\"", + "CommandName": "Get-PnPContentType" }, { - "Rank": 1, "Id": 396, - "CommandName": "Get-PnPContentTypePublishingStatus", - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "Rank": 1, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", + "CommandName": "Get-PnPContentTypePublishingStatus" }, { - "Rank": 1, "Id": 397, - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction" + "Rank": 1, + "Command": "Get-PnPCustomAction", + "CommandName": "Get-PnPCustomAction" }, { - "Rank": 2, "Id": 398, - "CommandName": "Get-PnPCustomAction", - "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, "Id": 399, - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Scope web" + "Rank": 3, + "Command": "Get-PnPCustomAction -Scope web", + "CommandName": "Get-PnPCustomAction" }, { - "Rank": 1, "Id": 400, - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group" + "Rank": 1, + "Command": "Get-PnPDeletedMicrosoft365Group", + "CommandName": "Get-PnPDeletedMicrosoft365Group" }, { - "Rank": 2, "Id": 401, - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "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, "Id": 402, - "CommandName": "Get-PnPDeletedTeam", - "Command": "Get-PnPDeletedTeam" + "Rank": 1, + "Command": "Get-PnPDeletedTeam", + "CommandName": "Get-PnPDeletedTeam" }, { - "Rank": 1, "Id": 403, - "CommandName": "Get-PnPDiagnostics", - "Command": "Get-PnPDiagnostics" + "Rank": 1, + "Command": "Get-PnPDiagnostics", + "CommandName": "Get-PnPDiagnostics" }, { - "Rank": 1, "Id": 404, - "CommandName": "Get-PnPDisableSpacesActivation", - "Command": "Get-PnPDisableSpacesActivation" + "Rank": 1, + "Command": "Get-PnPDisableSpacesActivation", + "CommandName": "Get-PnPDisableSpacesActivation" }, { - "Rank": 1, "Id": 405, - "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "Rank": 1, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", + "CommandName": "Get-PnPDocumentSetTemplate" }, { - "Rank": 2, "Id": 406, - "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "Rank": 2, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", + "CommandName": "Get-PnPDocumentSetTemplate" }, { - "Rank": 1, "Id": 407, - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver" + "Rank": 1, + "Command": "Get-PnPEventReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 2, "Id": 408, - "CommandName": "Get-PnPEventReceiver", - "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, "Id": 409, - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "Rank": 3, + "Command": "Get-PnPEventReceiver -Identity MyReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 4, "Id": 410, - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "Rank": 4, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 5, "Id": 411, - "CommandName": "Get-PnPEventReceiver", - "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, "Id": 412, - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "Rank": 6, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 7, "Id": 413, - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Site" + "Rank": 7, + "Command": "Get-PnPEventReceiver -Scope Site", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 8, "Id": 414, - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Web" + "Rank": 8, + "Command": "Get-PnPEventReceiver -Scope Web", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 9, "Id": 415, - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope All" + "Rank": 9, + "Command": "Get-PnPEventReceiver -Scope All", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 1, "Id": 416, - "CommandName": "Get-PnPException", - "Command": "Get-PnPException" + "Rank": 1, + "Command": "Get-PnPException", + "CommandName": "Get-PnPException" }, { - "Rank": 2, "Id": 417, - "CommandName": "Get-PnPException", - "Command": "Get-PnPException -All" + "Rank": 2, + "Command": "Get-PnPException -All", + "CommandName": "Get-PnPException" }, { - "Rank": 1, "Id": 418, - "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "Rank": 1, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", + "CommandName": "Get-PnPExternalUser" }, { - "Rank": 2, "Id": 419, - "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "Rank": 2, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", + "CommandName": "Get-PnPExternalUser" }, { - "Rank": 1, "Id": 420, - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature" + "Rank": 1, + "Command": "Get-PnPFeature", + "CommandName": "Get-PnPFeature" }, { - "Rank": 2, "Id": 421, - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Scope Site" + "Rank": 2, + "Command": "Get-PnPFeature -Scope Site", + "CommandName": "Get-PnPFeature" }, { - "Rank": 3, "Id": 422, - "CommandName": "Get-PnPFeature", - "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, "Id": 423, - "CommandName": "Get-PnPFeature", - "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, "Id": 424, - "CommandName": "Get-PnPField", - "Command": "Get-PnPField" + "Rank": 1, + "Command": "Get-PnPField", + "CommandName": "Get-PnPField" }, { - "Rank": 2, "Id": 425, - "CommandName": "Get-PnPField", - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "CommandName": "Get-PnPField" }, { - "Rank": 3, "Id": 426, - "CommandName": "Get-PnPField", - "Command": "Get-PnPField -Group \"Custom Columns\"" + "Rank": 3, + "Command": "Get-PnPField -Group \"Custom Columns\"", + "CommandName": "Get-PnPField" }, { - "Rank": 1, "Id": 427, - "CommandName": "Get-PnPFile", - "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, "Id": 428, - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "Rank": 2, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", + "CommandName": "Get-PnPFile" }, { - "Rank": 3, "Id": 429, - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "Rank": 3, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", + "CommandName": "Get-PnPFile" }, { - "Rank": 4, "Id": 430, - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "Rank": 4, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", + "CommandName": "Get-PnPFile" }, { - "Rank": 5, "Id": 431, - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "Rank": 5, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", + "CommandName": "Get-PnPFile" }, { - "Rank": 6, "Id": 432, - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "Rank": 6, + "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": 433, - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "Rank": 7, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", + "CommandName": "Get-PnPFile" }, { - "Rank": 1, "Id": 434, - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "Rank": 1, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", + "CommandName": "Get-PnPFileVersion" }, { - "Rank": 2, "Id": 435, - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"" + "Rank": 2, + "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"", + "CommandName": "Get-PnPFileVersion" }, { - "Rank": 1, "Id": 436, - "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Get-PnPFlow" }, { - "Rank": 1, "Id": 437, - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "Rank": 1, + "Command": "Get-PnPFolder -Url \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "Rank": 2, "Id": 438, - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "Rank": 2, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "Rank": 3, "Id": 439, - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolder -List \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "Rank": 1, "Id": 440, - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"" + "Rank": 1, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 2, "Id": 441, - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Rank": 2, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 3, "Id": 442, - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "Rank": 3, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 4, "Id": 443, - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File" + "Rank": 4, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 5, "Id": 444, - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "Rank": 5, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 1, "Id": 445, - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric" + "Rank": 1, + "Command": "Get-PnPFolderStorageMetric", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "Rank": 2, "Id": 446, - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "Rank": 2, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "Rank": 3, "Id": 447, - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "Rank": 1, "Id": 448, - "CommandName": "Get-PnPFooter", - "Command": "Get-PnPFooter" + "Rank": 1, + "Command": "Get-PnPFooter", + "CommandName": "Get-PnPFooter" }, { - "Rank": 1, "Id": 449, - "CommandName": "Get-PnPGraphAccessToken", - "Command": "Get-PnPGraphAccessToken" + "Rank": 1, + "Command": "Get-PnPGraphAccessToken", + "CommandName": "Get-PnPGraphAccessToken" }, { - "Rank": 2, "Id": 450, - "CommandName": "Get-PnPGraphAccessToken", - "Command": "Get-PnPGraphAccessToken -Decoded" + "Rank": 2, + "Command": "Get-PnPGraphAccessToken -Decoded", + "CommandName": "Get-PnPGraphAccessToken" }, { - "Rank": 1, "Id": 451, - "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription" + "Rank": 1, + "Command": "Get-PnPGraphSubscription", + "CommandName": "Get-PnPGraphSubscription" }, { - "Rank": 2, "Id": 452, - "CommandName": "Get-PnPGraphSubscription", - "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, "Id": 453, - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup" + "Rank": 1, + "Command": "Get-PnPGroup", + "CommandName": "Get-PnPGroup" }, { - "Rank": 2, "Id": 454, - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "Rank": 2, + "Command": "Get-PnPGroup -Identity 'My Site Users'", + "CommandName": "Get-PnPGroup" }, { - "Rank": 3, "Id": 455, - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "Rank": 3, + "Command": "Get-PnPGroup -AssociatedMemberGroup", + "CommandName": "Get-PnPGroup" }, { - "Rank": 1, "Id": 456, - "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "Rank": 1, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", + "CommandName": "Get-PnPGroupMember" }, { - "Rank": 2, "Id": 457, - "CommandName": "Get-PnPGroupMember", - "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, "Id": 458, - "CommandName": "Get-PnPGroupPermissions", - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "Rank": 1, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", + "CommandName": "Get-PnPGroupPermissions" }, { - "Rank": 1, "Id": 459, - "CommandName": "Get-PnPHideDefaultThemes", - "Command": "Get-PnPHideDefaultThemes" + "Rank": 1, + "Command": "Get-PnPHideDefaultThemes", + "CommandName": "Get-PnPHideDefaultThemes" }, { - "Rank": 1, "Id": 460, - "CommandName": "Get-PnPHomePage", - "Command": "Get-PnPHomePage" + "Rank": 1, + "Command": "Get-PnPHomePage", + "CommandName": "Get-PnPHomePage" }, { - "Rank": 1, "Id": 461, - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite" + "Rank": 1, + "Command": "Get-PnPHomeSite", + "CommandName": "Get-PnPHomeSite" }, { - "Rank": 2, "Id": 462, - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "Rank": 2, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "CommandName": "Get-PnPHomeSite" }, { - "Rank": 3, "Id": 463, - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -Detailed" + "Rank": 3, + "Command": "Get-PnPHomeSite -Detailed", + "CommandName": "Get-PnPHomeSite" }, { - "Rank": 1, "Id": 464, - "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite" + "Rank": 1, + "Command": "Get-PnPHubSite", + "CommandName": "Get-PnPHubSite" }, { - "Rank": 2, "Id": 465, - "CommandName": "Get-PnPHubSite", - "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, "Id": 466, - "CommandName": "Get-PnPHubSite", - "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, "Id": 467, - "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild" + "Rank": 1, + "Command": "Get-PnPHubSiteChild", + "CommandName": "Get-PnPHubSiteChild" }, { - "Rank": 2, "Id": 468, - "CommandName": "Get-PnPHubSiteChild", - "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, "Id": 469, - "CommandName": "Get-PnPInPlaceRecordsManagement", - "Command": "Get-PnPInPlaceRecordsManagement" + "Rank": 1, + "Command": "Get-PnPInPlaceRecordsManagement", + "CommandName": "Get-PnPInPlaceRecordsManagement" }, { - "Rank": 1, "Id": 470, - "CommandName": "Get-PnPIsSiteAliasAvailable", - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "Rank": 1, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", + "CommandName": "Get-PnPIsSiteAliasAvailable" }, { - "Rank": 1, "Id": 471, - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink" + "Rank": 1, + "Command": "Get-PnPJavaScriptLink", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 2, "Id": 472, - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope All" + "Rank": 2, + "Command": "Get-PnPJavaScriptLink -Scope All", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 3, "Id": 473, - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Web" + "Rank": 3, + "Command": "Get-PnPJavaScriptLink -Scope Web", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 4, "Id": 474, - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Command": "Get-PnPJavaScriptLink -Scope Site", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 5, "Id": 475, - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Name Test" + "Rank": 5, + "Command": "Get-PnPJavaScriptLink -Name Test", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 1, "Id": 476, - "CommandName": "Get-PnPKnowledgeHubSite", - "Command": "Get-PnPKnowledgeHubSite" + "Rank": 1, + "Command": "Get-PnPKnowledgeHubSite", + "CommandName": "Get-PnPKnowledgeHubSite" }, { - "Rank": 1, "Id": 477, - "CommandName": "Get-PnPLabel", - "Command": "Get-PnPLabel" + "Rank": 1, + "Command": "Get-PnPLabel", + "CommandName": "Get-PnPLabel" }, { - "Rank": 2, "Id": 478, - "CommandName": "Get-PnPLabel", - "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly" + "Rank": 2, + "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly", + "CommandName": "Get-PnPLabel" }, { - "Rank": 1, "Id": 479, - "CommandName": "Get-PnPList", - "Command": "Get-PnPList" + "Rank": 1, + "Command": "Get-PnPList", + "CommandName": "Get-PnPList" }, { - "Rank": 2, "Id": 480, - "CommandName": "Get-PnPList", - "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, "Id": 481, - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity Lists/Announcements" + "Rank": 3, + "Command": "Get-PnPList -Identity Lists/Announcements", + "CommandName": "Get-PnPList" }, { - "Rank": 4, "Id": 482, - "CommandName": "Get-PnPList", - "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, "Id": 483, - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "Rank": 5, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", + "CommandName": "Get-PnPList" }, { - "Rank": 1, "Id": 484, - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign" + "Rank": 1, + "Command": "Get-PnPListDesign", + "CommandName": "Get-PnPListDesign" }, { - "Rank": 2, "Id": 485, - "CommandName": "Get-PnPListDesign", - "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, "Id": 486, - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity ListEvent" + "Rank": 3, + "Command": "Get-PnPListDesign -Identity ListEvent", + "CommandName": "Get-PnPListDesign" }, { - "Rank": 1, "Id": 487, - "CommandName": "Get-PnPListInformationRightsManagement", - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", + "CommandName": "Get-PnPListInformationRightsManagement" }, { - "Rank": 1, "Id": 488, - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks" + "Rank": 1, + "Command": "Get-PnPListItem -List Tasks", + "CommandName": "Get-PnPListItem" }, { - "Rank": 2, "Id": 489, - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1" + "Rank": 2, + "Command": "Get-PnPListItem -List Tasks -Id 1", + "CommandName": "Get-PnPListItem" }, { - "Rank": 3, "Id": 490, - "CommandName": "Get-PnPListItem", - "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, "Id": 491, - "CommandName": "Get-PnPListItem", - "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, "Id": 492, - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "Rank": 5, + "Command": "Get-PnPListItem -List Tasks -Query \"\"", + "CommandName": "Get-PnPListItem" }, { - "Rank": 6, "Id": 493, - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "Rank": 6, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", + "CommandName": "Get-PnPListItem" }, { - "Rank": 7, "Id": 494, - "CommandName": "Get-PnPListItem", - "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, "Id": 495, - "CommandName": "Get-PnPListItem", - "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, "Id": 496, - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "Rank": 9, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", + "CommandName": "Get-PnPListItem" }, { - "Rank": 1, "Id": 497, - "CommandName": "Get-PnPListItemComment", - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", + "CommandName": "Get-PnPListItemComment" }, { - "Rank": 1, "Id": 498, - "CommandName": "Get-PnPListItemPermission", - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", + "CommandName": "Get-PnPListItemPermission" }, { - "Rank": 1, "Id": 499, - "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "Rank": 1, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", + "CommandName": "Get-PnPListPermissions" }, { - "Rank": 2, "Id": 500, - "CommandName": "Get-PnPListPermissions", - "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, "Id": 501, - "CommandName": "Get-PnPListRecordDeclaration", - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", + "CommandName": "Get-PnPListRecordDeclaration" }, { - "Rank": 1, "Id": 502, - "CommandName": "Get-PnPMasterPage", - "Command": "Get-PnPMasterPage" + "Rank": 1, + "Command": "Get-PnPMasterPage", + "CommandName": "Get-PnPMasterPage" }, { - "Rank": 1, "Id": 503, - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement" + "Rank": 1, + "Command": "Get-PnPMessageCenterAnnouncement", + "CommandName": "Get-PnPMessageCenterAnnouncement" }, { - "Rank": 2, "Id": 504, - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "Rank": 2, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", + "CommandName": "Get-PnPMessageCenterAnnouncement" }, { - "Rank": 1, "Id": 505, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "Rank": 1, + "Command": "Get-PnPMicrosoft365ExpiringGroup", + "CommandName": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Rank": 2, "Id": 506, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "Rank": 2, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", + "CommandName": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Rank": 1, "Id": 507, - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group" + "Rank": 1, + "Command": "Get-PnPMicrosoft365Group", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 2, "Id": 508, - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 3, "Id": 509, - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "Rank": 3, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 4, "Id": 510, - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "Rank": 4, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 5, "Id": 511, - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "Rank": 5, + "Command": "Get-PnPMicrosoft365Group -Identity $group", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 6, "Id": 512, - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "Rank": 6, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 1, "Id": 513, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupEndpoint", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Rank": 2, "Id": 514, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Rank": 3, "Id": 515, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "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, "Id": 516, - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "Rank": 2, "Id": 517, - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "Rank": 3, "Id": 518, - "CommandName": "Get-PnPMicrosoft365GroupMember", - "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, "Id": 519, - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupOwner" }, { - "Rank": 2, "Id": 520, - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", + "CommandName": "Get-PnPMicrosoft365GroupOwner" }, { - "Rank": 1, "Id": 521, - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettings", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, "Id": 522, - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 1, "Id": 523, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Rank": 2, "Id": 524, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "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, "Id": 525, - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupTeam", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "Rank": 2, "Id": 526, - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "Rank": 3, "Id": 527, - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "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, "Id": 528, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Rank": 2, "Id": 529, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Rank": 3, "Id": 530, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "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, "Id": 531, - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode" + "Rank": 1, + "Command": "Get-PnPNavigationNode", + "CommandName": "Get-PnPNavigationNode" }, { - "Rank": 2, "Id": 532, - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "Rank": 2, + "Command": "Get-PnPNavigationNode -Location QuickLaunch", + "CommandName": "Get-PnPNavigationNode" }, { - "Rank": 3, "Id": 533, - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "Rank": 3, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", + "CommandName": "Get-PnPNavigationNode" }, { - "Rank": 1, "Id": 534, - "CommandName": "Get-PnPOrgAssetsLibrary", - "Command": "Get-PnPOrgAssetsLibrary" + "Rank": 1, + "Command": "Get-PnPOrgAssetsLibrary", + "CommandName": "Get-PnPOrgAssetsLibrary" }, { - "Rank": 1, "Id": 535, - "CommandName": "Get-PnPOrgNewsSite", - "Command": "Get-PnPOrgNewsSite" + "Rank": 1, + "Command": "Get-PnPOrgNewsSite", + "CommandName": "Get-PnPOrgNewsSite" }, { - "Rank": 1, "Id": 536, - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "Rank": 1, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", + "CommandName": "Get-PnPPage" }, { - "Rank": 2, "Id": 537, - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"MyPage\"" + "Rank": 2, + "Command": "Get-PnPPage \"MyPage\"", + "CommandName": "Get-PnPPage" }, { - "Rank": 3, "Id": 538, - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "Rank": 3, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", + "CommandName": "Get-PnPPage" }, { - "Rank": 4, "Id": 539, - "CommandName": "Get-PnPPage", - "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": 1, "Id": 540, - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home" + "Rank": 1, + "Command": "Get-PnPPageComponent -Page Home", + "CommandName": "Get-PnPPageComponent" }, { - "Rank": 2, "Id": 541, - "CommandName": "Get-PnPPageComponent", - "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, "Id": 542, - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "Rank": 3, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", + "CommandName": "Get-PnPPageComponent" }, { - "Rank": 1, "Id": 543, - "CommandName": "Get-PnPPlannerBucket", - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", + "CommandName": "Get-PnPPlannerBucket" }, { - "Rank": 1, "Id": 544, - "CommandName": "Get-PnPPlannerConfiguration", - "Command": "Get-PnPPlannerConfiguration" + "Rank": 1, + "Command": "Get-PnPPlannerConfiguration", + "CommandName": "Get-PnPPlannerConfiguration" }, { - "Rank": 1, "Id": 545, - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "Rank": 1, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", + "CommandName": "Get-PnPPlannerPlan" }, { - "Rank": 2, "Id": 546, - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "Rank": 2, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", + "CommandName": "Get-PnPPlannerPlan" }, { - "Rank": 3, "Id": 547, - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "Rank": 3, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", + "CommandName": "Get-PnPPlannerPlan" }, { - "Rank": 1, "Id": 548, - "CommandName": "Get-PnPPlannerRosterMember", - "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, "Id": 549, - "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "Rank": 1, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", + "CommandName": "Get-PnPPlannerRosterPlan" }, { - "Rank": 2, "Id": 550, - "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPPlannerRosterPlan" }, { - "Rank": 1, "Id": 551, - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", + "CommandName": "Get-PnPPlannerTask" }, { - "Rank": 2, "Id": 552, - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 2, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "CommandName": "Get-PnPPlannerTask" }, { - "Rank": 3, "Id": 553, - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 3, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "CommandName": "Get-PnPPlannerTask" }, { - "Rank": 1, "Id": 554, - "CommandName": "Get-PnPPlannerUserPolicy", - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPPlannerUserPolicy" }, { - "Rank": 1, "Id": 555, - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment" + "Rank": 1, + "Command": "Get-PnPPowerPlatformEnvironment", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 2, "Id": 556, - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "Rank": 2, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 3, "Id": 557, - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "Rank": 3, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 1, "Id": 558, - "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Command": "Get-PnPPowerShellTelemetryEnabled" + "Rank": 1, + "Command": "Get-PnPPowerShellTelemetryEnabled", + "CommandName": "Get-PnPPowerShellTelemetryEnabled" }, { - "Rank": 1, "Id": 559, - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag" + "Rank": 1, + "Command": "Get-PnPPropertyBag", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 2, "Id": 560, - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Key MyKey" + "Rank": 2, + "Command": "Get-PnPPropertyBag -Key MyKey", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 3, "Id": 561, - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "Rank": 3, + "Command": "Get-PnPPropertyBag -Folder /MyFolder", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 4, "Id": 562, - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "Rank": 4, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 5, "Id": 563, - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "Rank": 5, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 1, "Id": 564, - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition" + "Rank": 1, + "Command": "Get-PnPPublishingImageRendition", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "Rank": 2, "Id": 565, - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "Rank": 2, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "Rank": 3, "Id": 566, - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "Rank": 3, + "Command": "Get-PnPPublishingImageRendition -Identity 2", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "Rank": 1, "Id": 567, - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem" + "Rank": 1, + "Command": "Get-PnPRecycleBinItem", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 2, "Id": 568, - "CommandName": "Get-PnPRecycleBinItem", - "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, "Id": 569, - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -FirstStage" + "Rank": 3, + "Command": "Get-PnPRecycleBinItem -FirstStage", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 4, "Id": 570, - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -SecondStage" + "Rank": 4, + "Command": "Get-PnPRecycleBinItem -SecondStage", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 5, "Id": 571, - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "Rank": 5, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 1, "Id": 572, - "CommandName": "Get-PnPRequestAccessEmails", - "Command": "Get-PnPRequestAccessEmails" + "Rank": 1, + "Command": "Get-PnPRequestAccessEmails", + "CommandName": "Get-PnPRequestAccessEmails" }, { - "Rank": 1, "Id": 573, - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition" + "Rank": 1, + "Command": "Get-PnPRoleDefinition", + "CommandName": "Get-PnPRoleDefinition" }, { - "Rank": 2, "Id": 574, - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition -Identity Read" + "Rank": 2, + "Command": "Get-PnPRoleDefinition -Identity Read", + "CommandName": "Get-PnPRoleDefinition" }, { - "Rank": 3, "Id": 575, - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "Rank": 3, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", + "CommandName": "Get-PnPRoleDefinition" }, { - "Rank": 1, "Id": 576, - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration" + "Rank": 1, + "Command": "Get-PnPSearchConfiguration", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 2, "Id": 577, - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site" + "Rank": 2, + "Command": "Get-PnPSearchConfiguration -Scope Site", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 3, "Id": 578, - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "Rank": 3, + "Command": "Get-PnPSearchConfiguration -Scope Subscription", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 4, "Id": 579, - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 5, "Id": 580, - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "Rank": 5, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 6, "Id": 581, - "CommandName": "Get-PnPSearchConfiguration", - "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, "Id": 582, - "CommandName": "Get-PnPSearchConfiguration", - "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, "Id": 583, - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "Rank": 8, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 1, "Id": 584, - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog" + "Rank": 1, + "Command": "Get-PnPSearchCrawlLog", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 2, "Id": 585, - "CommandName": "Get-PnPSearchCrawlLog", - "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, "Id": 586, - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "Rank": 3, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 4, "Id": 587, - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "Rank": 4, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 5, "Id": 588, - "CommandName": "Get-PnPSearchCrawlLog", - "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, "Id": 589, - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "Rank": 6, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 7, "Id": 590, - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "Rank": 7, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 1, "Id": 591, - "CommandName": "Get-PnPSearchSettings", - "Command": "Get-PnPSearchSettings" + "Rank": 1, + "Command": "Get-PnPSearchSettings", + "CommandName": "Get-PnPSearchSettings" }, { - "Rank": 1, "Id": 592, - "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth" + "Rank": 1, + "Command": "Get-PnPServiceCurrentHealth", + "CommandName": "Get-PnPServiceCurrentHealth" }, { - "Rank": 2, "Id": 593, - "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "Rank": 2, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", + "CommandName": "Get-PnPServiceCurrentHealth" }, { - "Rank": 1, "Id": 594, - "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue" + "Rank": 1, + "Command": "Get-PnPServiceHealthIssue", + "CommandName": "Get-PnPServiceHealthIssue" }, { - "Rank": 2, "Id": 595, - "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "Rank": 2, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", + "CommandName": "Get-PnPServiceHealthIssue" }, { - "Rank": 1, "Id": 596, - "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn" + "Rank": 1, + "Command": "Get-PnPSharePointAddIn", + "CommandName": "Get-PnPSharePointAddIn" }, { - "Rank": 2, "Id": 597, - "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "Rank": 2, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", + "CommandName": "Get-PnPSharePointAddIn" }, { - "Rank": 1, "Id": 598, - "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Command": "Get-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Command": "Get-PnPSharingForNonOwnersOfSite", + "CommandName": "Get-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, "Id": 599, - "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite" + "Rank": 1, + "Command": "Get-PnPSite", + "CommandName": "Get-PnPSite" }, { - "Rank": 2, "Id": 600, - "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "Rank": 2, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", + "CommandName": "Get-PnPSite" }, { - "Rank": 1, "Id": 601, - "CommandName": "Get-PnPSiteClosure", - "Command": "Get-PnPSiteClosure" + "Rank": 1, + "Command": "Get-PnPSiteClosure", + "CommandName": "Get-PnPSiteClosure" }, { - "Rank": 1, "Id": 602, - "CommandName": "Get-PnPSiteCollectionAdmin", - "Command": "Get-PnPSiteCollectionAdmin" + "Rank": 1, + "Command": "Get-PnPSiteCollectionAdmin", + "CommandName": "Get-PnPSiteCollectionAdmin" }, { - "Rank": 1, "Id": 603, - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Command": "Get-PnPSiteCollectionAppCatalog", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, "Id": 604, - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "Rank": 2, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 3, "Id": 605, - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "Rank": 3, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 1, "Id": 606, - "CommandName": "Get-PnPSiteCollectionTermStore", - "Command": "Get-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "Get-PnPSiteCollectionTermStore", + "CommandName": "Get-PnPSiteCollectionTermStore" }, { - "Rank": 1, "Id": 607, - "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign" + "Rank": 1, + "Command": "Get-PnPSiteDesign", + "CommandName": "Get-PnPSiteDesign" }, { - "Rank": 2, "Id": 608, - "CommandName": "Get-PnPSiteDesign", - "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, "Id": 609, - "CommandName": "Get-PnPSiteDesignRights", - "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, "Id": 610, - "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun" + "Rank": 1, + "Command": "Get-PnPSiteDesignRun", + "CommandName": "Get-PnPSiteDesignRun" }, { - "Rank": 2, "Id": 611, - "CommandName": "Get-PnPSiteDesignRun", - "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, "Id": 612, - "CommandName": "Get-PnPSiteDesignTask", - "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, "Id": 613, - "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask" + "Rank": 2, + "Command": "Get-PnPSiteDesignTask", + "CommandName": "Get-PnPSiteDesignTask" }, { - "Rank": 3, "Id": 614, - "CommandName": "Get-PnPSiteDesignTask", - "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, "Id": 615, - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup" + "Rank": 1, + "Command": "Get-PnPSiteGroup", + "CommandName": "Get-PnPSiteGroup" }, { - "Rank": 2, "Id": 616, - "CommandName": "Get-PnPSiteGroup", - "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, "Id": 617, - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "Rank": 3, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", + "CommandName": "Get-PnPSiteGroup" }, { - "Rank": 4, "Id": 618, - "CommandName": "Get-PnPSiteGroup", - "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, "Id": 619, - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy" + "Rank": 1, + "Command": "Get-PnPSitePolicy", + "CommandName": "Get-PnPSitePolicy" }, { - "Rank": 2, "Id": 620, - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -AllAvailable" + "Rank": 2, + "Command": "Get-PnPSitePolicy -AllAvailable", + "CommandName": "Get-PnPSitePolicy" }, { - "Rank": 3, "Id": 621, - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 3, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", + "CommandName": "Get-PnPSitePolicy" }, { - "Rank": 1, "Id": 622, - "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript" + "Rank": 1, + "Command": "Get-PnPSiteScript", + "CommandName": "Get-PnPSiteScript" }, { - "Rank": 2, "Id": 623, - "CommandName": "Get-PnPSiteScript", - "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, "Id": 624, - "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "Rank": 1, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", + "CommandName": "Get-PnPSiteScriptFromList" }, { - "Rank": 2, "Id": 625, - "CommandName": "Get-PnPSiteScriptFromList", - "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, "Id": 626, - "CommandName": "Get-PnPSiteScriptFromList", - "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, "Id": 627, - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "Rank": 1, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 2, "Id": 628, - "CommandName": "Get-PnPSiteScriptFromWeb", - "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, "Id": 629, - "CommandName": "Get-PnPSiteScriptFromWeb", - "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, "Id": 630, - "CommandName": "Get-PnPSiteScriptFromWeb", - "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, "Id": 631, - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "Rank": 5, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 6, "Id": 632, - "CommandName": "Get-PnPSiteScriptFromWeb", - "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, "Id": 633, - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults" + "Rank": 1, + "Command": "Get-PnPSiteSearchQueryResults", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 2, "Id": 634, - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "Rank": 2, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 3, "Id": 635, - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "Rank": 3, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 4, "Id": 636, - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "Rank": 4, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 5, "Id": 637, - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "Rank": 5, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 6, "Id": 638, - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -All" + "Rank": 6, + "Command": "Get-PnPSiteSearchQueryResults -All", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 1, "Id": 639, - "CommandName": "Get-PnPSiteSensitivityLabel", - "Command": "Get-PnPSiteSensitivityLabel" + "Rank": 1, + "Command": "Get-PnPSiteSensitivityLabel", + "CommandName": "Get-PnPSiteSensitivityLabel" }, { - "Rank": 1, "Id": 640, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "Rank": 1, + "Command": "Get-PnPSiteTemplate -Out template.pnp", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 2, "Id": 641, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml" + "Rank": 2, + "Command": "Get-PnPSiteTemplate -Out template.xml", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 3, "Id": 642, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.md" + "Rank": 3, + "Command": "Get-PnPSiteTemplate -Out template.md", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 4, "Id": 643, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "Rank": 4, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 5, "Id": 644, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "Rank": 5, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 6, "Id": 645, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "Rank": 6, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 7, "Id": 646, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "Rank": 7, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 8, "Id": 647, - "CommandName": "Get-PnPSiteTemplate", - "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, "Id": 648, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "Rank": 9, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 10, "Id": 649, - "CommandName": "Get-PnPSiteTemplate", - "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, "Id": 650, - "CommandName": "Get-PnPSiteTemplate", - "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, "Id": 651, - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "Rank": 12, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 13, "Id": 652, - "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, + "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, "Id": 653, - "CommandName": "Get-PnPSiteTemplate", - "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, "Id": 654, - "CommandName": "Get-PnPSiteUserInvitations", - "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, "Id": 655, - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity" + "Rank": 1, + "Command": "Get-PnPStorageEntity", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 2, "Id": 656, - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey" + "Rank": 2, + "Command": "Get-PnPStorageEntity -Key MyKey", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 3, "Id": 657, - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Scope Site" + "Rank": 3, + "Command": "Get-PnPStorageEntity -Scope Site", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 4, "Id": 658, - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 4, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 1, "Id": 659, - "CommandName": "Get-PnPStoredCredential", - "Command": "Get-PnPStoredCredential -Name O365" + "Rank": 1, + "Command": "Get-PnPStoredCredential -Name O365", + "CommandName": "Get-PnPStoredCredential" }, { - "Rank": 1, "Id": 660, - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "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, "Id": 661, - "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "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, "Id": 662, - "CommandName": "Get-PnPSubscribeSharePointNewsDigest", - "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'" + "Rank": 1, + "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'", + "CommandName": "Get-PnPSubscribeSharePointNewsDigest" }, { - "Rank": 1, "Id": 663, - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb" + "Rank": 1, + "Command": "Get-PnPSubWeb", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 2, "Id": 664, - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse" + "Rank": 2, + "Command": "Get-PnPSubWeb -Recurse", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 3, "Id": 665, - "CommandName": "Get-PnPSubWeb", - "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, "Id": 666, - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "Rank": 4, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 5, "Id": 667, - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "Rank": 5, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 1, "Id": 668, - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel" + "Rank": 1, + "Command": "Get-PnPSyntexModel", + "CommandName": "Get-PnPSyntexModel" }, { - "Rank": 2, "Id": 669, - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity 1" + "Rank": 2, + "Command": "Get-PnPSyntexModel -Identity 1", + "CommandName": "Get-PnPSyntexModel" }, { - "Rank": 3, "Id": 670, - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "Rank": 3, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", + "CommandName": "Get-PnPSyntexModel" }, { - "Rank": 1, "Id": 671, - "CommandName": "Get-PnPSyntexModelPublication", - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "Rank": 1, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", + "CommandName": "Get-PnPSyntexModelPublication" }, { - "Rank": 1, "Id": 672, - "CommandName": "Get-PnPTaxonomyItem", - "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, "Id": 673, - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp" + "Rank": 1, + "Command": "Get-PnPTeamsApp", + "CommandName": "Get-PnPTeamsApp" }, { - "Rank": 2, "Id": 674, - "CommandName": "Get-PnPTeamsApp", - "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, "Id": 675, - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "Rank": 3, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", + "CommandName": "Get-PnPTeamsApp" }, { - "Rank": 1, "Id": 676, - "CommandName": "Get-PnPTeamsChannel", - "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, "Id": 677, - "CommandName": "Get-PnPTeamsChannel", - "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, "Id": 678, - "CommandName": "Get-PnPTeamsChannel", - "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": 1, "Id": 679, - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "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, "Id": 680, - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "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, "Id": 681, - "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", + "CommandName": "Get-PnPTeamsChannelMessage" }, { - "Rank": 2, "Id": 682, - "CommandName": "Get-PnPTeamsChannelMessage", - "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, "Id": 683, - "CommandName": "Get-PnPTeamsChannelMessageReply", - "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, "Id": 684, - "CommandName": "Get-PnPTeamsChannelMessageReply", - "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, "Id": 685, - "CommandName": "Get-PnPTeamsChannelUser", - "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, "Id": 686, - "CommandName": "Get-PnPTeamsChannelUser", - "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, "Id": 687, - "CommandName": "Get-PnPTeamsChannelUser", - "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, "Id": 688, - "CommandName": "Get-PnPTeamsChannelUser", - "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, "Id": 689, - "CommandName": "Get-PnPTeamsPrimaryChannel", - "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, "Id": 690, - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "Rank": 2, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", + "CommandName": "Get-PnPTeamsPrimaryChannel" }, { - "Rank": 1, "Id": 691, - "CommandName": "Get-PnPTeamsTab", - "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, "Id": 692, - "CommandName": "Get-PnPTeamsTab", - "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, "Id": 693, - "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, + "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, "Id": 694, - "CommandName": "Get-PnPTeamsTab", - "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, "Id": 695, - "CommandName": "Get-PnPTeamsTab", - "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, "Id": 696, - "CommandName": "Get-PnPTeamsTag", - "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, "Id": 697, - "CommandName": "Get-PnPTeamsTag", - "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, "Id": 698, - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam" + "Rank": 1, + "Command": "Get-PnPTeamsTeam", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 2, "Id": 699, - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "Rank": 2, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 3, "Id": 700, - "CommandName": "Get-PnPTeamsTeam", - "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, "Id": 701, - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "Rank": 4, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 5, "Id": 702, - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 1, "Id": 703, - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam" + "Rank": 1, + "Command": "Get-PnPTeamsUser -Team MyTeam", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 2, "Id": 704, - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "Rank": 2, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 3, "Id": 705, - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "Rank": 3, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 4, "Id": 706, - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "Rank": 4, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 1, "Id": 707, - "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Command": "Get-PnPTemporarilyDisableAppBar" + "Rank": 1, + "Command": "Get-PnPTemporarilyDisableAppBar", + "CommandName": "Get-PnPTemporarilyDisableAppBar" }, { - "Rank": 1, "Id": 708, - "CommandName": "Get-PnPTenant", - "Command": "Get-PnPTenant" + "Rank": 1, + "Command": "Get-PnPTenant", + "CommandName": "Get-PnPTenant" }, { - "Rank": 1, "Id": 709, - "CommandName": "Get-PnPTenantAppCatalogUrl", - "Command": "Get-PnPTenantAppCatalogUrl" + "Rank": 1, + "Command": "Get-PnPTenantAppCatalogUrl", + "CommandName": "Get-PnPTenantAppCatalogUrl" }, { - "Rank": 1, "Id": 710, - "CommandName": "Get-PnPTenantCdnEnabled", - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", + "CommandName": "Get-PnPTenantCdnEnabled" }, { - "Rank": 1, "Id": 711, - "CommandName": "Get-PnPTenantCdnOrigin", - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", + "CommandName": "Get-PnPTenantCdnOrigin" }, { - "Rank": 1, "Id": 712, - "CommandName": "Get-PnPTenantCdnPolicies", - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", + "CommandName": "Get-PnPTenantCdnPolicies" }, { - "Rank": 1, "Id": 713, - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite" + "Rank": 1, + "Command": "Get-PnPTenantDeletedSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 2, "Id": 714, - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 2, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 3, "Id": 715, - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "Rank": 3, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 4, "Id": 716, - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "Rank": 4, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 1, "Id": 717, - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId" + "Rank": 1, + "Command": "Get-PnPTenantId", + "CommandName": "Get-PnPTenantId" }, { - "Rank": 2, "Id": 718, - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId contoso" + "Rank": 2, + "Command": "Get-PnPTenantId contoso", + "CommandName": "Get-PnPTenantId" }, { - "Rank": 3, "Id": 719, - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "Rank": 3, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", + "CommandName": "Get-PnPTenantId" }, { - "Rank": 4, "Id": 720, - "CommandName": "Get-PnPTenantId", - "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, "Id": 721, - "CommandName": "Get-PnPTenantInstance", - "Command": "Get-PnPTenantInstance" + "Rank": 1, + "Command": "Get-PnPTenantInstance", + "CommandName": "Get-PnPTenantInstance" }, { - "Rank": 1, "Id": 722, - "CommandName": "Get-PnPTenantRecycleBinItem", - "Command": "Get-PnPTenantRecycleBinItem" + "Rank": 1, + "Command": "Get-PnPTenantRecycleBinItem", + "CommandName": "Get-PnPTenantRecycleBinItem" }, { - "Rank": 1, "Id": 723, - "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "Rank": 1, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "CommandName": "Get-PnPTenantSequence" }, { - "Rank": 2, "Id": 724, - "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "Rank": 2, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", + "CommandName": "Get-PnPTenantSequence" }, { - "Rank": 1, "Id": 725, - "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "Rank": 1, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "CommandName": "Get-PnPTenantSequenceSite" }, { - "Rank": 2, "Id": 726, - "CommandName": "Get-PnPTenantSequenceSite", - "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, "Id": 727, - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite" + "Rank": 1, + "Command": "Get-PnPTenantSite", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 2, "Id": 728, - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Detailed" + "Rank": 2, + "Command": "Get-PnPTenantSite -Detailed", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 3, "Id": 729, - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "Rank": 3, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 4, "Id": 730, - "CommandName": "Get-PnPTenantSite", - "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, "Id": 731, - "CommandName": "Get-PnPTenantSite", - "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, "Id": 732, - "CommandName": "Get-PnPTenantSite", - "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, "Id": 733, - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "Rank": 7, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 8, "Id": 734, - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "Rank": 8, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 9, "Id": 735, - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "Rank": 9, + "Command": "Get-PnPTenantSite -GroupIdDefined $true", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 1, "Id": 736, - "CommandName": "Get-PnPTenantSyncClientRestriction", - "Command": "Get-PnPTenantSyncClientRestriction" + "Rank": 1, + "Command": "Get-PnPTenantSyncClientRestriction", + "CommandName": "Get-PnPTenantSyncClientRestriction" }, { - "Rank": 1, "Id": 737, - "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "Rank": 1, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "CommandName": "Get-PnPTenantTemplate" }, { - "Rank": 2, "Id": 738, - "CommandName": "Get-PnPTenantTemplate", - "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, "Id": 739, - "CommandName": "Get-PnPTenantTemplate", - "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, "Id": 740, - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme" + "Rank": 1, + "Command": "Get-PnPTenantTheme", + "CommandName": "Get-PnPTenantTheme" }, { - "Rank": 2, "Id": 741, - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 2, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", + "CommandName": "Get-PnPTenantTheme" }, { - "Rank": 3, "Id": 742, - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "Rank": 3, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", + "CommandName": "Get-PnPTenantTheme" }, { - "Rank": 1, "Id": 743, - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTerm" }, { - "Rank": 2, "Id": 744, - "CommandName": "Get-PnPTerm", - "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, "Id": 745, - "CommandName": "Get-PnPTerm", - "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, "Id": 746, - "CommandName": "Get-PnPTerm", - "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, "Id": 747, - "CommandName": "Get-PnPTerm", - "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, "Id": 748, - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup" + "Rank": 1, + "Command": "Get-PnPTermGroup", + "CommandName": "Get-PnPTermGroup" }, { - "Rank": 2, "Id": 749, - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "Rank": 2, + "Command": "Get-PnPTermGroup -Identity \"Departments\"", + "CommandName": "Get-PnPTermGroup" }, { - "Rank": 3, "Id": 750, - "CommandName": "Get-PnPTermGroup", - "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, "Id": 751, - "CommandName": "Get-PnPTermLabel", - "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, "Id": 752, - "CommandName": "Get-PnPTermLabel", - "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, "Id": 753, - "CommandName": "Get-PnPTermLabel", - "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, "Id": 754, - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermSet" }, { - "Rank": 2, "Id": 755, - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermSet" }, { - "Rank": 3, "Id": 756, - "CommandName": "Get-PnPTermSet", - "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": 1, "Id": 757, - "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme" + "Rank": 1, + "Command": "Get-PnPTheme", + "CommandName": "Get-PnPTheme" }, { - "Rank": 2, "Id": 758, - "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "Rank": 2, + "Command": "Get-PnPTheme -DetectCurrentComposedLook", + "CommandName": "Get-PnPTheme" }, { - "Rank": 1, "Id": 759, - "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId" + "Rank": 1, + "Command": "Get-PnPTimeZoneId", + "CommandName": "Get-PnPTimeZoneId" }, { - "Rank": 2, "Id": 760, - "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "Rank": 2, + "Command": "Get-PnPTimeZoneId -Match Stockholm", + "CommandName": "Get-PnPTimeZoneId" }, { - "Rank": 1, "Id": 761, - "CommandName": "Get-PnPUnifiedAuditLog", - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)" + "Rank": 1, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)", + "CommandName": "Get-PnPUnifiedAuditLog" }, { - "Rank": 1, "Id": 762, - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus" + "Rank": 1, + "Command": "Get-PnPUPABulkImportStatus", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 2, "Id": 763, - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "Rank": 2, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 3, "Id": 764, - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId " + "Rank": 3, + "Command": "Get-PnPUPABulkImportStatus -JobId ", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 4, "Id": 765, - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "Rank": 4, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 1, "Id": 766, - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser" + "Rank": 1, + "Command": "Get-PnPUser", + "CommandName": "Get-PnPUser" }, { - "Rank": 2, "Id": 767, - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity 23" + "Rank": 2, + "Command": "Get-PnPUser -Identity 23", + "CommandName": "Get-PnPUser" }, { - "Rank": 3, "Id": 768, - "CommandName": "Get-PnPUser", - "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, "Id": 769, - "CommandName": "Get-PnPUser", - "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, "Id": 770, - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned" + "Rank": 5, + "Command": "Get-PnPUser -WithRightsAssigned", + "CommandName": "Get-PnPUser" }, { - "Rank": 6, "Id": 771, - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "Rank": 6, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", + "CommandName": "Get-PnPUser" }, { - "Rank": 7, "Id": 772, - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "Rank": 7, + "Command": "Get-PnPUser -WithRightsAssignedDetailed", + "CommandName": "Get-PnPUser" }, { - "Rank": 1, "Id": 773, - "CommandName": "Get-PnPUserOneDriveQuota", - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "Rank": 1, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "CommandName": "Get-PnPUserOneDriveQuota" }, { - "Rank": 1, "Id": 774, - "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "Rank": 1, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "CommandName": "Get-PnPUserProfileProperty" }, { - "Rank": 2, "Id": 775, - "CommandName": "Get-PnPUserProfileProperty", - "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, "Id": 776, - "CommandName": "Get-PnPUserProfileProperty", - "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, "Id": 777, - "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\"" + "Rank": 1, + "Command": "Get-PnPView -List \"Demo List\"", + "CommandName": "Get-PnPView" }, { - "Rank": 2, "Id": 778, - "CommandName": "Get-PnPView", - "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, "Id": 779, - "CommandName": "Get-PnPView", - "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, "Id": 780, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE" + "Rank": 1, + "Command": "Get-PnPVivaConnectionsDashboardACE", + "CommandName": "Get-PnPVivaConnectionsDashboardACE" }, { - "Rank": 2, "Id": 781, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "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, "Id": 782, - "CommandName": "Get-PnPWeb", - "Command": "Get-PnPWeb" + "Rank": 1, + "Command": "Get-PnPWeb", + "CommandName": "Get-PnPWeb" }, { - "Rank": 1, "Id": 783, - "CommandName": "Get-PnPWebHeader", - "Command": "Get-PnPWebHeader" + "Rank": 1, + "Command": "Get-PnPWebHeader", + "CommandName": "Get-PnPWebHeader" }, { - "Rank": 1, "Id": 784, - "CommandName": "Get-PnPWebhookSubscriptions", - "Command": "Get-PnPWebhookSubscriptions -List MyList" + "Rank": 1, + "Command": "Get-PnPWebhookSubscriptions -List MyList", + "CommandName": "Get-PnPWebhookSubscriptions" }, { - "Rank": 1, "Id": 785, - "CommandName": "Get-PnPWebPart", - "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, "Id": 786, - "CommandName": "Get-PnPWebPart", - "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, "Id": 787, - "CommandName": "Get-PnPWebPartProperty", - "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, "Id": 788, - "CommandName": "Get-PnPWebPartProperty", - "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, "Id": 789, - "CommandName": "Get-PnPWebPartXml", - "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, "Id": 790, - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates" + "Rank": 1, + "Command": "Get-PnPWebTemplates", + "CommandName": "Get-PnPWebTemplates" }, { - "Rank": 2, "Id": 791, - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -LCID 1033" + "Rank": 2, + "Command": "Get-PnPWebTemplates -LCID 1033", + "CommandName": "Get-PnPWebTemplates" }, { - "Rank": 3, "Id": 792, - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "Rank": 3, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", + "CommandName": "Get-PnPWebTemplates" }, { - "Rank": 1, "Id": 793, - "CommandName": "Get-PnPWikiPageContent", - "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, "Id": 794, - "CommandName": "Grant-PnPAzureADAppSitePermission", - "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, "Id": 795, - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Write -Site https://contoso.sharepoint.com/sites/projects" + "Rank": 2, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Write -Site https://contoso.sharepoint.com/sites/projects", + "CommandName": "Grant-PnPAzureADAppSitePermission" }, { - "Rank": 1, "Id": 796, - "CommandName": "Grant-PnPHubSiteRights", - "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, "Id": 797, - "CommandName": "Grant-PnPSiteDesignRights", - "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, "Id": 798, - "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "CommandName": "Grant-PnPTenantServicePrincipalPermission" }, { - "Rank": 1, "Id": 799, - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "Rank": 1, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "CommandName": "Import-PnPTaxonomy" }, { - "Rank": 2, "Id": 800, - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "Rank": 2, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", + "CommandName": "Import-PnPTaxonomy" }, { - "Rank": 3, "Id": 801, - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "Rank": 3, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", + "CommandName": "Import-PnPTaxonomy" }, { - "Rank": 1, "Id": 802, - "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "Rank": 1, + "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "CommandName": "Import-PnPTermGroupFromXml" }, { - "Rank": 2, "Id": 803, - "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "Rank": 2, + "Command": "Import-PnPTermGroupFromXml -Path input.xml", + "CommandName": "Import-PnPTermGroupFromXml" }, { - "Rank": 1, "Id": 804, - "CommandName": "Import-PnPTermSet", - "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, "Id": 805, - "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, + "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, "Id": 806, - "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, + "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, "Id": 807, - "CommandName": "Install-PnPApp", - "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, "Id": 808, - "CommandName": "Install-PnPApp", - "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, "Id": 809, - "CommandName": "Invoke-PnPGraphMethod", - "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, "Id": 810, - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "Rank": 2, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 3, "Id": 811, - "CommandName": "Invoke-PnPGraphMethod", - "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, "Id": 812, - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual" + "Rank": 4, + "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 5, "Id": 813, - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"" + "Rank": 5, + "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 1, "Id": 814, - "CommandName": "Invoke-PnPListDesign", - "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, "Id": 815, - "CommandName": "Invoke-PnPListDesign", - "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, "Id": 816, - "CommandName": "Invoke-PnPQuery", - "Command": "Invoke-PnPQuery -RetryCount 5" + "Rank": 1, + "Command": "Invoke-PnPQuery -RetryCount 5", + "CommandName": "Invoke-PnPQuery" }, { - "Rank": 1, "Id": 817, - "CommandName": "Invoke-PnPSiteDesign", - "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, "Id": 818, - "CommandName": "Invoke-PnPSiteDesign", - "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, "Id": 819, - "CommandName": "Invoke-PnPSiteScript", - "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, "Id": 820, - "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, + "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, "Id": 821, - "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, + "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, "Id": 822, - "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, + "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, "Id": 823, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "Rank": 1, + "Command": "Invoke-PnPSiteTemplate -Path template.xml", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 2, "Id": 824, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "Rank": 2, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 3, "Id": 825, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Rank": 3, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 4, "Id": 826, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "Rank": 4, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 5, "Id": 827, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "Rank": 5, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 6, "Id": 828, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "Rank": 6, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 7, "Id": 829, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template" + "Rank": 7, + "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 8, "Id": 830, - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "Rank": 8, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 1, "Id": 831, - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "Rank": 1, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "Rank": 2, "Id": 832, - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "Rank": 2, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "Rank": 3, "Id": 833, - "CommandName": "Invoke-PnPTenantTemplate", - "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, "Id": 834, - "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "Rank": 1, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "CommandName": "Invoke-PnPWebAction" }, { - "Rank": 2, "Id": 835, - "CommandName": "Invoke-PnPWebAction", - "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, "Id": 836, - "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\"" + "Rank": 1, + "Command": "Measure-PnPList \"Documents\"", + "CommandName": "Measure-PnPList" }, { - "Rank": 2, "Id": 837, - "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "Rank": 2, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", + "CommandName": "Measure-PnPList" }, { - "Rank": 1, "Id": 838, - "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb" + "Rank": 1, + "Command": "Measure-PnPWeb", + "CommandName": "Measure-PnPWeb" }, { - "Rank": 2, "Id": 839, - "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb $web -Recursive" + "Rank": 2, + "Command": "Measure-PnPWeb $web -Recursive", + "CommandName": "Measure-PnPWeb" }, { - "Rank": 1, "Id": 840, - "CommandName": "Move-PnPFile", - "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, "Id": 841, - "CommandName": "Move-PnPFile", - "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, "Id": 842, - "CommandName": "Move-PnPFile", - "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, "Id": 843, - "CommandName": "Move-PnPFile", - "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, "Id": 844, - "CommandName": "Move-PnPFolder", - "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, "Id": 845, - "CommandName": "Move-PnPFolder", - "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, "Id": 846, - "CommandName": "Move-PnPListItemToRecycleBin", - "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, "Id": 847, - "CommandName": "Move-PnPPageComponent", - "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, "Id": 848, - "CommandName": "Move-PnPPageComponent", - "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, "Id": 849, - "CommandName": "Move-PnPPageComponent", - "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, "Id": 850, - "CommandName": "Move-PnPPageComponent", - "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, "Id": 851, - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem" + "Rank": 1, + "Command": "Move-PnPRecycleBinItem", + "CommandName": "Move-PnpRecycleBinItem" }, { - "Rank": 2, "Id": 852, - "CommandName": "Move-PnpRecycleBinItem", - "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, "Id": 853, - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Force" + "Rank": 3, + "Command": "Move-PnPRecycleBinItem -Force", + "CommandName": "Move-PnpRecycleBinItem" }, { - "Rank": 1, "Id": 854, - "CommandName": "New-PnPAzureADGroup", - "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, "Id": 855, - "CommandName": "New-PnPAzureADGroup", - "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, "Id": 856, - "CommandName": "New-PnPAzureADGroup", - "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, "Id": 857, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "Rank": 1, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "CommandName": "New-PnPAzureADUserTemporaryAccessPass" }, { - "Rank": 2, "Id": 858, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "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, "Id": 859, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "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, "Id": 860, - "CommandName": "New-PnPAzureCertificate", - "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, "Id": 861, - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "Rank": 2, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", + "CommandName": "New-PnPAzureCertificate" }, { - "Rank": 3, "Id": 862, - "CommandName": "New-PnPAzureCertificate", - "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": 1, "Id": 863, - "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, + "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, "Id": 864, - "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, + "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, "Id": 865, - "CommandName": "New-PnPGroup", - "Command": "New-PnPGroup -Title \"My Site Users\"" + "Rank": 1, + "Command": "New-PnPGroup -Title \"My Site Users\"", + "CommandName": "New-PnPGroup" }, { - "Rank": 1, "Id": 866, - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title Announcements -Template Announcements" + "Rank": 1, + "Command": "New-PnPList -Title Announcements -Template Announcements", + "CommandName": "New-PnPList" }, { - "Rank": 2, "Id": 867, - "CommandName": "New-PnPList", - "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, "Id": 868, - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "Rank": 3, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", + "CommandName": "New-PnPList" }, { - "Rank": 1, "Id": 869, - "CommandName": "New-PnPMicrosoft365Group", - "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, "Id": 870, - "CommandName": "New-PnPMicrosoft365Group", - "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, "Id": 871, - "CommandName": "New-PnPMicrosoft365Group", - "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, "Id": 872, - "CommandName": "New-PnPMicrosoft365Group", - "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, "Id": 873, - "CommandName": "New-PnPMicrosoft365Group", - "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, "Id": 874, - "CommandName": "New-PnPMicrosoft365Group", - "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": 1, "Id": 875, - "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, + "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, "Id": 876, - "CommandName": "New-PnPMicrosoft365GroupSettings", - "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, "Id": 877, - "CommandName": "New-PnPPersonalSite", - "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, "Id": 878, - "CommandName": "New-PnPPlannerPlan", - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "Rank": 1, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "CommandName": "New-PnPPlannerPlan" }, { - "Rank": 1, "Id": 879, - "CommandName": "New-PnPSdnProvider", - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "Rank": 1, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "CommandName": "New-PnPSdnProvider" }, { - "Rank": 1, "Id": 880, - "CommandName": "New-PnPSite", - "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, "Id": 881, - "CommandName": "New-PnPSite", - "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, "Id": 882, - "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, + "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, "Id": 883, - "CommandName": "New-PnPSite", - "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, "Id": 884, - "CommandName": "New-PnPSite", - "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, "Id": 885, - "CommandName": "New-PnPSite", - "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, "Id": 886, - "CommandName": "New-PnPSite", - "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, "Id": 887, - "CommandName": "New-PnPSite", - "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, "Id": 888, - "CommandName": "New-PnPSite", - "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, "Id": 889, - "CommandName": "New-PnPSite", - "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, "Id": 890, - "CommandName": "New-PnPSite", - "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, "Id": 891, - "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, + "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, "Id": 892, - "CommandName": "New-PnPSite", - "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, "Id": 893, - "CommandName": "New-PnPSite", - "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, "Id": 894, - "CommandName": "New-PnPSite", - "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, "Id": 895, - "CommandName": "New-PnPSite", - "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": 1, "Id": 896, - "CommandName": "New-PnPSiteCollectionTermStore", - "Command": "New-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "New-PnPSiteCollectionTermStore", + "CommandName": "New-PnPSiteCollectionTermStore" }, { - "Rank": 1, "Id": 897, - "CommandName": "New-PnPSiteGroup", - "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, "Id": 898, - "CommandName": "New-PnPSiteGroup", - "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, "Id": 899, - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "Rank": 1, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 2, "Id": 900, - "CommandName": "New-PnPSiteTemplateFromFolder", - "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, "Id": 901, - "CommandName": "New-PnPSiteTemplateFromFolder", - "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, "Id": 902, - "CommandName": "New-PnPSiteTemplateFromFolder", - "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, "Id": 903, - "CommandName": "New-PnPSiteTemplateFromFolder", - "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, "Id": 904, - "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, + "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, "Id": 905, - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "Rank": 7, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 8, "Id": 906, - "CommandName": "New-PnPSiteTemplateFromFolder", - "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, "Id": 907, - "CommandName": "New-PnPTeamsApp", - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "Rank": 1, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "CommandName": "New-PnPTeamsApp" }, { - "Rank": 1, "Id": 908, - "CommandName": "New-PnPTeamsTeam", - "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, "Id": 909, - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "Rank": 2, + "Command": "New-PnPTeamsTeam -GroupId $groupId", + "CommandName": "New-PnPTeamsTeam" }, { - "Rank": 3, "Id": 910, - "CommandName": "New-PnPTeamsTeam", - "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, "Id": 911, - "CommandName": "New-PnPTeamsTeam", - "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, "Id": 912, - "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, + "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, "Id": 913, - "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, + "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, "Id": 914, - "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, + "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, "Id": 915, - "CommandName": "New-PnPTenantSite", - "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, "Id": 916, - "CommandName": "New-PnPTerm", - "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, "Id": 917, - "CommandName": "New-PnPTerm", - "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, "Id": 918, - "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "Rank": 1, + "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "CommandName": "New-PnPTermGroup" }, { - "Rank": 1, "Id": 919, - "CommandName": "New-PnPTermLabel", - "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, "Id": 920, - "CommandName": "New-PnPTermSet", - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "CommandName": "New-PnPTermSet" }, { - "Rank": 1, "Id": 921, - "CommandName": "New-PnPUPABulkImportJob", - "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, "Id": 922, - "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, + "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, "Id": 923, - "CommandName": "New-PnPUser", - "Command": "New-PnPUser -LoginName user@company.com" + "Rank": 1, + "Command": "New-PnPUser -LoginName user@company.com", + "CommandName": "New-PnPUser" }, { - "Rank": 1, "Id": 924, - "CommandName": "New-PnPWeb", - "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, "Id": 925, - "CommandName": "Publish-PnPApp", - "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, "Id": 926, - "CommandName": "Publish-PnPApp", - "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, "Id": 927, - "CommandName": "Publish-PnPCompanyApp", - "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon" + "Rank": 1, + "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon", + "CommandName": "Publish-PnPCompanyApp" }, { - "Rank": 1, "Id": 928, - "CommandName": "Publish-PnPContentType", - "Command": "Publish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Command": "Publish-PnPContentType -ContentType 0x0101", + "CommandName": "Publish-PnPContentType" }, { - "Rank": 1, "Id": 929, - "CommandName": "Publish-PnPSyntexModel", - "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, "Id": 930, - "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, + "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, "Id": 931, - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "Rank": 1, + "Command": "Read-PnPSiteTemplate -Path template.pnp", + "CommandName": "Read-PnPSiteTemplate" }, { - "Rank": 2, "Id": 932, - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "Rank": 2, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", + "CommandName": "Read-PnPSiteTemplate" }, { - "Rank": 3, "Id": 933, - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Xml $xml" + "Rank": 3, + "Command": "Read-PnPSiteTemplate -Xml $xml", + "CommandName": "Read-PnPSiteTemplate" }, { - "Rank": 1, "Id": 934, - "CommandName": "Read-PnPTenantTemplate", - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "Rank": 1, + "Command": "Read-PnPTenantTemplate -Path template.pnp", + "CommandName": "Read-PnPTenantTemplate" }, { - "Rank": 1, "Id": 935, - "CommandName": "Register-PnPAppCatalogSite", - "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, "Id": 936, - "CommandName": "Register-PnPHubSite", - "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, "Id": 937, - "CommandName": "Register-PnPHubSite", - "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, "Id": 938, - "CommandName": "Register-PnPManagementShellAccess", - "Command": "Register-PnPManagementShellAccess" + "Rank": 1, + "Command": "Register-PnPManagementShellAccess", + "CommandName": "Register-PnPManagementShellAccess" }, { - "Rank": 2, "Id": 939, - "CommandName": "Register-PnPManagementShellAccess", - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl" + "Rank": 2, + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl", + "CommandName": "Register-PnPManagementShellAccess" }, { - "Rank": 3, "Id": 940, - "CommandName": "Register-PnPManagementShellAccess", - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com" + "Rank": 3, + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com", + "CommandName": "Register-PnPManagementShellAccess" }, { - "Rank": 1, "Id": 941, - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "CommandName": "Remove-PnPAdaptiveScopeProperty" }, { - "Rank": 2, "Id": 942, - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "Rank": 2, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", + "CommandName": "Remove-PnPAdaptiveScopeProperty" }, { - "Rank": 1, "Id": 943, - "CommandName": "Remove-PnPAlert", - "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, "Id": 944, - "CommandName": "Remove-PnPAlert", - "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, "Id": 945, - "CommandName": "Remove-PnPApp", - "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, "Id": 946, - "CommandName": "Remove-PnPApp", - "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, "Id": 947, - "CommandName": "Remove-PnPApplicationCustomizer", - "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, "Id": 948, - "CommandName": "Remove-PnPApplicationCustomizer", - "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, "Id": 949, - "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "Rank": 1, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "CommandName": "Remove-PnPAvailableSiteClassification" }, { - "Rank": 2, "Id": 950, - "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 2, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "CommandName": "Remove-PnPAvailableSiteClassification" }, { - "Rank": 1, "Id": 951, - "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "Rank": 1, + "Command": "Remove-PnPAzureADApp -Identity MyApp", + "CommandName": "Remove-PnPAzureADApp" }, { - "Rank": 2, "Id": 952, - "CommandName": "Remove-PnPAzureADApp", - "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, "Id": 953, - "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "Rank": 1, + "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "CommandName": "Remove-PnPAzureADGroup" }, { - "Rank": 2, "Id": 954, - "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $group" + "Rank": 2, + "Command": "Remove-PnPAzureADGroup -Identity $group", + "CommandName": "Remove-PnPAzureADGroup" }, { - "Rank": 1, "Id": 955, - "CommandName": "Remove-PnPAzureADGroupMember", - "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, "Id": 956, - "CommandName": "Remove-PnPAzureADGroupOwner", - "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, "Id": 957, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "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, "Id": 958, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "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, "Id": 959, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "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, "Id": 960, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 4, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 1, "Id": 961, - "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "CommandName": "Remove-PnPContentType" }, { - "Rank": 2, "Id": 962, - "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "Rank": 2, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", + "CommandName": "Remove-PnPContentType" }, { - "Rank": 1, "Id": 963, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "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, "Id": 964, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "CommandName": "Remove-PnPContentTypeFromDocumentSet" }, { - "Rank": 1, "Id": 965, - "CommandName": "Remove-PnPContentTypeFromList", - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "CommandName": "Remove-PnPContentTypeFromList" }, { - "Rank": 1, "Id": 966, - "CommandName": "Remove-PnPCustomAction", - "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, "Id": 967, - "CommandName": "Remove-PnPCustomAction", - "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, "Id": 968, - "CommandName": "Remove-PnPCustomAction", - "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, "Id": 969, - "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "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, "Id": 970, - "CommandName": "Remove-PnPEventReceiver", - "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, "Id": 971, - "CommandName": "Remove-PnPEventReceiver", - "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, "Id": 972, - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "Rank": 3, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 4, "Id": 973, - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList" + "Rank": 4, + "Command": "Remove-PnPEventReceiver -List ProjectList", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 5, "Id": 974, - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver" + "Rank": 5, + "Command": "Remove-PnPEventReceiver", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 6, "Id": 975, - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Site" + "Rank": 6, + "Command": "Remove-PnPEventReceiver -Scope Site", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 7, "Id": 976, - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Web" + "Rank": 7, + "Command": "Remove-PnPEventReceiver -Scope Web", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 8, "Id": 977, - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope All" + "Rank": 8, + "Command": "Remove-PnPEventReceiver -Scope All", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 1, "Id": 978, - "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -Identity \"Speakers\"" + "Rank": 1, + "Command": "Remove-PnPField -Identity \"Speakers\"", + "CommandName": "Remove-PnPField" }, { - "Rank": 2, "Id": 979, - "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "CommandName": "Remove-PnPField" }, { - "Rank": 1, "Id": 980, - "CommandName": "Remove-PnPFieldFromContentType", - "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, "Id": 981, - "CommandName": "Remove-PnPFieldFromContentType", - "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, "Id": 982, - "CommandName": "Remove-PnPFile", - "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, "Id": 983, - "CommandName": "Remove-PnPFile", - "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, "Id": 984, - "CommandName": "Remove-PnPFile", - "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, "Id": 985, - "CommandName": "Remove-PnPFileFromSiteTemplate", - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "Rank": 1, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "CommandName": "Remove-PnPFileFromSiteTemplate" }, { - "Rank": 1, "Id": 986, - "CommandName": "Remove-PnPFileVersion", - "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, "Id": 987, - "CommandName": "Remove-PnPFileVersion", - "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, "Id": 988, - "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "Rank": 3, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", + "CommandName": "Remove-PnPFileVersion" }, { - "Rank": 1, "Id": 989, - "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "CommandName": "Remove-PnPFolder" }, { - "Rank": 2, "Id": 990, - "CommandName": "Remove-PnPFolder", - "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, "Id": 991, - "CommandName": "Remove-PnPGraphSubscription", - "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, "Id": 992, - "CommandName": "Remove-PnPGroup", - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "Rank": 1, + "Command": "Remove-PnPGroup -Identity \"My Users\"", + "CommandName": "Remove-PnPGroup" }, { - "Rank": 1, "Id": 993, - "CommandName": "Remove-PnPGroupMember", - "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, "Id": 994, - "CommandName": "Remove-PnPHomeSite", - "Command": "Remove-PnPHomeSite" + "Rank": 1, + "Command": "Remove-PnPHomeSite", + "CommandName": "Remove-PnPHomeSite" }, { - "Rank": 1, "Id": 995, - "CommandName": "Remove-PnPHubSiteAssociation", - "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, "Id": 996, - "CommandName": "Remove-PnPHubToHubAssociation", - "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, "Id": 997, - "CommandName": "Remove-PnPHubToHubAssociation", - "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, "Id": 998, - "CommandName": "Remove-PnPIndexedProperty", - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "Rank": 1, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "CommandName": "Remove-PnPIndexedProperty" }, { - "Rank": 1, "Id": 999, - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "Rank": 1, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 2, "Id": 1000, - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "Rank": 2, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 3, "Id": 1001, - "CommandName": "Remove-PnPJavaScriptLink", - "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, "Id": 1002, - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Command": "Remove-PnPJavaScriptLink -Scope Site", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 5, "Id": 1003, - "CommandName": "Remove-PnPJavaScriptLink", - "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, "Id": 1004, - "CommandName": "Remove-PnPKnowledgeHubSite", - "Command": "Remove-PnPKnowledgeHubSite" + "Rank": 1, + "Command": "Remove-PnPKnowledgeHubSite", + "CommandName": "Remove-PnPKnowledgeHubSite" }, { - "Rank": 1, "Id": 1005, - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements" + "Rank": 1, + "Command": "Remove-PnPList -Identity Announcements", + "CommandName": "Remove-PnPList" }, { - "Rank": 2, "Id": 1006, - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Force" + "Rank": 2, + "Command": "Remove-PnPList -Identity Announcements -Force", + "CommandName": "Remove-PnPList" }, { - "Rank": 3, "Id": 1007, - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "Rank": 3, + "Command": "Remove-PnPList -Identity Announcements -Recycle", + "CommandName": "Remove-PnPList" }, { - "Rank": 4, "Id": 1008, - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "Rank": 4, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", + "CommandName": "Remove-PnPList" }, { - "Rank": 1, "Id": 1009, - "CommandName": "Remove-PnPListDesign", - "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, "Id": 1010, - "CommandName": "Remove-PnPListItem", - "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, "Id": 1011, - "CommandName": "Remove-PnPListItem", - "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, "Id": 1012, - "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\"" + "Rank": 3, + "Command": "Remove-PnPListItem -List \"Demo List\"", + "CommandName": "Remove-PnPListItem" }, { - "Rank": 1, "Id": 1013, - "CommandName": "Remove-PnPListItemAttachment", - "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, "Id": 1014, - "CommandName": "Remove-PnPListItemAttachment", - "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, "Id": 1015, - "CommandName": "Remove-PnPListItemAttachment", - "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, "Id": 1016, - "CommandName": "Remove-PnPListItemAttachment", - "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, "Id": 1017, - "CommandName": "Remove-PnPListItemAttachment", - "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, "Id": 1018, - "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "CommandName": "Remove-PnPMicrosoft365Group" }, { - "Rank": 2, "Id": 1019, - "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "Rank": 2, + "Command": "Remove-PnPMicrosoft365Group -Identity $group", + "CommandName": "Remove-PnPMicrosoft365Group" }, { - "Rank": 1, "Id": 1020, - "CommandName": "Remove-PnPMicrosoft365GroupMember", - "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, "Id": 1021, - "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "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, "Id": 1022, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "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, "Id": 1023, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "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, "Id": 1024, - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Identity 1032" + "Rank": 1, + "Command": "Remove-PnPNavigationNode -Identity 1032", + "CommandName": "Remove-PnPNavigationNode" }, { - "Rank": 2, "Id": 1025, - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "Rank": 2, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", + "CommandName": "Remove-PnPNavigationNode" }, { - "Rank": 3, "Id": 1026, - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "Rank": 3, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", + "CommandName": "Remove-PnPNavigationNode" }, { - "Rank": 1, "Id": 1027, - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "Rank": 1, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "CommandName": "Remove-PnPOrgAssetsLibrary" }, { - "Rank": 2, "Id": 1028, - "CommandName": "Remove-PnPOrgAssetsLibrary", - "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, "Id": 1029, - "CommandName": "Remove-PnPOrgAssetsLibrary", - "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, "Id": 1030, - "CommandName": "Remove-PnPOrgNewsSite", - "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, "Id": 1031, - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "Rank": 1, + "Command": "Remove-PnPPage -Identity \"MyPage\"", + "CommandName": "Remove-PnPPage" }, { - "Rank": 2, "Id": 1032, - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "Rank": 2, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", + "CommandName": "Remove-PnPPage" }, { - "Rank": 3, "Id": 1033, - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage $page" + "Rank": 3, + "Command": "Remove-PnPPage $page", + "CommandName": "Remove-PnPPage" }, { - "Rank": 4, "Id": 1034, - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "Rank": 4, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", + "CommandName": "Remove-PnPPage" }, { - "Rank": 1, "Id": 1035, - "CommandName": "Remove-PnPPageComponent", - "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, "Id": 1036, - "CommandName": "Remove-PnPPlannerBucket", - "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, "Id": 1037, - "CommandName": "Remove-PnPPlannerPlan", - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "Rank": 1, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "CommandName": "Remove-PnPPlannerPlan" }, { - "Rank": 1, "Id": 1038, - "CommandName": "Remove-PnPPlannerRoster", - "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, "Id": 1039, - "CommandName": "Remove-PnPPlannerRosterMember", - "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, "Id": 1040, - "CommandName": "Remove-PnPPlannerTask", - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "Rank": 1, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "CommandName": "Remove-PnPPlannerTask" }, { - "Rank": 1, "Id": 1041, - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "Rank": 2, "Id": 1042, - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "Rank": 2, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "Rank": 3, "Id": 1043, - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "Rank": 3, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "Rank": 1, "Id": 1044, - "CommandName": "Remove-PnPPublishingImageRendition", - "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, "Id": 1045, - "CommandName": "Remove-PnPRoleDefinition", - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "Rank": 1, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "CommandName": "Remove-PnPRoleDefinition" }, { - "Rank": 1, "Id": 1046, - "CommandName": "Remove-PnPSdnProvider", - "Command": "Remove-PnPSdnProvider -Confirm:false" + "Rank": 1, + "Command": "Remove-PnPSdnProvider -Confirm:false", + "CommandName": "Remove-PnPSdnProvider" }, { - "Rank": 1, "Id": 1047, - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 2, "Id": 1048, - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 3, "Id": 1049, - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 4, "Id": 1050, - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 1, "Id": 1051, - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPSiteCollectionAdmin" }, { - "Rank": 2, "Id": 1052, - "CommandName": "Remove-PnPSiteCollectionAdmin", - "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, "Id": 1053, - "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "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, "Id": 1054, - "CommandName": "Remove-PnPSiteCollectionTermStore", - "Command": "Remove-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionTermStore", + "CommandName": "Remove-PnPSiteCollectionTermStore" }, { - "Rank": 1, "Id": 1055, - "CommandName": "Remove-PnPSiteDesign", - "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, "Id": 1056, - "CommandName": "Remove-PnPSiteDesignTask", - "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, "Id": 1057, - "CommandName": "Remove-PnPSiteGroup", - "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, "Id": 1058, - "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "Rank": 2, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", + "CommandName": "Remove-PnPSiteGroup" }, { - "Rank": 1, "Id": 1059, - "CommandName": "Remove-PnPSiteScript", - "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, "Id": 1060, - "CommandName": "Remove-PnPSiteUserInvitations", - "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, "Id": 1061, - "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPStorageEntity -Key MyKey", + "CommandName": "Remove-PnPStorageEntity" }, { - "Rank": 2, "Id": 1062, - "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 2, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", + "CommandName": "Remove-PnPStorageEntity" }, { - "Rank": 1, "Id": 1063, - "CommandName": "Remove-PnPStoredCredential", - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "Rank": 1, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "CommandName": "Remove-PnPStoredCredential" }, { - "Rank": 1, "Id": 1064, - "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "Rank": 1, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "CommandName": "Remove-PnPTaxonomyItem" }, { - "Rank": 2, "Id": 1065, - "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "Rank": 2, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", + "CommandName": "Remove-PnPTaxonomyItem" }, { - "Rank": 1, "Id": 1066, - "CommandName": "Remove-PnPTeamsApp", - "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, "Id": 1067, - "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "Rank": 2, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", + "CommandName": "Remove-PnPTeamsApp" }, { - "Rank": 1, "Id": 1068, - "CommandName": "Remove-PnPTeamsChannel", - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"" + "Rank": 1, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"", + "CommandName": "Remove-PnPTeamsChannel" }, { - "Rank": 1, "Id": 1069, - "CommandName": "Remove-PnPTeamsChannelUser", - "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, "Id": 1070, - "CommandName": "Remove-PnPTeamsChannelUser", - "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, "Id": 1071, - "CommandName": "Remove-PnPTeamsChannelUser", - "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, "Id": 1072, - "CommandName": "Remove-PnPTeamsTab", - "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, "Id": 1073, - "CommandName": "Remove-PnPTeamsTab", - "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, "Id": 1074, - "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, + "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, "Id": 1075, - "CommandName": "Remove-PnPTeamsTag", - "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, "Id": 1076, - "CommandName": "Remove-PnPTeamsTeam", - "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, "Id": 1077, - "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "Rank": 2, + "Command": "Remove-PnPTeamsTeam -Identity testteam", + "CommandName": "Remove-PnPTeamsTeam" }, { - "Rank": 1, "Id": 1078, - "CommandName": "Remove-PnPTeamsUser", - "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, "Id": 1079, - "CommandName": "Remove-PnPTeamsUser", - "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": 1, "Id": 1080, - "CommandName": "Remove-PnPTenantCdnOrigin", - "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, "Id": 1081, - "CommandName": "Remove-PnPTenantDeletedSite", - "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, "Id": 1082, - "CommandName": "Remove-PnPTenantDeletedSite", - "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, "Id": 1083, - "CommandName": "Remove-PnPTenantSite", - "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, "Id": 1084, - "CommandName": "Remove-PnPTenantSite", - "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, "Id": 1085, - "CommandName": "Remove-PnPTenantSite", - "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, "Id": 1086, - "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Command": "Remove-PnPTenantSyncClientRestriction" + "Rank": 1, + "Command": "Remove-PnPTenantSyncClientRestriction", + "CommandName": "Remove-PnPTenantSyncClientRestriction" }, { - "Rank": 1, "Id": 1087, - "CommandName": "Remove-PnPTenantTheme", - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 1, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "CommandName": "Remove-PnPTenantTheme" }, { - "Rank": 1, "Id": 1088, - "CommandName": "Remove-PnPTerm", - "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, "Id": 1089, - "CommandName": "Remove-PnPTerm", - "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, "Id": 1090, - "CommandName": "Remove-PnPTermGroup", - "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, "Id": 1091, - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "Rank": 2, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", + "CommandName": "Remove-PnPTermGroup" }, { - "Rank": 3, "Id": 1092, - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "Rank": 3, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", + "CommandName": "Remove-PnPTermGroup" }, { - "Rank": 1, "Id": 1093, - "CommandName": "Remove-PnPTermLabel", - "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, "Id": 1094, - "CommandName": "Remove-PnPTermLabel", - "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, "Id": 1095, - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity 23" + "Rank": 1, + "Command": "Remove-PnPUser -Identity 23", + "CommandName": "Remove-PnPUser" }, { - "Rank": 2, "Id": 1096, - "CommandName": "Remove-PnPUser", - "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, "Id": 1097, - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Confirm:$false" + "Rank": 3, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Confirm:$false", + "CommandName": "Remove-PnPUser" }, { - "Rank": 1, "Id": 1098, - "CommandName": "Remove-PnPUserInfo", - "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, "Id": 1099, - "CommandName": "Remove-PnPUserProfile", - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "CommandName": "Remove-PnPUserProfile" }, { - "Rank": 1, "Id": 1100, - "CommandName": "Remove-PnPView", - "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, "Id": 1101, - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "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, "Id": 1102, - "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity projectA" + "Rank": 1, + "Command": "Remove-PnPWeb -Identity projectA", + "CommandName": "Remove-PnPWeb" }, { - "Rank": 2, "Id": 1103, - "CommandName": "Remove-PnPWeb", - "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, "Id": 1104, - "CommandName": "Remove-PnPWebhookSubscription", - "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, "Id": 1105, - "CommandName": "Remove-PnPWebPart", - "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, "Id": 1106, - "CommandName": "Remove-PnPWebPart", - "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, "Id": 1107, - "CommandName": "Remove-PnPWikiPage", - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "Rank": 1, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "CommandName": "Remove-PnPWikiPage" }, { - "Rank": 1, "Id": 1108, - "CommandName": "Rename-PnPFile", - "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, "Id": 1109, - "CommandName": "Rename-PnPFile", - "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, "Id": 1110, - "CommandName": "Rename-PnPFile", - "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, "Id": 1111, - "CommandName": "Rename-PnPFolder", - "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, "Id": 1112, - "CommandName": "Repair-PnPSite", - "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, "Id": 1113, - "CommandName": "Repair-PnPSite", - "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, "Id": 1114, - "CommandName": "Request-PnPAccessToken", - "Command": "Request-PnPAccessToken" + "Rank": 1, + "Command": "Request-PnPAccessToken", + "CommandName": "Request-PnPAccessToken" }, { - "Rank": 2, "Id": 1115, - "CommandName": "Request-PnPAccessToken", - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2" + "Rank": 2, + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2", + "CommandName": "Request-PnPAccessToken" }, { - "Rank": 3, "Id": 1116, - "CommandName": "Request-PnPAccessToken", - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All" + "Rank": 3, + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All", + "CommandName": "Request-PnPAccessToken" }, { - "Rank": 4, "Id": 1117, - "CommandName": "Request-PnPAccessToken", - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl" + "Rank": 4, + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl", + "CommandName": "Request-PnPAccessToken" }, { - "Rank": 1, "Id": 1118, - "CommandName": "Request-PnPPersonalSite", - "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, "Id": 1119, - "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "Rank": 2, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", + "CommandName": "Request-PnPPersonalSite" }, { - "Rank": 1, "Id": 1120, - "CommandName": "Request-PnPReIndexList", - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "Rank": 1, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "CommandName": "Request-PnPReIndexList" }, { - "Rank": 1, "Id": 1121, - "CommandName": "Request-PnPReIndexWeb", - "Command": "Request-PnPReIndexWeb" + "Rank": 1, + "Command": "Request-PnPReIndexWeb", + "CommandName": "Request-PnPReIndexWeb" }, { - "Rank": 1, "Id": 1122, - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "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, "Id": 1123, - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "Rank": 2, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", + "CommandName": "Request-PnPSyntexClassifyAndExtract" }, { - "Rank": 3, "Id": 1124, - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "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, "Id": 1125, - "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "Rank": 1, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "CommandName": "Reset-PnPFileVersion" }, { - "Rank": 2, "Id": 1126, - "CommandName": "Reset-PnPFileVersion", - "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, "Id": 1127, - "CommandName": "Reset-PnPLabel", - "Command": "Reset-PnPLabel -List \"Demo List\"" + "Rank": 1, + "Command": "Reset-PnPLabel -List \"Demo List\"", + "CommandName": "Reset-PnPLabel" }, { - "Rank": 2, "Id": 1128, - "CommandName": "Reset-PnPLabel", - "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true" + "Rank": 2, + "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true", + "CommandName": "Reset-PnPLabel" }, { - "Rank": 1, "Id": 1129, - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "Rank": 1, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault" }, { - "Rank": 1, "Id": 1130, - "CommandName": "Resolve-PnPFolder", - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "Rank": 1, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "CommandName": "Resolve-PnPFolder" }, { - "Rank": 1, "Id": 1131, - "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "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, "Id": 1132, - "CommandName": "Restore-PnPFileVersion", - "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, "Id": 1133, - "CommandName": "Restore-PnPFileVersion", - "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, "Id": 1134, - "CommandName": "Restore-PnPFileVersion", - "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, "Id": 1135, - "CommandName": "Restore-PnPRecycleBinItem", - "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, "Id": 1136, - "CommandName": "Restore-PnPTenantRecycleBinItem", - "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, "Id": 1137, - "CommandName": "Restore-PnPTenantRecycleBinItem", - "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, "Id": 1138, - "CommandName": "Restore-PnPTenantSite", - "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, "Id": 1139, - "CommandName": "Restore-PnPTenantSite", - "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, "Id": 1140, - "CommandName": "Restore-PnPTenantSite", - "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, "Id": 1141, - "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "Rank": 1, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "CommandName": "Revoke-PnPAzureADAppSitePermission" }, { - "Rank": 1, "Id": 1142, - "CommandName": "Revoke-PnPHubSiteRights", - "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, "Id": 1143, - "CommandName": "Revoke-PnPSiteDesignRights", - "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, "Id": 1144, - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "CommandName": "Revoke-PnPTenantServicePrincipalPermission" }, { - "Rank": 1, "Id": 1145, - "CommandName": "Revoke-PnPUserSession", - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "Rank": 1, + "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "CommandName": "Revoke-PnPUserSession" }, { - "Rank": 1, "Id": 1146, - "CommandName": "Save-PnPSiteTemplate", - "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, "Id": 1147, - "CommandName": "Save-PnPTenantTemplate", - "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, "Id": 1148, - "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, + "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, "Id": 1149, - "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, + "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, "Id": 1150, - "CommandName": "Send-PnPMail", - "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, "Id": 1151, - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com" + "Rank": 4, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com", + "CommandName": "Send-PnPMail" }, { - "Rank": 5, "Id": 1152, - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com" + "Rank": 5, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com", + "CommandName": "Send-PnPMail" }, { - "Rank": 6, "Id": 1153, - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"" + "Rank": 6, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"", + "CommandName": "Send-PnPMail" }, { - "Rank": 1, "Id": 1154, - "CommandName": "Set-PnPAdaptiveScopeProperty", - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "Rank": 1, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "CommandName": "Set-PnPAdaptiveScopeProperty" }, { - "Rank": 1, "Id": 1155, - "CommandName": "Set-PnPApplicationCustomizer", - "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, "Id": 1156, - "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, + "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, "Id": 1157, - "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -On" + "Rank": 1, + "Command": "Set-PnPAppSideLoading -On", + "CommandName": "Set-PnPAppSideLoading" }, { - "Rank": 2, "Id": 1158, - "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -Off" + "Rank": 2, + "Command": "Set-PnPAppSideLoading -Off", + "CommandName": "Set-PnPAppSideLoading" }, { - "Rank": 1, "Id": 1159, - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -EnableAll" + "Rank": 1, + "Command": "Set-PnPAuditing -EnableAll", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 2, "Id": 1160, - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -DisableAll" + "Rank": 2, + "Command": "Set-PnPAuditing -DisableAll", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 3, "Id": 1161, - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7" + "Rank": 3, + "Command": "Set-PnPAuditing -RetentionTime 7", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 4, "Id": 1162, - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -TrimAuditLog" + "Rank": 4, + "Command": "Set-PnPAuditing -TrimAuditLog", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 5, "Id": 1163, - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "Rank": 5, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 1, "Id": 1164, - "CommandName": "Set-PnPAvailablePageLayouts", - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "Rank": 1, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "CommandName": "Set-PnPAvailablePageLayouts" }, { - "Rank": 1, "Id": 1165, - "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "Rank": 1, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "CommandName": "Set-PnPAzureADAppSitePermission" }, { - "Rank": 2, "Id": 1166, - "CommandName": "Set-PnPAzureADAppSitePermission", - "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, "Id": 1167, - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPAzureADGroup" }, { - "Rank": 2, "Id": 1168, - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPAzureADGroup" }, { - "Rank": 3, "Id": 1169, - "CommandName": "Set-PnPAzureADGroup", - "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, "Id": 1170, - "CommandName": "Set-PnPBrowserIdleSignout", - "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, "Id": 1171, - "CommandName": "Set-PnPBrowserIdleSignout", - "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, "Id": 1172, - "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "Rank": 3, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", + "CommandName": "Set-PnPBrowserIdleSignout" }, { - "Rank": 1, "Id": 1173, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "Rank": 1, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "CommandName": "Set-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 2, "Id": 1174, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "Rank": 2, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", + "CommandName": "Set-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 1, "Id": 1175, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "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, "Id": 1176, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "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, "Id": 1177, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "Rank": 3, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 4, "Id": 1178, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "Rank": 4, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 1, "Id": 1179, - "CommandName": "Set-PnPContentType", - "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, "Id": 1180, - "CommandName": "Set-PnPContentType", - "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, "Id": 1181, - "CommandName": "Set-PnPContentType", - "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, "Id": 1182, - "CommandName": "Set-PnPContentType", - "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, "Id": 1183, - "CommandName": "Set-PnPContentType", - "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, "Id": 1184, - "CommandName": "Set-PnPDefaultColumnValues", - "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, "Id": 1185, - "CommandName": "Set-PnPDefaultColumnValues", - "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, "Id": 1186, - "CommandName": "Set-PnPDefaultColumnValues", - "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, "Id": 1187, - "CommandName": "Set-PnPDefaultColumnValues", - "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, "Id": 1188, - "CommandName": "Set-PnPDefaultContentTypeToList", - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "Rank": 1, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "CommandName": "Set-PnPDefaultContentTypeToList" }, { - "Rank": 1, "Id": 1189, - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "Rank": 1, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "Rank": 2, "Id": 1190, - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "Rank": 2, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "Rank": 3, "Id": 1191, - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "Rank": 3, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "Rank": 1, "Id": 1192, - "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "Rank": 1, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "CommandName": "Set-PnPDisableSpacesActivation" }, { - "Rank": 2, "Id": 1193, - "CommandName": "Set-PnPDisableSpacesActivation", - "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, "Id": 1194, - "CommandName": "Set-PnPDisableSpacesActivation", - "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, "Id": 1195, - "CommandName": "Set-PnPDocumentSetField", - "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, "Id": 1196, - "CommandName": "Set-PnPDocumentSetField", - "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, "Id": 1197, - "CommandName": "Set-PnPField", - "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, "Id": 1198, - "CommandName": "Set-PnPField", - "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, "Id": 1199, - "CommandName": "Set-PnPField", - "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, "Id": 1200, - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "Rank": 1, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "Rank": 2, "Id": 1201, - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "Rank": 2, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "Rank": 1, "Id": 1202, - "CommandName": "Set-PnPFileCheckedOut", - "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, "Id": 1203, - "CommandName": "Set-PnPFolderPermission", - "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, "Id": 1204, - "CommandName": "Set-PnPFolderPermission", - "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, "Id": 1205, - "CommandName": "Set-PnPFolderPermission", - "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, "Id": 1206, - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true" + "Rank": 1, + "Command": "Set-PnPFooter -Enabled:$true", + "CommandName": "Set-PnPFooter" }, { - "Rank": 2, "Id": 1207, - "CommandName": "Set-PnPFooter", - "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, "Id": 1208, - "CommandName": "Set-PnPFooter", - "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, "Id": 1209, - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -LogoUrl \"\"" + "Rank": 4, + "Command": "Set-PnPFooter -LogoUrl \"\"", + "CommandName": "Set-PnPFooter" }, { - "Rank": 1, "Id": 1210, - "CommandName": "Set-PnPGraphSubscription", - "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, "Id": 1211, - "CommandName": "Set-PnPGroup", - "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, "Id": 1212, - "CommandName": "Set-PnPGroup", - "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, "Id": 1213, - "CommandName": "Set-PnPGroupPermissions", - "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, "Id": 1214, - "CommandName": "Set-PnPGroupPermissions", - "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, "Id": 1215, - "CommandName": "Set-PnPGroupPermissions", - "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, "Id": 1216, - "CommandName": "Set-PnPGroupPermissions", - "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, "Id": 1217, - "CommandName": "Set-PnPGroupPermissions", - "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, "Id": 1218, - "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "Rank": 1, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "CommandName": "Set-PnPHideDefaultThemes" }, { - "Rank": 2, "Id": 1219, - "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "Rank": 2, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", + "CommandName": "Set-PnPHideDefaultThemes" }, { - "Rank": 1, "Id": 1220, - "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "Rank": 1, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "CommandName": "Set-PnPHomePage" }, { - "Rank": 2, "Id": 1221, - "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "Rank": 2, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", + "CommandName": "Set-PnPHomePage" }, { - "Rank": 1, "Id": 1222, - "CommandName": "Set-PnPHomeSite", - "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, "Id": 1223, - "CommandName": "Set-PnPHomeSite", - "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": 1, "Id": 1224, - "CommandName": "Set-PnPHubSite", - "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, "Id": 1225, - "CommandName": "Set-PnPHubSite", - "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, "Id": 1226, - "CommandName": "Set-PnPHubSite", - "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, "Id": 1227, - "CommandName": "Set-PnPHubSite", - "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, "Id": 1228, - "CommandName": "Set-PnPHubSite", - "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, "Id": 1229, - "CommandName": "Set-PnPHubSite", - "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, "Id": 1230, - "CommandName": "Set-PnPImageListItemColumn", - "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, "Id": 1231, - "CommandName": "Set-PnPImageListItemColumn", - "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, "Id": 1232, - "CommandName": "Set-PnPIndexedProperties", - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "Rank": 1, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "CommandName": "Set-PnPIndexedProperties" }, { - "Rank": 1, "Id": 1233, - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "Rank": 1, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "CommandName": "Set-PnPInPlaceRecordsManagement" }, { - "Rank": 2, "Id": 1234, - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "Rank": 2, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", + "CommandName": "Set-PnPInPlaceRecordsManagement" }, { - "Rank": 1, "Id": 1235, - "CommandName": "Set-PnPKnowledgeHubSite", - "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, "Id": 1236, - "CommandName": "Set-PnPLabel", - "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"" + "Rank": 1, + "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"", + "CommandName": "Set-PnPLabel" }, { - "Rank": 2, "Id": 1237, - "CommandName": "Set-PnPLabel", - "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "Rank": 2, + "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", + "CommandName": "Set-PnPLabel" }, { - "Rank": 1, "Id": 1238, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "Rank": 1, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "CommandName": "Set-PnPList" }, { - "Rank": 2, "Id": 1239, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "Rank": 2, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", + "CommandName": "Set-PnPList" }, { - "Rank": 3, "Id": 1240, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "Rank": 3, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", + "CommandName": "Set-PnPList" }, { - "Rank": 4, "Id": 1241, - "CommandName": "Set-PnPList", - "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, "Id": 1242, - "CommandName": "Set-PnPList", - "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, "Id": 1243, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "Rank": 6, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", + "CommandName": "Set-PnPList" }, { - "Rank": 7, "Id": 1244, - "CommandName": "Set-PnPList", - "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, "Id": 1245, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "Rank": 8, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", + "CommandName": "Set-PnPList" }, { - "Rank": 9, "Id": 1246, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500" + "Rank": 9, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500", + "CommandName": "Set-PnPList" }, { - "Rank": 10, "Id": 1247, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500" + "Rank": 10, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500", + "CommandName": "Set-PnPList" }, { - "Rank": 11, "Id": 1248, - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "Rank": 11, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", + "CommandName": "Set-PnPList" }, { - "Rank": 1, "Id": 1249, - "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "Rank": 1, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "CommandName": "Set-PnPListInformationRightsManagement" }, { - "Rank": 2, "Id": 1250, - "CommandName": "Set-PnPListInformationRightsManagement", - "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, "Id": 1251, - "CommandName": "Set-PnPListItem", - "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, "Id": 1252, - "CommandName": "Set-PnPListItem", - "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, "Id": 1253, - "CommandName": "Set-PnPListItem", - "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, "Id": 1254, - "CommandName": "Set-PnPListItem", - "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, "Id": 1255, - "CommandName": "Set-PnPListItem", - "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, "Id": 1256, - "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "CommandName": "Set-PnPListItemAsRecord" }, { - "Rank": 2, "Id": 1257, - "CommandName": "Set-PnPListItemAsRecord", - "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, "Id": 1258, - "CommandName": "Set-PnPListItemPermission", - "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, "Id": 1259, - "CommandName": "Set-PnPListItemPermission", - "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, "Id": 1260, - "CommandName": "Set-PnPListItemPermission", - "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, "Id": 1261, - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "Rank": 4, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", + "CommandName": "Set-PnPListItemPermission" }, { - "Rank": 5, "Id": 1262, - "CommandName": "Set-PnPListItemPermission", - "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, "Id": 1263, - "CommandName": "Set-PnPListPermission", - "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, "Id": 1264, - "CommandName": "Set-PnPListPermission", - "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, "Id": 1265, - "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "Rank": 1, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "CommandName": "Set-PnPListRecordDeclaration" }, { - "Rank": 2, "Id": 1266, - "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "Rank": 2, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", + "CommandName": "Set-PnPListRecordDeclaration" }, { - "Rank": 1, "Id": 1267, - "CommandName": "Set-PnPMasterPage", - "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, "Id": 1268, - "CommandName": "Set-PnPMasterPage", - "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, "Id": 1269, - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Rank": 3, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "Rank": 4, "Id": 1270, - "CommandName": "Set-PnPMasterPage", - "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, "Id": 1271, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 2, "Id": 1272, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 3, "Id": 1273, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 1, "Id": 1274, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 2, "Id": 1275, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 3, "Id": 1276, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 1, "Id": 1277, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 2, "Id": 1278, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 3, "Id": 1279, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 1, "Id": 1280, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 2, "Id": 1281, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 3, "Id": 1282, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 1, "Id": 1283, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 2, "Id": 1284, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 3, "Id": 1285, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsRead", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 1, "Id": 1286, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 2, "Id": 1287, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 3, "Id": 1288, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 1, "Id": 1289, - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 2, "Id": 1290, - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 3, "Id": 1291, - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "Rank": 3, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 4, "Id": 1292, - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "Rank": 4, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 5, "Id": 1293, - "CommandName": "Set-PnPMicrosoft365Group", - "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, "Id": 1294, - "CommandName": "Set-PnPMicrosoft365Group", - "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, "Id": 1295, - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "Rank": 1, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "CommandName": "Set-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, "Id": 1296, - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "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, "Id": 1297, - "CommandName": "Set-PnPMinimalDownloadStrategy", - "Command": "Set-PnPMinimalDownloadStrategy -Off" + "Rank": 1, + "Command": "Set-PnPMinimalDownloadStrategy -Off", + "CommandName": "Set-PnPMinimalDownloadStrategy" }, { - "Rank": 2, "Id": 1298, - "CommandName": "Set-PnPMinimalDownloadStrategy", - "Command": "Set-PnPMinimalDownloadStrategy -On" + "Rank": 2, + "Command": "Set-PnPMinimalDownloadStrategy -On", + "CommandName": "Set-PnPMinimalDownloadStrategy" }, { - "Rank": 1, "Id": 1299, - "CommandName": "Set-PnPPage", - "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, "Id": 1300, - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "Rank": 2, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", + "CommandName": "Set-PnPPage" }, { - "Rank": 3, "Id": 1301, - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "Rank": 3, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", + "CommandName": "Set-PnPPage" }, { - "Rank": 4, "Id": 1302, - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "Rank": 4, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", + "CommandName": "Set-PnPPage" }, { - "Rank": 5, "Id": 1303, - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "Rank": 5, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", + "CommandName": "Set-PnPPage" }, { - "Rank": 6, "Id": 1304, - "CommandName": "Set-PnPPage", - "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, "Id": 1305, - "CommandName": "Set-PnPPage", - "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, "Id": 1306, - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Name \"NewPage\" -Translate" + "Rank": 8, + "Command": "Set-PnPPage -Name \"NewPage\" -Translate", + "CommandName": "Set-PnPPage" }, { - "Rank": 9, "Id": 1307, - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "CommandName": "Set-PnPPage" }, { - "Rank": 10, "Id": 1308, - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Rank": 10, + "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", + "CommandName": "Set-PnPPage" }, { - "Rank": 1, "Id": 1309, - "CommandName": "Set-PnPPageTextPart", - "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, "Id": 1310, - "CommandName": "Set-PnPPageWebPart", - "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, "Id": 1311, - "CommandName": "Set-PnPPageWebPart", - "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, "Id": 1312, - "CommandName": "Set-PnPPlannerBucket", - "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, "Id": 1313, - "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "Rank": 1, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "CommandName": "Set-PnPPlannerConfiguration" }, { - "Rank": 2, "Id": 1314, - "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "Rank": 2, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", + "CommandName": "Set-PnPPlannerConfiguration" }, { - "Rank": 1, "Id": 1315, - "CommandName": "Set-PnPPlannerPlan", - "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, "Id": 1316, - "CommandName": "Set-PnPPlannerTask", - "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, "Id": 1317, - "CommandName": "Set-PnPPlannerTask", - "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, "Id": 1318, - "CommandName": "Set-PnPPlannerTask", - "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": 1, "Id": 1319, - "CommandName": "Set-PnPPlannerUserPolicy", - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Set-PnPPlannerUserPolicy" }, { - "Rank": 1, "Id": 1320, - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "Rank": 1, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "CommandName": "Set-PnPPropertyBagValue" }, { - "Rank": 2, "Id": 1321, - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "Rank": 2, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", + "CommandName": "Set-PnPPropertyBagValue" }, { - "Rank": 3, "Id": 1322, - "CommandName": "Set-PnPPropertyBagValue", - "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, "Id": 1323, - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "Rank": 1, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "Rank": 2, "Id": 1324, - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled" + "Rank": 2, + "Command": "Set-PnPRequestAccessEmails -Disabled", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "Rank": 3, "Id": 1325, - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "Rank": 3, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "Rank": 1, "Id": 1326, - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "Rank": 1, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "CommandName": "Set-PnPRoleDefinition" }, { - "Rank": 2, "Id": 1327, - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "Rank": 2, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", + "CommandName": "Set-PnPRoleDefinition" }, { - "Rank": 3, "Id": 1328, - "CommandName": "Set-PnPRoleDefinition", - "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, "Id": 1329, - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "Rank": 4, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", + "CommandName": "Set-PnPRoleDefinition" }, { - "Rank": 1, "Id": 1330, - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Command": "Set-PnPSearchConfiguration -Configuration $config", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 2, "Id": 1331, - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 3, "Id": 1332, - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 4, "Id": 1333, - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 1, "Id": 1334, - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "Rank": 1, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 2, "Id": 1335, - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "Rank": 2, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 3, "Id": 1336, - "CommandName": "Set-PnPSearchSettings", - "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, "Id": 1337, - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "Rank": 4, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 5, "Id": 1338, - "CommandName": "Set-PnPSearchSettings", - "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, "Id": 1339, - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "Rank": 6, + "Command": "Set-PnPSearchSettings -SearchScope Tenant", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 7, "Id": 1340, - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "Rank": 7, + "Command": "Set-PnPSearchSettings -SearchScope Hub", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 1, "Id": 1341, - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification \"HBI\"" + "Rank": 1, + "Command": "Set-PnPSite -Classification \"HBI\"", + "CommandName": "Set-PnPSite" }, { - "Rank": 2, "Id": 1342, - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification $null" + "Rank": 2, + "Command": "Set-PnPSite -Classification $null", + "CommandName": "Set-PnPSite" }, { - "Rank": 3, "Id": 1343, - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows" + "Rank": 3, + "Command": "Set-PnPSite -DisableFlows", + "CommandName": "Set-PnPSite" }, { - "Rank": 4, "Id": 1344, - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows:$false" + "Rank": 4, + "Command": "Set-PnPSite -DisableFlows:$false", + "CommandName": "Set-PnPSite" }, { - "Rank": 5, "Id": 1345, - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "Rank": 5, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", + "CommandName": "Set-PnPSite" }, { - "Rank": 6, "Id": 1346, - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -NoScriptSite $false" + "Rank": 6, + "Command": "Set-PnPSite -NoScriptSite $false", + "CommandName": "Set-PnPSite" }, { - "Rank": 1, "Id": 1347, - "CommandName": "Set-PnPSiteClassification", - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "Rank": 1, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "CommandName": "Set-PnPSiteClassification" }, { - "Rank": 1, "Id": 1348, - "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Open" + "Rank": 1, + "Command": "Set-PnPSiteClosure -State Open", + "CommandName": "Set-PnPSiteClosure" }, { - "Rank": 2, "Id": 1349, - "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Closed" + "Rank": 2, + "Command": "Set-PnPSiteClosure -State Closed", + "CommandName": "Set-PnPSiteClosure" }, { - "Rank": 1, "Id": 1350, - "CommandName": "Set-PnPSiteDesign", - "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, "Id": 1351, - "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, + "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, "Id": 1352, - "CommandName": "Set-PnPSiteGroup", - "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, "Id": 1353, - "CommandName": "Set-PnPSiteGroup", - "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, "Id": 1354, - "CommandName": "Set-PnPSitePolicy", - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 1, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "CommandName": "Set-PnPSitePolicy" }, { - "Rank": 1, "Id": 1355, - "CommandName": "Set-PnPSiteScript", - "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, "Id": 1356, - "CommandName": "Set-PnPSiteScriptPackage", - "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, "Id": 1357, - "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "Rank": 1, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "CommandName": "Set-PnPSiteSensitivityLabel" }, { - "Rank": 2, "Id": 1358, - "CommandName": "Set-PnPSiteSensitivityLabel", - "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, "Id": 1359, - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 1, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 2, "Id": 1360, - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 2, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 3, "Id": 1361, - "CommandName": "Set-PnPSiteTemplateMetadata", - "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, "Id": 1362, - "CommandName": "Set-PnPSiteTemplateMetadata", - "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, "Id": 1363, - "CommandName": "Set-PnPSiteTemplateMetadata", - "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, "Id": 1364, - "CommandName": "Set-PnPSiteTemplateMetadata", - "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, "Id": 1365, - "CommandName": "Set-PnPStorageEntity", - "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, "Id": 1366, - "CommandName": "Set-PnPStorageEntity", - "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, "Id": 1367, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "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, "Id": 1368, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "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, "Id": 1369, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "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, "Id": 1370, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "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, "Id": 1371, - "CommandName": "Set-PnPSubscribeSharePointNewsDigest", - "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true" + "Rank": 1, + "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true", + "CommandName": "Set-PnPSubscribeSharePointNewsDigest" }, { - "Rank": 2, "Id": 1372, - "CommandName": "Set-PnPSubscribeSharePointNewsDigest", - "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false" + "Rank": 2, + "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false", + "CommandName": "Set-PnPSubscribeSharePointNewsDigest" }, { - "Rank": 1, "Id": 1373, - "CommandName": "Set-PnPTaxonomyFieldValue", - "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, "Id": 1374, - "CommandName": "Set-PnPTaxonomyFieldValue", - "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, "Id": 1375, - "CommandName": "Set-PnPTaxonomyFieldValue", - "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, "Id": 1376, - "CommandName": "Set-PnPTeamifyPromptHidden", - "Command": "Set-PnPTeamifyPromptHidden" + "Rank": 1, + "Command": "Set-PnPTeamifyPromptHidden", + "CommandName": "Set-PnPTeamifyPromptHidden" }, { - "Rank": 1, "Id": 1377, - "CommandName": "Set-PnPTeamsChannel", - "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, "Id": 1378, - "CommandName": "Set-PnPTeamsChannel", - "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, "Id": 1379, - "CommandName": "Set-PnpTeamsChannelUser", - "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, "Id": 1380, - "CommandName": "Set-PnpTeamsChannelUser", - "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, "Id": 1381, - "CommandName": "Set-PnPTeamsTab", - "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, "Id": 1382, - "CommandName": "Set-PnPTeamsTag", - "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, "Id": 1383, - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "Rank": 1, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "CommandName": "Set-PnPTeamsTeam" }, { - "Rank": 2, "Id": 1384, - "CommandName": "Set-PnPTeamsTeam", - "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, "Id": 1385, - "CommandName": "Set-PnPTeamsTeam", - "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, "Id": 1386, - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "Rank": 4, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", + "CommandName": "Set-PnPTeamsTeam" }, { - "Rank": 1, "Id": 1387, - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "Rank": 1, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "Rank": 2, "Id": 1388, - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "Rank": 2, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "Rank": 3, "Id": 1389, - "CommandName": "Set-PnPTeamsTeamArchivedState", - "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, "Id": 1390, - "CommandName": "Set-PnPTeamsTeamPicture", - "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, "Id": 1391, - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "Rank": 1, + "Command": "Set-PnPTemporarilyDisableAppBar $true", + "CommandName": "Set-PnPTemporarilyDisableAppBar" }, { - "Rank": 2, "Id": 1392, - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "Rank": 2, + "Command": "Set-PnPTemporarilyDisableAppBar $false", + "CommandName": "Set-PnPTemporarilyDisableAppBar" }, { - "Rank": 1, "Id": 1393, - "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, + "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, "Id": 1394, - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "Rank": 2, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", + "CommandName": "Set-PnPTenant" }, { - "Rank": 3, "Id": 1395, - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "Rank": 3, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", + "CommandName": "Set-PnPTenant" }, { - "Rank": 4, "Id": 1396, - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "Rank": 4, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", + "CommandName": "Set-PnPTenant" }, { - "Rank": 1, "Id": 1397, - "CommandName": "Set-PnPTenantAppCatalogUrl", - "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, "Id": 1398, - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "Rank": 1, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "Rank": 2, "Id": 1399, - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "Rank": 2, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "Rank": 3, "Id": 1400, - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "Rank": 3, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "Rank": 1, "Id": 1401, - "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, + "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, "Id": 1402, - "CommandName": "Set-PnPTenantCdnPolicy", - "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, "Id": 1403, - "CommandName": "Set-PnPTenantSite", - "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, "Id": 1404, - "CommandName": "Set-PnPTenantSite", - "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, "Id": 1405, - "CommandName": "Set-PnPTenantSite", - "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, "Id": 1406, - "CommandName": "Set-PnPTenantSite", - "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, "Id": 1407, - "CommandName": "Set-PnPTenantSite", - "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, "Id": 1408, - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "Rank": 1, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "CommandName": "Set-PnPTenantSyncClientRestriction" }, { - "Rank": 2, "Id": 1409, - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "Rank": 2, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "CommandName": "Set-PnPTenantSyncClientRestriction" }, { - "Rank": 1, "Id": 1410, - "CommandName": "Set-PnPTerm", - "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, "Id": 1411, - "CommandName": "Set-PnPTerm", - "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, "Id": 1412, - "CommandName": "Set-PnPTerm", - "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": 1, "Id": 1413, - "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "Rank": 1, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "CommandName": "Set-PnPTermGroup" }, { - "Rank": 1, "Id": 1414, - "CommandName": "Set-PnPTermSet", - "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, "Id": 1415, - "CommandName": "Set-PnPTermSet", - "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, "Id": 1416, - "CommandName": "Set-PnPTermSet", - "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, "Id": 1417, - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme" + "Rank": 1, + "Command": "Set-PnPTheme", + "CommandName": "Set-PnPTheme" }, { - "Rank": 2, "Id": 1418, - "CommandName": "Set-PnPTheme", - "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, "Id": 1419, - "CommandName": "Set-PnPTheme", - "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, "Id": 1420, - "CommandName": "Set-PnPTheme", - "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, "Id": 1421, - "CommandName": "Set-PnPTraceLog", - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt" + "Rank": 1, + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt", + "CommandName": "Set-PnPTraceLog" }, { - "Rank": 2, "Id": 1422, - "CommandName": "Set-PnPTraceLog", - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug" + "Rank": 2, + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug", + "CommandName": "Set-PnPTraceLog" }, { - "Rank": 3, "Id": 1423, - "CommandName": "Set-PnPTraceLog", - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"" + "Rank": 3, + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"", + "CommandName": "Set-PnPTraceLog" }, { - "Rank": 4, "Id": 1424, - "CommandName": "Set-PnPTraceLog", - "Command": "Set-PnPTraceLog -Off" + "Rank": 4, + "Command": "Set-PnPTraceLog -Off", + "CommandName": "Set-PnPTraceLog" }, { - "Rank": 1, "Id": 1425, - "CommandName": "Set-PnPUserOneDriveQuota", - "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, "Id": 1426, - "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "Rank": 1, + "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "CommandName": "Set-PnPUserProfileProperty" }, { - "Rank": 2, "Id": 1427, - "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "Rank": 2, + "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "CommandName": "Set-PnPUserProfileProperty" }, { - "Rank": 1, "Id": 1428, - "CommandName": "Set-PnPView", - "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, "Id": 1429, - "CommandName": "Set-PnPView", - "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, "Id": 1430, - "CommandName": "Set-PnPView", - "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, "Id": 1431, - "CommandName": "Set-PnPView", - "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, "Id": 1432, - "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, + "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, "Id": 1433, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "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, "Id": 1434, - "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, + "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, "Id": 1435, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "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, "Id": 1436, - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "Rank": 1, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "CommandName": "Set-PnPWeb" }, { - "Rank": 2, "Id": 1437, - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "Rank": 2, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "CommandName": "Set-PnPWeb" }, { - "Rank": 3, "Id": 1438, - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "Rank": 3, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "CommandName": "Set-PnPWeb" }, { - "Rank": 4, "Id": 1439, - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -NoCrawl:$true" + "Rank": 4, + "Command": "Set-PnPWeb -NoCrawl:$true", + "CommandName": "Set-PnPWeb" }, { - "Rank": 1, "Id": 1440, - "CommandName": "Set-PnPWebHeader", - "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, "Id": 1441, - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "Rank": 2, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "CommandName": "Set-PnPWebHeader" }, { - "Rank": 3, "Id": 1442, - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "Rank": 3, + "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "CommandName": "Set-PnPWebHeader" }, { - "Rank": 1, "Id": 1443, - "CommandName": "Set-PnPWebhookSubscription", - "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, "Id": 1444, - "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, + "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, "Id": 1445, - "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, + "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": 1446, - "CommandName": "Set-PnPWebPermission", - "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, "Id": 1447, - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "Rank": 2, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "CommandName": "Set-PnPWebPermission" }, { - "Rank": 3, "Id": 1448, - "CommandName": "Set-PnPWebPermission", - "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, "Id": 1449, - "CommandName": "Set-PnPWebPermission", - "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, "Id": 1450, - "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme MyTheme" + "Rank": 1, + "Command": "Set-PnPWebTheme -Theme MyTheme", + "CommandName": "Set-PnPWebTheme" }, { - "Rank": 2, "Id": 1451, - "CommandName": "Set-PnPWebTheme", - "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, "Id": 1452, - "CommandName": "Set-PnPWikiPageContent", - "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, "Id": 1453, - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "Rank": 1, + "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 2, "Id": 1454, - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "Rank": 2, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 3, "Id": 1455, - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "Rank": 3, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 4, "Id": 1456, - "CommandName": "Submit-PnPSearchQuery", - "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, "Id": 1457, - "CommandName": "Submit-PnPSearchQuery", - "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": 1, "Id": 1458, - "CommandName": "Submit-PnPTeamsChannelMessage", - "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, "Id": 1459, - "CommandName": "Submit-PnPTeamsChannelMessage", - "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, "Id": 1460, - "CommandName": "Sync-PnPAppToTeams", - "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, "Id": 1461, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "Rank": 1, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" }, { - "Rank": 2, "Id": 1462, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "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, "Id": 1463, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "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, "Id": 1464, - "CommandName": "Test-PnPListItemIsRecord", - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "CommandName": "Test-PnPListItemIsRecord" }, { - "Rank": 1, "Id": 1465, - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "Rank": 1, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed" }, { - "Rank": 1, "Id": 1466, - "CommandName": "Test-PnPSite", - "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, "Id": 1467, - "CommandName": "Test-PnPSite", - "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, "Id": 1468, - "CommandName": "Test-PnPTenantTemplate", - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "Rank": 1, + "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "CommandName": "Test-PnPTenantTemplate" }, { - "Rank": 1, "Id": 1469, - "CommandName": "Undo-PnPFileCheckedOut", - "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, "Id": 1470, - "CommandName": "Uninstall-PnPApp", - "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, "Id": 1471, - "CommandName": "Uninstall-PnPApp", - "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, "Id": 1472, - "CommandName": "Unpublish-PnPApp", - "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, "Id": 1473, - "CommandName": "Unpublish-PnPApp", - "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, "Id": 1474, - "CommandName": "Unpublish-PnPContentType", - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "CommandName": "Unpublish-PnPContentType" }, { - "Rank": 1, "Id": 1475, - "CommandName": "Unpublish-PnPSyntexModel", - "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, "Id": 1476, - "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, + "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, "Id": 1477, - "CommandName": "Unregister-PnPHubSite", - "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, "Id": 1478, - "CommandName": "Update-PnPApp", - "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, "Id": 1479, - "CommandName": "Update-PnPApp", - "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, "Id": 1480, - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 1, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "Rank": 2, "Id": 1481, - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "Rank": 2, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "Rank": 3, "Id": 1482, - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Rank": 3, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "Rank": 1, "Id": 1483, - "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "Rank": 1, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "CommandName": "Update-PnPSiteDesignFromWeb" }, { - "Rank": 2, "Id": 1484, - "CommandName": "Update-PnPSiteDesignFromWeb", - "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, "Id": 1485, - "CommandName": "Update-PnPSiteDesignFromWeb", - "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, "Id": 1486, - "CommandName": "Update-PnPTeamsApp", - "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, "Id": 1487, - "CommandName": "Update-PnPTeamsUser", - "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, "Id": 1488, - "CommandName": "Update-PnPTeamsUser", - "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, "Id": 1489, - "CommandName": "Update-PnPTeamsUser", - "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, "Id": 1490, - "CommandName": "Update-PnPUserType", - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "Rank": 1, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "CommandName": "Update-PnPUserType" } ] diff --git a/version.txt b/version.txt index c346e7a04..c5864dcf3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.4 \ No newline at end of file +2.1.5 \ No newline at end of file From f8d82d439604f932203323c437b487625aeadf91 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 5 Apr 2023 02:39:40 +0000 Subject: [PATCH 20/20] Nightly publish to PowerShell Gallery --- pnpframework_hash.txt | 2 +- .../PnP.PowerShell.Suggestions.nightly.json | 5960 ++++++++--------- version.txt | 2 +- 3 files changed, 2982 insertions(+), 2982 deletions(-) diff --git a/pnpframework_hash.txt b/pnpframework_hash.txt index 0a20c7f22..7bfc211ca 100644 --- a/pnpframework_hash.txt +++ b/pnpframework_hash.txt @@ -1 +1 @@ -968a0508c9abbc7e20d15ff0227bb1ae910ab0a9 \ No newline at end of file +82309d0abda1f1e48d6ace079b2085cd3f2a7e9d \ No newline at end of file diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index d7a706399..c477cb578 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -2,8941 +2,8941 @@ { "Id": 1, "Rank": 1, - "Command": "Add-PnPAlert -List \"Demo List\"", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "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", + "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", + "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", + "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", + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { "Id": 6, "Rank": 2, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "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", + "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", + "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", + "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", + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { "Id": 11, "Rank": 2, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "CommandName": "Add-PnPAvailableSiteClassification" + "CommandName": "Add-PnPAvailableSiteClassification", + "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", + "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", + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 14, "Rank": 1, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 15, "Rank": 2, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 16, "Rank": 1, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole" + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { "Id": 17, "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", + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { "Id": 18, "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", + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { "Id": 19, "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", + "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": 20, "Rank": 1, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "CommandName": "Add-PnPContentTypesFromContentTypeHub" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { "Id": 21, "Rank": 2, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "CommandName": "Add-PnPContentTypesFromContentTypeHub" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { "Id": 22, "Rank": 1, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Add-PnPContentTypeToDocumentSet" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Id": 23, "Rank": 2, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Add-PnPContentTypeToDocumentSet" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Id": 24, "Rank": 1, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "CommandName": "Add-PnPContentTypeToList" + "CommandName": "Add-PnPContentTypeToList", + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { "Id": 25, "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", + "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": 26, "Rank": 1, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "CommandName": "Add-PnPDataRowsToSiteTemplate" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { "Id": 27, "Rank": 2, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "CommandName": "Add-PnPDataRowsToSiteTemplate" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { "Id": 28, "Rank": 1, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "CommandName": "Add-PnPDocumentSet" + "CommandName": "Add-PnPDocumentSet", + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { "Id": 29, "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", + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { "Id": 30, "Rank": 2, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { "Id": 31, "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", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { "Id": 32, "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", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { "Id": 33, "Rank": 1, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { "Id": 34, "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", + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { "Id": 35, "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", + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { "Id": 36, "Rank": 4, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { "Id": 37, "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", + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { "Id": 38, "Rank": 6, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { "Id": 39, "Rank": 1, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Add-PnPFieldToContentType" + "CommandName": "Add-PnPFieldToContentType", + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Id": 40, "Rank": 1, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { "Id": 41, "Rank": 2, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { "Id": 42, "Rank": 3, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"1/1/2016\"}" }, { "Id": 43, "Rank": 4, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"1/1/2016\"}" }, { "Id": 44, "Rank": 5, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"1/1/2016\"}" }, { "Id": 45, "Rank": 6, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"1/1/2016\"; Created=\"1/1/2017\"; Editor=23}" }, { "Id": 46, "Rank": 7, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { "Id": 47, "Rank": 8, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { "Id": 48, "Rank": 1, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { "Id": 49, "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", + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { "Id": 50, "Rank": 3, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { "Id": 51, "Rank": 4, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { "Id": 52, "Rank": 5, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { "Id": 53, "Rank": 1, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Id": 54, "Rank": 2, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { "Id": 55, "Rank": 3, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { "Id": 56, "Rank": 1, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Add-PnPGroupMember" + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Id": 57, "Rank": 2, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "CommandName": "Add-PnPGroupMember" + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { "Id": 58, "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", + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Id": 59, "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", + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { "Id": 60, "Rank": 1, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "CommandName": "Add-PnPHubToHubAssociation" + "CommandName": "Add-PnPHubToHubAssociation", + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { "Id": 61, "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", + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { "Id": 62, "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", + "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": 63, "Rank": 1, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptBlock" + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { "Id": 64, "Rank": 2, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "CommandName": "Add-PnPJavaScriptBlock" + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { "Id": 65, "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", + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { "Id": 66, "Rank": 2, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "CommandName": "Add-PnPJavaScriptLink" + "CommandName": "Add-PnPJavaScriptLink", + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { "Id": 67, "Rank": 1, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "CommandName": "Add-PnPListDesign" + "CommandName": "Add-PnPListDesign", + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { "Id": 68, "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", + "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": 69, "Rank": 1, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { "Id": 70, "Rank": 2, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { "Id": 71, "Rank": 3, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { "Id": 72, "Rank": 1, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 73, "Rank": 2, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 74, "Rank": 3, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { "Id": 75, "Rank": 4, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { "Id": 76, "Rank": 5, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { "Id": 77, "Rank": 1, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { "Id": 78, "Rank": 2, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { "Id": 79, "Rank": 3, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { "Id": 80, "Rank": 1, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "CommandName": "Add-PnPListItemComment" + "CommandName": "Add-PnPListItemComment", + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { "Id": 81, "Rank": 1, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "CommandName": "Add-PnPMasterPage" + "CommandName": "Add-PnPMasterPage", + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { "Id": 82, "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupMember" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 83, "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupMember" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 84, "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupOwner" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 85, "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupOwner" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 86, "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", + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { "Id": 87, "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { "Id": 88, "Rank": 1, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { "Id": 89, "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", + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { "Id": 90, "Rank": 3, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { "Id": 91, "Rank": 4, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { "Id": 92, "Rank": 5, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { "Id": 93, "Rank": 6, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { "Id": 94, "Rank": 1, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { "Id": 95, "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", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Id": 96, "Rank": 3, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { "Id": 97, "Rank": 1, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "CommandName": "Add-PnPOrgNewsSite" + "CommandName": "Add-PnPOrgNewsSite", + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { "Id": 98, "Rank": 1, - "Command": "Add-PnPPage -Name \"NewPage\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\"" }, { "Id": 99, "Rank": 2, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { "Id": 100, "Rank": 3, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { "Id": 101, "Rank": 4, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { "Id": 102, "Rank": 5, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { "Id": 103, "Rank": 6, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { "Id": 104, "Rank": 7, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Id": 105, "Rank": 8, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { "Id": 106, "Rank": 9, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Id": 107, "Rank": 10, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Id": 108, "Rank": 1, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "CommandName": "Add-PnPPageImageWebPart" + "CommandName": "Add-PnPPageImageWebPart", + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { "Id": 109, "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", + "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": 110, "Rank": 1, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "CommandName": "Add-PnPPageSection" + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { "Id": 111, "Rank": 2, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "CommandName": "Add-PnPPageSection" + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { "Id": 112, "Rank": 1, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { "Id": 113, "Rank": 2, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { "Id": 114, "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", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { "Id": 115, "Rank": 1, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { "Id": 116, "Rank": 2, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { "Id": 117, "Rank": 3, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { "Id": 118, "Rank": 1, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket" + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { "Id": 119, "Rank": 2, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket" + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { "Id": 120, "Rank": 1, - "Command": "Add-PnPPlannerRoster", - "CommandName": "Add-PnPPlannerRoster" + "CommandName": "Add-PnPPlannerRoster", + "Command": "Add-PnPPlannerRoster" }, { "Id": 121, "Rank": 1, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPPlannerRosterMember" + "CommandName": "Add-PnPPlannerRosterMember", + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 122, "Rank": 1, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\"", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { "Id": 123, "Rank": 2, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\"" }, { "Id": 124, "Rank": 3, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Id": 125, "Rank": 1, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Add-PnPPublishingImageRendition" + "CommandName": "Add-PnPPublishingImageRendition", + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Id": 126, "Rank": 1, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "CommandName": "Add-PnPPublishingPage" + "CommandName": "Add-PnPPublishingPage", + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { "Id": 127, "Rank": 2, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "CommandName": "Add-PnPPublishingPage" + "CommandName": "Add-PnPPublishingPage", + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { "Id": 128, "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", + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Id": 129, "Rank": 1, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { "Id": 130, "Rank": 2, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { "Id": 131, "Rank": 3, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { "Id": 132, "Rank": 1, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 133, "Rank": 2, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 134, "Rank": 3, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdminrs \"user@contoso.onmicrosoft.com\"" }, { "Id": 135, "Rank": 1, - "Command": "Add-PnPSiteCollectionAppCatalog", - "CommandName": "Add-PnPSiteCollectionAppCatalog" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Command": "Add-PnPSiteCollectionAppCatalog" }, { "Id": 136, "Rank": 2, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Add-PnPSiteCollectionAppCatalog" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Id": 137, "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", + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { "Id": 138, "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", + "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": 139, "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", + "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": 140, "Rank": 1, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "CommandName": "Add-PnPSiteDesignFromWeb" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { "Id": 141, "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", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Id": 142, "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", + "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": 143, "Rank": 1, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Add-PnPSiteDesignTask" + "CommandName": "Add-PnPSiteDesignTask", + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Id": 144, "Rank": 2, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Add-PnPSiteDesignTask" + "CommandName": "Add-PnPSiteDesignTask", + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Id": 145, "Rank": 1, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "CommandName": "Add-PnPSiteScript" + "CommandName": "Add-PnPSiteScript", + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { "Id": 146, "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", + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { "Id": 147, "Rank": 1, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "CommandName": "Add-PnPSiteTemplate" + "CommandName": "Add-PnPSiteTemplate", + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { "Id": 148, "Rank": 1, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "CommandName": "Add-PnPStoredCredential" + "CommandName": "Add-PnPStoredCredential", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { "Id": 149, "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", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Id": 150, "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", + "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": 151, "Rank": 1, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "CommandName": "Add-PnPTaxonomyField" + "CommandName": "Add-PnPTaxonomyField", + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { "Id": 152, "Rank": 2, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "CommandName": "Add-PnPTaxonomyField" + "CommandName": "Add-PnPTaxonomyField", + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { "Id": 153, "Rank": 1, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { "Id": 154, "Rank": 2, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { "Id": 155, "Rank": 3, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { "Id": 156, "Rank": 4, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { "Id": 157, "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", + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { "Id": 158, "Rank": 2, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "CommandName": "Add-PnpTeamsChannelUser" + "CommandName": "Add-PnpTeamsChannelUser", + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { "Id": 159, "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", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { "Id": 160, "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", + "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": 161, "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", + "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": 162, "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", + "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": 163, "Rank": 1, - "Command": "Add-PnPTeamsTeam", - "CommandName": "Add-PnPTeamsTeam" + "CommandName": "Add-PnPTeamsTeam", + "Command": "Add-PnPTeamsTeam" }, { "Id": 164, "Rank": 1, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 165, "Rank": 2, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Id": 166, "Rank": 3, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { "Id": 167, "Rank": 4, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { "Id": 168, "Rank": 1, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Add-PnPTenantCdnOrigin" + "CommandName": "Add-PnPTenantCdnOrigin", + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Id": 169, "Rank": 1, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequence" + "CommandName": "Add-PnPTenantSequence", + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { "Id": 170, "Rank": 1, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequenceSite" + "CommandName": "Add-PnPTenantSequenceSite", + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { "Id": 171, "Rank": 1, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "CommandName": "Add-PnPTenantSequenceSubSite" + "CommandName": "Add-PnPTenantSequenceSubSite", + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { "Id": 172, "Rank": 1, - "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "CommandName": "Add-PnPTermToTerm" + "CommandName": "Add-PnPTermToTerm", + "Command": "Add-PnPTermToTerm -ParentTerm 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { "Id": 173, "Rank": 1, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { "Id": 174, "Rank": 2, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { "Id": 175, "Rank": 3, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { "Id": 176, "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", + "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": 177, "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", + "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": 178, "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", + "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": 179, "Rank": 1, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Id": 180, "Rank": 2, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Id": 181, "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", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { "Id": 182, "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", + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { "Id": 183, "Rank": 2, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage" + "CommandName": "Add-PnPWebPartToWebPartPage", + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { "Id": 184, "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", + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { "Id": 185, "Rank": 2, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage" + "CommandName": "Add-PnPWebPartToWikiPage", + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { "Id": 186, "Rank": 1, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "CommandName": "Add-PnPWikiPage" + "CommandName": "Add-PnPWikiPage", + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { "Id": 187, "Rank": 1, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupMember" + "CommandName": "Clear-PnPAzureADGroupMember", + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { "Id": 188, "Rank": 1, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupOwner" + "CommandName": "Clear-PnPAzureADGroupOwner", + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { "Id": 189, "Rank": 1, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "CommandName": "Clear-PnPDefaultColumnValues" + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { "Id": 190, "Rank": 2, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "CommandName": "Clear-PnPDefaultColumnValues" + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { "Id": 191, "Rank": 1, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Clear-PnPListItemAsRecord" + "CommandName": "Clear-PnPListItemAsRecord", + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Id": 192, "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupMember" + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { "Id": 193, "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupOwner" + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { "Id": 194, "Rank": 1, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Id": 195, "Rank": 2, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { "Id": 196, "Rank": 3, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { "Id": 197, "Rank": 1, - "Command": "Clear-PnPTenantAppCatalogUrl", - "CommandName": "Clear-PnPTenantAppCatalogUrl" + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Command": "Clear-PnPTenantAppCatalogUrl" }, { "Id": 198, "Rank": 1, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Clear-PnPTenantRecycleBinItem" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 199, "Rank": 2, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Clear-PnPTenantRecycleBinItem" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Id": 200, "Rank": 1, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\"" }, { "Id": 201, "Rank": 2, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Credentials (Get-Credential)" }, { "Id": 202, "Rank": 3, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.de\" -ClientId 344b8aab-389c-4e4a-8fa1-4c1ae2c0a60d -ClientSecret $clientSecret" }, { "Id": 203, "Rank": 4, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin" }, { "Id": 204, "Rank": 5, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -DeviceLogin -LaunchBrowser" }, { "Id": 205, "Rank": 6, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -Thumbprint 34CFAA860E5FB8C44335A38A097C1E41EEA206AA" }, { "Id": 206, "Rank": 7, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -CertificateBase64Encoded $base64encodedstring -Tenant 'contoso.onmicrosoft.com'" }, { "Id": 207, "Rank": 8, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -UseWebLogin" }, { "Id": 208, "Rank": 9, - "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"contoso.sharepoint.com\" -Interactive" }, { "Id": 209, "Rank": 10, - "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url \"https://portal.contoso.com\" -TransformationOnPrem -CurrentCredential" }, { "Id": 210, "Rank": 11, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity\r ; Get-PnPTeamsTeam" }, { "Id": 211, "Rank": 12, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -ManagedIdentity -UserAssignedManagedIdentityObjectId 363c1b31-6872-47fd-a616-574d3aec2a51\r ; Get-PnPList" }, { "Id": 212, "Rank": 13, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AccessToken $token" }, { "Id": 213, "Rank": 14, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable -Tenant 'contoso.onmicrosoft.com'" }, { "Id": 214, "Rank": 15, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -EnvironmentVariable" }, { "Id": 215, "Rank": 1, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "CommandName": "Convert-PnPFolderToSiteTemplate" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { "Id": 216, "Rank": 2, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "CommandName": "Convert-PnPFolderToSiteTemplate" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { "Id": 217, "Rank": 1, - "Command": "Convert-PnPSiteTemplate -Path template.xml", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { "Id": 218, "Rank": 2, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { "Id": 219, "Rank": 3, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { "Id": 220, "Rank": 1, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "CommandName": "Convert-PnPSiteTemplateToMarkdown" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { "Id": 221, "Rank": 2, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "CommandName": "Convert-PnPSiteTemplateToMarkdown" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { "Id": 222, "Rank": 1, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { "Id": 223, "Rank": 2, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { "Id": 224, "Rank": 3, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { "Id": 225, "Rank": 4, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { "Id": 226, "Rank": 5, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 227, "Rank": 6, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { "Id": 228, "Rank": 7, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { "Id": 229, "Rank": 8, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { "Id": 230, "Rank": 9, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 231, "Rank": 10, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { "Id": 232, "Rank": 11, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { "Id": 233, "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", + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 234, "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", + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 235, "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", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { "Id": 236, "Rank": 1, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 237, "Rank": 2, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Id": 238, "Rank": 3, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Id": 239, "Rank": 4, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 240, "Rank": 5, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Id": 241, "Rank": 6, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Id": 242, "Rank": 7, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Id": 243, "Rank": 8, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 244, "Rank": 9, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Id": 245, "Rank": 10, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Id": 246, "Rank": 1, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 247, "Rank": 2, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Id": 248, "Rank": 3, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Id": 249, "Rank": 4, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 250, "Rank": 5, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Id": 251, "Rank": 6, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Id": 252, "Rank": 7, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Id": 253, "Rank": 8, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 254, "Rank": 9, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Id": 255, "Rank": 10, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Id": 256, "Rank": 1, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "CommandName": "Copy-PnPItemProxy" + "CommandName": "Copy-PnPItemProxy", + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { "Id": 257, "Rank": 1, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { "Id": 258, "Rank": 2, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { "Id": 259, "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", + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { "Id": 260, "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", + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { "Id": 261, "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", + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { "Id": 262, "Rank": 2, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { "Id": 263, "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", + "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": 264, "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", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { "Id": 265, "Rank": 1, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 266, "Rank": 2, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Id": 267, "Rank": 3, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Id": 268, "Rank": 1, - "Command": "Disable-PnPPageScheduling", - "CommandName": "Disable-PnPPageScheduling" + "CommandName": "Disable-PnPPageScheduling", + "Command": "Disable-PnPPageScheduling" }, { "Id": 269, "Rank": 1, - "Command": "Disable-PnPPowerShellTelemetry", - "CommandName": "Disable-PnPPowerShellTelemetry" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry" }, { "Id": 270, "Rank": 2, - "Command": "Disable-PnPPowerShellTelemetry -Force", - "CommandName": "Disable-PnPPowerShellTelemetry" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { "Id": 271, "Rank": 1, - "Command": "Disable-PnPSharingForNonOwnersOfSite", - "CommandName": "Disable-PnPSharingForNonOwnersOfSite" + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { "Id": 272, "Rank": 1, - "Command": "Disable-PnPSiteClassification", - "CommandName": "Disable-PnPSiteClassification" + "CommandName": "Disable-PnPSiteClassification", + "Command": "Disable-PnPSiteClassification" }, { "Id": 273, "Rank": 1, - "Command": "Disconnect-PnPOnline", - "CommandName": "Disconnect-PnPOnline" + "CommandName": "Disconnect-PnPOnline", + "Command": "Disconnect-PnPOnline" }, { "Id": 274, "Rank": 1, - "Command": "Enable-PnPCommSite", - "CommandName": "Enable-PnPCommSite" + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite" }, { "Id": 275, "Rank": 2, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "CommandName": "Enable-PnPCommSite" + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { "Id": 276, "Rank": 1, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 277, "Rank": 2, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Id": 278, "Rank": 3, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Id": 279, "Rank": 1, - "Command": "Enable-PnPPageScheduling", - "CommandName": "Enable-PnPPageScheduling" + "CommandName": "Enable-PnPPageScheduling", + "Command": "Enable-PnPPageScheduling" }, { "Id": 280, "Rank": 1, - "Command": "Enable-PnPPowerShellTelemetry", - "CommandName": "Enable-PnPPowerShellTelemetry" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry" }, { "Id": 281, "Rank": 2, - "Command": "Enable-PnPPowerShellTelemetry -Force", - "CommandName": "Enable-PnPPowerShellTelemetry" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { "Id": 282, "Rank": 1, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "CommandName": "Enable-PnPSiteClassification" + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { "Id": 283, "Rank": 2, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Enable-PnPSiteClassification" + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Id": 284, "Rank": 1, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "CommandName": "Export-PnPListToSiteTemplate" + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { "Id": 285, "Rank": 2, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "CommandName": "Export-PnPListToSiteTemplate" + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { "Id": 286, "Rank": 1, - "Command": "Export-PnPPage -Identity Home.aspx", - "CommandName": "Export-PnPPage" + "CommandName": "Export-PnPPage", + "Command": "Export-PnPPage -Identity Home.aspx" }, { "Id": 287, "Rank": 1, - "Command": "Export-PnPTaxonomy", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy" }, { "Id": 288, "Rank": 2, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { "Id": 289, "Rank": 3, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { "Id": 290, "Rank": 4, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { "Id": 291, "Rank": 1, - "Command": "Export-PnPTermGroupToXml", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml" }, { "Id": 292, "Rank": 2, - "Command": "Export-PnPTermGroupToXml -Out output.xml", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { "Id": 293, "Rank": 3, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { "Id": 294, "Rank": 1, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Export-PnPUserInfo" + "CommandName": "Export-PnPUserInfo", + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Id": 295, "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", + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { "Id": 296, "Rank": 1, - "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Export-PnPUserProfile" + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { "Id": 297, "Rank": 2, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserProfile" + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { "Id": 298, "Rank": 1, - "Command": "Find-PnPFile -Match *.master", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Match *.master" }, { "Id": 299, "Rank": 2, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { "Id": 300, "Rank": 3, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { "Id": 301, "Rank": 1, - "Command": "Get-PnPAccessToken", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken" }, { "Id": 302, "Rank": 2, - "Command": "Get-PnPAccessToken -Decoded", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -Decoded" }, { "Id": 303, "Rank": 3, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { "Id": 304, "Rank": 4, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { "Id": 305, "Rank": 5, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { "Id": 306, "Rank": 1, - "Command": "Get-PnPAlert", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert" }, { "Id": 307, "Rank": 2, - "Command": "Get-PnPAlert -List \"Demo List\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\"" }, { "Id": 308, "Rank": 3, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 309, "Rank": 4, - "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { "Id": 310, "Rank": 5, - "Command": "Get-PnPAlert -AllUsers", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -AllUsers" }, { "Id": 311, "Rank": 6, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { "Id": 312, "Rank": 1, - "Command": "Get-PnPApp", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp" }, { "Id": 313, "Rank": 2, - "Command": "Get-PnPApp -Scope Site", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Scope Site" }, { "Id": 314, "Rank": 3, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 315, "Rank": 1, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "CommandName": "Get-PnPAppErrors" + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { "Id": 316, "Rank": 2, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "CommandName": "Get-PnPAppErrors" + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { "Id": 317, "Rank": 1, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { "Id": 318, "Rank": 2, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 319, "Rank": 3, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { "Id": 320, "Rank": 1, - "Command": "Get-PnPApplicationCustomizer", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer" }, { "Id": 321, "Rank": 2, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 322, "Rank": 3, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { "Id": 323, "Rank": 1, - "Command": "Get-PnPAuditing", - "CommandName": "Get-PnPAuditing" + "CommandName": "Get-PnPAuditing", + "Command": "Get-PnPAuditing" }, { "Id": 324, "Rank": 1, - "Command": "Get-PnPAuthenticationRealm", - "CommandName": "Get-PnPAuthenticationRealm" + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm" }, { "Id": 325, "Rank": 2, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "CommandName": "Get-PnPAuthenticationRealm" + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { "Id": 326, "Rank": 1, - "Command": "Get-PnPAvailableLanguage", - "CommandName": "Get-PnPAvailableLanguage" + "CommandName": "Get-PnPAvailableLanguage", + "Command": "Get-PnPAvailableLanguage" }, { "Id": 327, "Rank": 1, - "Command": "Get-PnPAvailableSensitivityLabel", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel" }, { "Id": 328, "Rank": 2, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { "Id": 329, "Rank": 3, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { "Id": 330, "Rank": 1, - "Command": "Get-PnPAvailableSiteClassification", - "CommandName": "Get-PnPAvailableSiteClassification" + "CommandName": "Get-PnPAvailableSiteClassification", + "Command": "Get-PnPAvailableSiteClassification" }, { "Id": 331, "Rank": 1, - "Command": "Get-PnPAzureACSPrincipal", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal" }, { "Id": 332, "Rank": 2, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { "Id": 333, "Rank": 3, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { "Id": 334, "Rank": 4, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { "Id": 335, "Rank": 1, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { "Id": 336, "Rank": 1, - "Command": "Get-PnPAzureADActivityReportSignIn", - "CommandName": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn" }, { "Id": 337, "Rank": 1, - "Command": "Get-PnPAzureADApp", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp" }, { "Id": 338, "Rank": 2, - "Command": "Get-PnPAzureADApp -Identity MyApp", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { "Id": 339, "Rank": 3, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 340, "Rank": 4, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { "Id": 341, "Rank": 1, - "Command": "Get-PnPAzureADAppPermission", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission" }, { "Id": 342, "Rank": 2, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { "Id": 343, "Rank": 3, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 344, "Rank": 1, - "Command": "Get-PnPAzureADAppSitePermission", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission" }, { "Id": 345, "Rank": 2, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { "Id": 346, "Rank": 3, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { "Id": 347, "Rank": 4, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { "Id": 348, "Rank": 5, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { "Id": 349, "Rank": 1, - "Command": "Get-PnPAzureADGroup", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup" }, { "Id": 350, "Rank": 2, - "Command": "Get-PnPAzureADGroup -Identity $groupId", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { "Id": 351, "Rank": 3, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { "Id": 352, "Rank": 4, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { "Id": 353, "Rank": 5, - "Command": "Get-PnPAzureADGroup -Identity $group", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $group" }, { "Id": 354, "Rank": 1, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { "Id": 355, "Rank": 2, - "Command": "Get-PnPAzureADGroupMember -Identity $group", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { "Id": 356, "Rank": 1, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupOwner" + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { "Id": 357, "Rank": 2, - "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "CommandName": "Get-PnPAzureADGroupOwner" + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { "Id": 358, "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipal", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal" }, { "Id": 359, "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { "Id": 360, "Rank": 3, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { "Id": 361, "Rank": 4, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { "Id": 362, "Rank": 5, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { "Id": 363, "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 364, "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Id": 365, "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 366, "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { "Id": 367, "Rank": 1, - "Command": "Get-PnPAzureADUser", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser" }, { "Id": 368, "Rank": 2, - "Command": "Get-PnPAzureADUser -EndIndex 50", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { "Id": 369, "Rank": 3, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Id": 370, "Rank": 4, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { "Id": 371, "Rank": 5, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { "Id": 372, "Rank": 6, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { "Id": 373, "Rank": 7, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { "Id": 374, "Rank": 8, - "Command": "Get-PnPAzureADUser -Delta", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta" }, { "Id": 375, "Rank": 9, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { "Id": 376, "Rank": 10, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { "Id": 377, "Rank": 1, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { "Id": 378, "Rank": 2, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Id": 379, "Rank": 3, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { "Id": 380, "Rank": 1, - "Command": "Get-PnPBrowserIdleSignout", - "CommandName": "Get-PnPBrowserIdleSignout" + "CommandName": "Get-PnPBrowserIdleSignout", + "Command": "Get-PnPBrowserIdleSignout" }, { "Id": 381, "Rank": 1, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { "Id": 382, "Rank": 2, - "Command": "Get-PnPBuiltInDesignPackageVisibility", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { "Id": 383, "Rank": 1, - "Command": "Get-PnPBuiltInSiteTemplateSettings", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { "Id": 384, "Rank": 2, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { "Id": 385, "Rank": 3, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { "Id": 386, "Rank": 4, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 387, "Rank": 5, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { "Id": 388, "Rank": 1, - "Command": "Get-PnPChangeLog", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog" }, { "Id": 389, "Rank": 2, - "Command": "Get-PnPChangeLog -Nightly", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog -Nightly" }, { "Id": 390, "Rank": 1, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "CommandName": "Get-PnPCompatibleHubContentTypes" + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { "Id": 391, "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", + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { "Id": 392, "Rank": 1, - "Command": "Get-PnPContentType", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType" }, { "Id": 393, "Rank": 2, - "Command": "Get-PnPContentType -InSiteHierarchy", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -InSiteHierarchy" }, { "Id": 394, "Rank": 3, - "Command": "Get-PnPContentType -Identity \"Project Document\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { "Id": 395, "Rank": 4, - "Command": "Get-PnPContentType -List \"Documents\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -List \"Documents\"" }, { "Id": 396, "Rank": 1, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "CommandName": "Get-PnPContentTypePublishingStatus" + "CommandName": "Get-PnPContentTypePublishingStatus", + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { "Id": 397, "Rank": 1, - "Command": "Get-PnPCustomAction", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction" }, { "Id": 398, "Rank": 2, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 399, "Rank": 3, - "Command": "Get-PnPCustomAction -Scope web", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Scope web" }, { "Id": 400, "Rank": 1, - "Command": "Get-PnPDeletedMicrosoft365Group", - "CommandName": "Get-PnPDeletedMicrosoft365Group" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group" }, { "Id": 401, "Rank": 2, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Get-PnPDeletedMicrosoft365Group" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 402, "Rank": 1, - "Command": "Get-PnPDeletedTeam", - "CommandName": "Get-PnPDeletedTeam" + "CommandName": "Get-PnPDeletedTeam", + "Command": "Get-PnPDeletedTeam" }, { "Id": 403, "Rank": 1, - "Command": "Get-PnPDiagnostics", - "CommandName": "Get-PnPDiagnostics" + "CommandName": "Get-PnPDiagnostics", + "Command": "Get-PnPDiagnostics" }, { "Id": 404, "Rank": 1, - "Command": "Get-PnPDisableSpacesActivation", - "CommandName": "Get-PnPDisableSpacesActivation" + "CommandName": "Get-PnPDisableSpacesActivation", + "Command": "Get-PnPDisableSpacesActivation" }, { "Id": 405, "Rank": 1, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "CommandName": "Get-PnPDocumentSetTemplate" + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { "Id": 406, "Rank": 2, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "CommandName": "Get-PnPDocumentSetTemplate" + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { "Id": 407, "Rank": 1, - "Command": "Get-PnPEventReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver" }, { "Id": 408, "Rank": 2, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 409, "Rank": 3, - "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { "Id": 410, "Rank": 4, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { "Id": 411, "Rank": 5, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 412, "Rank": 6, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { "Id": 413, "Rank": 7, - "Command": "Get-PnPEventReceiver -Scope Site", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Site" }, { "Id": 414, "Rank": 8, - "Command": "Get-PnPEventReceiver -Scope Web", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Web" }, { "Id": 415, "Rank": 9, - "Command": "Get-PnPEventReceiver -Scope All", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope All" }, { "Id": 416, "Rank": 1, - "Command": "Get-PnPException", - "CommandName": "Get-PnPException" + "CommandName": "Get-PnPException", + "Command": "Get-PnPException" }, { "Id": 417, "Rank": 2, - "Command": "Get-PnPException -All", - "CommandName": "Get-PnPException" + "CommandName": "Get-PnPException", + "Command": "Get-PnPException -All" }, { "Id": 418, "Rank": 1, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "CommandName": "Get-PnPExternalUser" + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { "Id": 419, "Rank": 2, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "CommandName": "Get-PnPExternalUser" + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { "Id": 420, "Rank": 1, - "Command": "Get-PnPFeature", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature" }, { "Id": 421, "Rank": 2, - "Command": "Get-PnPFeature -Scope Site", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Scope Site" }, { "Id": 422, "Rank": 3, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 423, "Rank": 4, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { "Id": 424, "Rank": 1, - "Command": "Get-PnPField", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Command": "Get-PnPField" }, { "Id": 425, "Rank": 2, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Id": 426, "Rank": 3, - "Command": "Get-PnPField -Group \"Custom Columns\"", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { "Id": 427, "Rank": 1, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Id": 428, "Rank": 2, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { "Id": 429, "Rank": 3, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { "Id": 430, "Rank": 4, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { "Id": 431, "Rank": 5, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { "Id": 432, "Rank": 6, - "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", + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { "Id": 433, "Rank": 7, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { "Id": 434, "Rank": 1, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { "Id": 435, "Rank": 2, - "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url \"/sites/blah/Shared Documents/MyDocument.docx\"" }, { "Id": 436, "Rank": 1, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlow" + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 437, "Rank": 1, - "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { "Id": 438, "Rank": 2, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { "Id": 439, "Rank": 3, - "Command": "Get-PnPFolder -List \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { "Id": 440, "Rank": 1, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\"" }, { "Id": 441, "Rank": 2, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Id": 442, "Rank": 3, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { "Id": 443, "Rank": 4, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType File" }, { "Id": 444, "Rank": 5, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { "Id": 445, "Rank": 1, - "Command": "Get-PnPFolderStorageMetric", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric" }, { "Id": 446, "Rank": 2, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { "Id": 447, "Rank": 3, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { "Id": 448, "Rank": 1, - "Command": "Get-PnPFooter", - "CommandName": "Get-PnPFooter" + "CommandName": "Get-PnPFooter", + "Command": "Get-PnPFooter" }, { "Id": 449, "Rank": 1, - "Command": "Get-PnPGraphAccessToken", - "CommandName": "Get-PnPGraphAccessToken" + "CommandName": "Get-PnPGraphAccessToken", + "Command": "Get-PnPGraphAccessToken" }, { "Id": 450, "Rank": 2, - "Command": "Get-PnPGraphAccessToken -Decoded", - "CommandName": "Get-PnPGraphAccessToken" + "CommandName": "Get-PnPGraphAccessToken", + "Command": "Get-PnPGraphAccessToken -Decoded" }, { "Id": 451, "Rank": 1, - "Command": "Get-PnPGraphSubscription", - "CommandName": "Get-PnPGraphSubscription" + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription" }, { "Id": 452, "Rank": 2, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPGraphSubscription" + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Id": 453, "Rank": 1, - "Command": "Get-PnPGroup", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup" }, { "Id": 454, "Rank": 2, - "Command": "Get-PnPGroup -Identity 'My Site Users'", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { "Id": 455, "Rank": 3, - "Command": "Get-PnPGroup -AssociatedMemberGroup", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { "Id": 456, "Rank": 1, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "CommandName": "Get-PnPGroupMember" + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { "Id": 457, "Rank": 2, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "CommandName": "Get-PnPGroupMember" + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { "Id": 458, "Rank": 1, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "CommandName": "Get-PnPGroupPermissions" + "CommandName": "Get-PnPGroupPermissions", + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { "Id": 459, "Rank": 1, - "Command": "Get-PnPHideDefaultThemes", - "CommandName": "Get-PnPHideDefaultThemes" + "CommandName": "Get-PnPHideDefaultThemes", + "Command": "Get-PnPHideDefaultThemes" }, { "Id": 460, "Rank": 1, - "Command": "Get-PnPHomePage", - "CommandName": "Get-PnPHomePage" + "CommandName": "Get-PnPHomePage", + "Command": "Get-PnPHomePage" }, { "Id": 461, "Rank": 1, - "Command": "Get-PnPHomeSite", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite" }, { "Id": 462, "Rank": 2, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { "Id": 463, "Rank": 3, - "Command": "Get-PnPHomeSite -Detailed", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite -Detailed" }, { "Id": 464, "Rank": 1, - "Command": "Get-PnPHubSite", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite" }, { "Id": 465, "Rank": 2, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Id": 466, "Rank": 3, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { "Id": 467, "Rank": 1, - "Command": "Get-PnPHubSiteChild", - "CommandName": "Get-PnPHubSiteChild" + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild" }, { "Id": 468, "Rank": 2, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSiteChild" + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Id": 469, "Rank": 1, - "Command": "Get-PnPInPlaceRecordsManagement", - "CommandName": "Get-PnPInPlaceRecordsManagement" + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Command": "Get-PnPInPlaceRecordsManagement" }, { "Id": 470, "Rank": 1, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "CommandName": "Get-PnPIsSiteAliasAvailable" + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { "Id": 471, "Rank": 1, - "Command": "Get-PnPJavaScriptLink", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink" }, { "Id": 472, "Rank": 2, - "Command": "Get-PnPJavaScriptLink -Scope All", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope All" }, { "Id": 473, "Rank": 3, - "Command": "Get-PnPJavaScriptLink -Scope Web", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { "Id": 474, "Rank": 4, - "Command": "Get-PnPJavaScriptLink -Scope Site", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { "Id": 475, "Rank": 5, - "Command": "Get-PnPJavaScriptLink -Name Test", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Name Test" }, { "Id": 476, "Rank": 1, - "Command": "Get-PnPKnowledgeHubSite", - "CommandName": "Get-PnPKnowledgeHubSite" + "CommandName": "Get-PnPKnowledgeHubSite", + "Command": "Get-PnPKnowledgeHubSite" }, { "Id": 477, "Rank": 1, - "Command": "Get-PnPLabel", - "CommandName": "Get-PnPLabel" + "CommandName": "Get-PnPLabel", + "Command": "Get-PnPLabel" }, { "Id": 478, "Rank": 2, - "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly", - "CommandName": "Get-PnPLabel" + "CommandName": "Get-PnPLabel", + "Command": "Get-PnPLabel -List \"Demo List\" -ValuesOnly" }, { "Id": 479, "Rank": 1, - "Command": "Get-PnPList", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Command": "Get-PnPList" }, { "Id": 480, "Rank": 2, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 481, "Rank": 3, - "Command": "Get-PnPList -Identity Lists/Announcements", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity Lists/Announcements" }, { "Id": 482, "Rank": 4, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { "Id": 483, "Rank": 5, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { "Id": 484, "Rank": 1, - "Command": "Get-PnPListDesign", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign" }, { "Id": 485, "Rank": 2, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 486, "Rank": 3, - "Command": "Get-PnPListDesign -Identity ListEvent", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity ListEvent" }, { "Id": 487, "Rank": 1, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "CommandName": "Get-PnPListInformationRightsManagement" + "CommandName": "Get-PnPListInformationRightsManagement", + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { "Id": 488, "Rank": 1, - "Command": "Get-PnPListItem -List Tasks", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks" }, { "Id": 489, "Rank": 2, - "Command": "Get-PnPListItem -List Tasks -Id 1", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { "Id": 490, "Rank": 3, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { "Id": 491, "Rank": 4, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { "Id": 492, "Rank": 5, - "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { "Id": 493, "Rank": 6, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { "Id": 494, "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", + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { "Id": 495, "Rank": 8, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { "Id": 496, "Rank": 9, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { "Id": 497, "Rank": 1, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "CommandName": "Get-PnPListItemComment" + "CommandName": "Get-PnPListItemComment", + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { "Id": 498, "Rank": 1, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "CommandName": "Get-PnPListItemPermission" + "CommandName": "Get-PnPListItemPermission", + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { "Id": 499, "Rank": 1, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "CommandName": "Get-PnPListPermissions" + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { "Id": 500, "Rank": 2, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPListPermissions" + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Id": 501, "Rank": 1, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "CommandName": "Get-PnPListRecordDeclaration" + "CommandName": "Get-PnPListRecordDeclaration", + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { "Id": 502, "Rank": 1, - "Command": "Get-PnPMasterPage", - "CommandName": "Get-PnPMasterPage" + "CommandName": "Get-PnPMasterPage", + "Command": "Get-PnPMasterPage" }, { "Id": 503, "Rank": 1, - "Command": "Get-PnPMessageCenterAnnouncement", - "CommandName": "Get-PnPMessageCenterAnnouncement" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement" }, { "Id": 504, "Rank": 2, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "CommandName": "Get-PnPMessageCenterAnnouncement" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { "Id": 505, "Rank": 1, - "Command": "Get-PnPMicrosoft365ExpiringGroup", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { "Id": 506, "Rank": 2, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { "Id": 507, "Rank": 1, - "Command": "Get-PnPMicrosoft365Group", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group" }, { "Id": 508, "Rank": 2, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { "Id": 509, "Rank": 3, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { "Id": 510, "Rank": 4, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { "Id": 511, "Rank": 5, - "Command": "Get-PnPMicrosoft365Group -Identity $group", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { "Id": 512, "Rank": 6, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { "Id": 513, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupEndpoint", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { "Id": 514, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { "Id": 515, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 516, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { "Id": 517, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { "Id": 518, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { "Id": 519, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupOwner" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { "Id": 520, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupOwner" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { "Id": 521, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettings", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings" }, { "Id": 522, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { "Id": 523, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { "Id": 524, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { "Id": 525, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupTeam", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam" }, { "Id": 526, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { "Id": 527, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 528, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { "Id": 529, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { "Id": 530, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 531, "Rank": 1, - "Command": "Get-PnPNavigationNode", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode" }, { "Id": 532, "Rank": 2, - "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { "Id": 533, "Rank": 3, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { "Id": 534, "Rank": 1, - "Command": "Get-PnPOrgAssetsLibrary", - "CommandName": "Get-PnPOrgAssetsLibrary" + "CommandName": "Get-PnPOrgAssetsLibrary", + "Command": "Get-PnPOrgAssetsLibrary" }, { "Id": 535, "Rank": 1, - "Command": "Get-PnPOrgNewsSite", - "CommandName": "Get-PnPOrgNewsSite" + "CommandName": "Get-PnPOrgNewsSite", + "Command": "Get-PnPOrgNewsSite" }, { "Id": 536, "Rank": 1, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { "Id": 537, "Rank": 2, - "Command": "Get-PnPPage \"MyPage\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"MyPage\"" }, { "Id": 538, "Rank": 3, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { "Id": 539, "Rank": 4, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Id": 540, "Rank": 1, - "Command": "Get-PnPPageComponent -Page Home", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home" }, { "Id": 541, "Rank": 2, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 542, "Rank": 3, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { "Id": 543, "Rank": 1, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerBucket" + "CommandName": "Get-PnPPlannerBucket", + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Id": 544, "Rank": 1, - "Command": "Get-PnPPlannerConfiguration", - "CommandName": "Get-PnPPlannerConfiguration" + "CommandName": "Get-PnPPlannerConfiguration", + "Command": "Get-PnPPlannerConfiguration" }, { "Id": 545, "Rank": 1, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { "Id": 546, "Rank": 2, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { "Id": 547, "Rank": 3, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { "Id": 548, "Rank": 1, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Get-PnPPlannerRosterMember" + "CommandName": "Get-PnPPlannerRosterMember", + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Id": 549, "Rank": 1, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "CommandName": "Get-PnPPlannerRosterPlan" + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { "Id": 550, "Rank": 2, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerRosterPlan" + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 551, "Rank": 1, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Id": 552, "Rank": 2, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Id": 553, "Rank": 3, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Id": 554, "Rank": 1, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerUserPolicy" + "CommandName": "Get-PnPPlannerUserPolicy", + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 555, "Rank": 1, - "Command": "Get-PnPPowerPlatformEnvironment", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment" }, { "Id": 556, "Rank": 2, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { "Id": 557, "Rank": 3, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { "Id": 558, "Rank": 1, - "Command": "Get-PnPPowerShellTelemetryEnabled", - "CommandName": "Get-PnPPowerShellTelemetryEnabled" + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { "Id": 559, "Rank": 1, - "Command": "Get-PnPPropertyBag", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag" }, { "Id": 560, "Rank": 2, - "Command": "Get-PnPPropertyBag -Key MyKey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Key MyKey" }, { "Id": 561, "Rank": 3, - "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { "Id": 562, "Rank": 4, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { "Id": 563, "Rank": 5, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { "Id": 564, "Rank": 1, - "Command": "Get-PnPPublishingImageRendition", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition" }, { "Id": 565, "Rank": 2, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { "Id": 566, "Rank": 3, - "Command": "Get-PnPPublishingImageRendition -Identity 2", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { "Id": 567, "Rank": 1, - "Command": "Get-PnPRecycleBinItem", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem" }, { "Id": 568, "Rank": 2, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { "Id": 569, "Rank": 3, - "Command": "Get-PnPRecycleBinItem -FirstStage", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { "Id": 570, "Rank": 4, - "Command": "Get-PnPRecycleBinItem -SecondStage", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { "Id": 571, "Rank": 5, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { "Id": 572, "Rank": 1, - "Command": "Get-PnPRequestAccessEmails", - "CommandName": "Get-PnPRequestAccessEmails" + "CommandName": "Get-PnPRequestAccessEmails", + "Command": "Get-PnPRequestAccessEmails" }, { "Id": 573, "Rank": 1, - "Command": "Get-PnPRoleDefinition", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition" }, { "Id": 574, "Rank": 2, - "Command": "Get-PnPRoleDefinition -Identity Read", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition -Identity Read" }, { "Id": 575, "Rank": 3, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { "Id": 576, "Rank": 1, - "Command": "Get-PnPSearchConfiguration", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration" }, { "Id": 577, "Rank": 2, - "Command": "Get-PnPSearchConfiguration -Scope Site", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { "Id": 578, "Rank": 3, - "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { "Id": 579, "Rank": 4, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 580, "Rank": 5, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { "Id": 581, "Rank": 6, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { "Id": 582, "Rank": 7, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { "Id": 583, "Rank": 8, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { "Id": 584, "Rank": 1, - "Command": "Get-PnPSearchCrawlLog", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog" }, { "Id": 585, "Rank": 2, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { "Id": 586, "Rank": 3, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { "Id": 587, "Rank": 4, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { "Id": 588, "Rank": 5, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { "Id": 589, "Rank": 6, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { "Id": 590, "Rank": 7, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { "Id": 591, "Rank": 1, - "Command": "Get-PnPSearchSettings", - "CommandName": "Get-PnPSearchSettings" + "CommandName": "Get-PnPSearchSettings", + "Command": "Get-PnPSearchSettings" }, { "Id": 592, "Rank": 1, - "Command": "Get-PnPServiceCurrentHealth", - "CommandName": "Get-PnPServiceCurrentHealth" + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth" }, { "Id": 593, "Rank": 2, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "CommandName": "Get-PnPServiceCurrentHealth" + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { "Id": 594, "Rank": 1, - "Command": "Get-PnPServiceHealthIssue", - "CommandName": "Get-PnPServiceHealthIssue" + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue" }, { "Id": 595, "Rank": 2, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "CommandName": "Get-PnPServiceHealthIssue" + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { "Id": 596, "Rank": 1, - "Command": "Get-PnPSharePointAddIn", - "CommandName": "Get-PnPSharePointAddIn" + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn" }, { "Id": 597, "Rank": 2, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "CommandName": "Get-PnPSharePointAddIn" + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { "Id": 598, "Rank": 1, - "Command": "Get-PnPSharingForNonOwnersOfSite", - "CommandName": "Get-PnPSharingForNonOwnersOfSite" + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { "Id": 599, "Rank": 1, - "Command": "Get-PnPSite", - "CommandName": "Get-PnPSite" + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite" }, { "Id": 600, "Rank": 2, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "CommandName": "Get-PnPSite" + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { "Id": 601, "Rank": 1, - "Command": "Get-PnPSiteClosure", - "CommandName": "Get-PnPSiteClosure" + "CommandName": "Get-PnPSiteClosure", + "Command": "Get-PnPSiteClosure" }, { "Id": 602, "Rank": 1, - "Command": "Get-PnPSiteCollectionAdmin", - "CommandName": "Get-PnPSiteCollectionAdmin" + "CommandName": "Get-PnPSiteCollectionAdmin", + "Command": "Get-PnPSiteCollectionAdmin" }, { "Id": 603, "Rank": 1, - "Command": "Get-PnPSiteCollectionAppCatalog", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog" }, { "Id": 604, "Rank": 2, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { "Id": 605, "Rank": 3, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { "Id": 606, "Rank": 1, - "Command": "Get-PnPSiteCollectionTermStore", - "CommandName": "Get-PnPSiteCollectionTermStore" + "CommandName": "Get-PnPSiteCollectionTermStore", + "Command": "Get-PnPSiteCollectionTermStore" }, { "Id": 607, "Rank": 1, - "Command": "Get-PnPSiteDesign", - "CommandName": "Get-PnPSiteDesign" + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign" }, { "Id": 608, "Rank": 2, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesign" + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 609, "Rank": 1, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesignRights" + "CommandName": "Get-PnPSiteDesignRights", + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 610, "Rank": 1, - "Command": "Get-PnPSiteDesignRun", - "CommandName": "Get-PnPSiteDesignRun" + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun" }, { "Id": 611, "Rank": 2, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignRun" + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { "Id": 612, "Rank": 1, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Id": 613, "Rank": 2, - "Command": "Get-PnPSiteDesignTask", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask" }, { "Id": 614, "Rank": 3, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Id": 615, "Rank": 1, - "Command": "Get-PnPSiteGroup", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup" }, { "Id": 616, "Rank": 2, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Id": 617, "Rank": 3, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { "Id": 618, "Rank": 4, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Id": 619, "Rank": 1, - "Command": "Get-PnPSitePolicy", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy" }, { "Id": 620, "Rank": 2, - "Command": "Get-PnPSitePolicy -AllAvailable", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -AllAvailable" }, { "Id": 621, "Rank": 3, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Id": 622, "Rank": 1, - "Command": "Get-PnPSiteScript", - "CommandName": "Get-PnPSiteScript" + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript" }, { "Id": 623, "Rank": 2, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteScript" + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 624, "Rank": 1, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { "Id": 625, "Rank": 2, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { "Id": 626, "Rank": 3, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { "Id": 627, "Rank": 1, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { "Id": 628, "Rank": 2, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { "Id": 629, "Rank": 3, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { "Id": 630, "Rank": 4, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { "Id": 631, "Rank": 5, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { "Id": 632, "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", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { "Id": 633, "Rank": 1, - "Command": "Get-PnPSiteSearchQueryResults", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults" }, { "Id": 634, "Rank": 2, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { "Id": 635, "Rank": 3, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { "Id": 636, "Rank": 4, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { "Id": 637, "Rank": 5, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { "Id": 638, "Rank": 6, - "Command": "Get-PnPSiteSearchQueryResults -All", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -All" }, { "Id": 639, "Rank": 1, - "Command": "Get-PnPSiteSensitivityLabel", - "CommandName": "Get-PnPSiteSensitivityLabel" + "CommandName": "Get-PnPSiteSensitivityLabel", + "Command": "Get-PnPSiteSensitivityLabel" }, { "Id": 640, "Rank": 1, - "Command": "Get-PnPSiteTemplate -Out template.pnp", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { "Id": 641, "Rank": 2, - "Command": "Get-PnPSiteTemplate -Out template.xml", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { "Id": 642, "Rank": 3, - "Command": "Get-PnPSiteTemplate -Out template.md", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.md" }, { "Id": 643, "Rank": 4, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { "Id": 644, "Rank": 5, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { "Id": 645, "Rank": 6, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { "Id": 646, "Rank": 7, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { "Id": 647, "Rank": 8, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { "Id": 648, "Rank": 9, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { "Id": 649, "Rank": 10, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { "Id": 650, "Rank": 11, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { "Id": 651, "Rank": 12, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { "Id": 652, "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", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { "Id": 653, "Rank": 14, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { "Id": 654, "Rank": 1, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Get-PnPSiteUserInvitations" + "CommandName": "Get-PnPSiteUserInvitations", + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Id": 655, "Rank": 1, - "Command": "Get-PnPStorageEntity", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity" }, { "Id": 656, "Rank": 2, - "Command": "Get-PnPStorageEntity -Key MyKey", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey" }, { "Id": 657, "Rank": 3, - "Command": "Get-PnPStorageEntity -Scope Site", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Scope Site" }, { "Id": 658, "Rank": 4, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { "Id": 659, "Rank": 1, - "Command": "Get-PnPStoredCredential -Name O365", - "CommandName": "Get-PnPStoredCredential" + "CommandName": "Get-PnPStoredCredential", + "Command": "Get-PnPStoredCredential -Name O365" }, { "Id": 660, "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Get-PnPStructuralNavigationCacheSiteState" + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 661, "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Get-PnPStructuralNavigationCacheWebState" + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 662, "Rank": 1, - "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'", - "CommandName": "Get-PnPSubscribeSharePointNewsDigest" + "CommandName": "Get-PnPSubscribeSharePointNewsDigest", + "Command": "Get-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com'" }, { "Id": 663, "Rank": 1, - "Command": "Get-PnPSubWeb", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb" }, { "Id": 664, "Rank": 2, - "Command": "Get-PnPSubWeb -Recurse", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse" }, { "Id": 665, "Rank": 3, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { "Id": 666, "Rank": 4, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { "Id": 667, "Rank": 5, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { "Id": 668, "Rank": 1, - "Command": "Get-PnPSyntexModel", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel" }, { "Id": 669, "Rank": 2, - "Command": "Get-PnPSyntexModel -Identity 1", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity 1" }, { "Id": 670, "Rank": 3, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { "Id": 671, "Rank": 1, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModelPublication" + "CommandName": "Get-PnPSyntexModelPublication", + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { "Id": 672, "Rank": 1, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "CommandName": "Get-PnPTaxonomyItem" + "CommandName": "Get-PnPTaxonomyItem", + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { "Id": 673, "Rank": 1, - "Command": "Get-PnPTeamsApp", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp" }, { "Id": 674, "Rank": 2, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { "Id": 675, "Rank": 3, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { "Id": 676, "Rank": 1, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { "Id": 677, "Rank": 2, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { "Id": 678, "Rank": 3, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Id": 679, "Rank": 1, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { "Id": 680, "Rank": 2, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Id": 681, "Rank": 1, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelMessage" + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { "Id": 682, "Rank": 2, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "CommandName": "Get-PnPTeamsChannelMessage" + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { "Id": 683, "Rank": 1, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "CommandName": "Get-PnPTeamsChannelMessageReply" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { "Id": 684, "Rank": 2, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "CommandName": "Get-PnPTeamsChannelMessageReply" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { "Id": 685, "Rank": 1, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { "Id": 686, "Rank": 2, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { "Id": 687, "Rank": 3, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { "Id": 688, "Rank": 4, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 689, "Rank": 1, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "CommandName": "Get-PnPTeamsPrimaryChannel" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { "Id": 690, "Rank": 2, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "CommandName": "Get-PnPTeamsPrimaryChannel" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { "Id": 691, "Rank": 1, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { "Id": 692, "Rank": 2, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { "Id": 693, "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", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { "Id": 694, "Rank": 4, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { "Id": 695, "Rank": 5, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { "Id": 696, "Rank": 1, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Get-PnPTeamsTag" + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Id": 697, "Rank": 2, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Get-PnPTeamsTag" + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Id": 698, "Rank": 1, - "Command": "Get-PnPTeamsTeam", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam" }, { "Id": 699, "Rank": 2, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { "Id": 700, "Rank": 3, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { "Id": 701, "Rank": 4, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { "Id": 702, "Rank": 5, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { "Id": 703, "Rank": 1, - "Command": "Get-PnPTeamsUser -Team MyTeam", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { "Id": 704, "Rank": 2, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { "Id": 705, "Rank": 3, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { "Id": 706, "Rank": 4, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { "Id": 707, "Rank": 1, - "Command": "Get-PnPTemporarilyDisableAppBar", - "CommandName": "Get-PnPTemporarilyDisableAppBar" + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Command": "Get-PnPTemporarilyDisableAppBar" }, { "Id": 708, "Rank": 1, - "Command": "Get-PnPTenant", - "CommandName": "Get-PnPTenant" + "CommandName": "Get-PnPTenant", + "Command": "Get-PnPTenant" }, { "Id": 709, "Rank": 1, - "Command": "Get-PnPTenantAppCatalogUrl", - "CommandName": "Get-PnPTenantAppCatalogUrl" + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Command": "Get-PnPTenantAppCatalogUrl" }, { "Id": 710, "Rank": 1, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "CommandName": "Get-PnPTenantCdnEnabled" + "CommandName": "Get-PnPTenantCdnEnabled", + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { "Id": 711, "Rank": 1, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "CommandName": "Get-PnPTenantCdnOrigin" + "CommandName": "Get-PnPTenantCdnOrigin", + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { "Id": 712, "Rank": 1, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "CommandName": "Get-PnPTenantCdnPolicies" + "CommandName": "Get-PnPTenantCdnPolicies", + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { "Id": 713, "Rank": 1, - "Command": "Get-PnPTenantDeletedSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite" }, { "Id": 714, "Rank": 2, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 715, "Rank": 3, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { "Id": 716, "Rank": 4, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { "Id": 717, "Rank": 1, - "Command": "Get-PnPTenantId", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId" }, { "Id": 718, "Rank": 2, - "Command": "Get-PnPTenantId contoso", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId contoso" }, { "Id": 719, "Rank": 3, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { "Id": 720, "Rank": 4, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { "Id": 721, "Rank": 1, - "Command": "Get-PnPTenantInstance", - "CommandName": "Get-PnPTenantInstance" + "CommandName": "Get-PnPTenantInstance", + "Command": "Get-PnPTenantInstance" }, { "Id": 722, "Rank": 1, - "Command": "Get-PnPTenantRecycleBinItem", - "CommandName": "Get-PnPTenantRecycleBinItem" + "CommandName": "Get-PnPTenantRecycleBinItem", + "Command": "Get-PnPTenantRecycleBinItem" }, { "Id": 723, "Rank": 1, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "CommandName": "Get-PnPTenantSequence" + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { "Id": 724, "Rank": 2, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "CommandName": "Get-PnPTenantSequence" + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { "Id": 725, "Rank": 1, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "CommandName": "Get-PnPTenantSequenceSite" + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { "Id": 726, "Rank": 2, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "CommandName": "Get-PnPTenantSequenceSite" + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { "Id": 727, "Rank": 1, - "Command": "Get-PnPTenantSite", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite" }, { "Id": 728, "Rank": 2, - "Command": "Get-PnPTenantSite -Detailed", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Detailed" }, { "Id": 729, "Rank": 3, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { "Id": 730, "Rank": 4, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { "Id": 731, "Rank": 5, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { "Id": 732, "Rank": 6, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { "Id": 733, "Rank": 7, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { "Id": 734, "Rank": 8, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { "Id": 735, "Rank": 9, - "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { "Id": 736, "Rank": 1, - "Command": "Get-PnPTenantSyncClientRestriction", - "CommandName": "Get-PnPTenantSyncClientRestriction" + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Command": "Get-PnPTenantSyncClientRestriction" }, { "Id": 737, "Rank": 1, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { "Id": 738, "Rank": 2, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { "Id": 739, "Rank": 3, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { "Id": 740, "Rank": 1, - "Command": "Get-PnPTenantTheme", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme" }, { "Id": 741, "Rank": 2, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Id": 742, "Rank": 3, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { "Id": 743, "Rank": 1, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 744, "Rank": 2, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 745, "Rank": 3, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 746, "Rank": 4, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { "Id": 747, "Rank": 5, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { "Id": 748, "Rank": 1, - "Command": "Get-PnPTermGroup", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup" }, { "Id": 749, "Rank": 2, - "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { "Id": 750, "Rank": 3, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { "Id": 751, "Rank": 1, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { "Id": 752, "Rank": 2, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { "Id": 753, "Rank": 3, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 754, "Rank": 1, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { "Id": 755, "Rank": 2, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 756, "Rank": 3, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { "Id": 757, "Rank": 1, - "Command": "Get-PnPTheme", - "CommandName": "Get-PnPTheme" + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme" }, { "Id": 758, "Rank": 2, - "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "CommandName": "Get-PnPTheme" + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { "Id": 759, "Rank": 1, - "Command": "Get-PnPTimeZoneId", - "CommandName": "Get-PnPTimeZoneId" + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId" }, { "Id": 760, "Rank": 2, - "Command": "Get-PnPTimeZoneId -Match Stockholm", - "CommandName": "Get-PnPTimeZoneId" + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { "Id": 761, "Rank": 1, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)", - "CommandName": "Get-PnPUnifiedAuditLog" + "CommandName": "Get-PnPUnifiedAuditLog", + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date).AddDays(-2) -EndTime (Get-Date).AddDays(-1)" }, { "Id": 762, "Rank": 1, - "Command": "Get-PnPUPABulkImportStatus", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus" }, { "Id": 763, "Rank": 2, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { "Id": 764, "Rank": 3, - "Command": "Get-PnPUPABulkImportStatus -JobId ", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { "Id": 765, "Rank": 4, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { "Id": 766, "Rank": 1, - "Command": "Get-PnPUser", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser" }, { "Id": 767, "Rank": 2, - "Command": "Get-PnPUser -Identity 23", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity 23" }, { "Id": 768, "Rank": 3, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { "Id": 769, "Rank": 4, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { "Id": 770, "Rank": 5, - "Command": "Get-PnPUser -WithRightsAssigned", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned" }, { "Id": 771, "Rank": 6, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { "Id": 772, "Rank": 7, - "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { "Id": 773, "Rank": 1, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "CommandName": "Get-PnPUserOneDriveQuota" + "CommandName": "Get-PnPUserOneDriveQuota", + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { "Id": 774, "Rank": 1, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { "Id": 775, "Rank": 2, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { "Id": 776, "Rank": 3, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { "Id": 777, "Rank": 1, - "Command": "Get-PnPView -List \"Demo List\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\"" }, { "Id": 778, "Rank": 2, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { "Id": 779, "Rank": 3, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { "Id": 780, "Rank": 1, - "Command": "Get-PnPVivaConnectionsDashboardACE", - "CommandName": "Get-PnPVivaConnectionsDashboardACE" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { "Id": 781, "Rank": 2, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Get-PnPVivaConnectionsDashboardACE" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Id": 782, "Rank": 1, - "Command": "Get-PnPWeb", - "CommandName": "Get-PnPWeb" + "CommandName": "Get-PnPWeb", + "Command": "Get-PnPWeb" }, { "Id": 783, "Rank": 1, - "Command": "Get-PnPWebHeader", - "CommandName": "Get-PnPWebHeader" + "CommandName": "Get-PnPWebHeader", + "Command": "Get-PnPWebHeader" }, { "Id": 784, "Rank": 1, - "Command": "Get-PnPWebhookSubscriptions -List MyList", - "CommandName": "Get-PnPWebhookSubscriptions" + "CommandName": "Get-PnPWebhookSubscriptions", + "Command": "Get-PnPWebhookSubscriptions -List MyList" }, { "Id": 785, "Rank": 1, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "CommandName": "Get-PnPWebPart" + "CommandName": "Get-PnPWebPart", + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { "Id": 786, "Rank": 2, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPart" + "CommandName": "Get-PnPWebPart", + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 787, "Rank": 1, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", - "CommandName": "Get-PnPWebPartProperty" + "CommandName": "Get-PnPWebPartProperty", + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { "Id": 788, "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", + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { "Id": 789, "Rank": 1, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPartXml" + "CommandName": "Get-PnPWebPartXml", + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 790, "Rank": 1, - "Command": "Get-PnPWebTemplates", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates" }, { "Id": 791, "Rank": 2, - "Command": "Get-PnPWebTemplates -LCID 1033", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -LCID 1033" }, { "Id": 792, "Rank": 3, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { "Id": 793, "Rank": 1, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "CommandName": "Get-PnPWikiPageContent" + "CommandName": "Get-PnPWikiPageContent", + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { "Id": 794, "Rank": 1, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "CommandName": "Grant-PnPAzureADAppSitePermission" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { "Id": 795, "Rank": 2, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Write -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Grant-PnPAzureADAppSitePermission" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Write -Site https://contoso.sharepoint.com/sites/projects" }, { "Id": 796, "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", + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 797, "Rank": 1, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPSiteDesignRights" + "CommandName": "Grant-PnPSiteDesignRights", + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 798, "Rank": 1, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Grant-PnPTenantServicePrincipalPermission" + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Id": 799, "Rank": 1, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { "Id": 800, "Rank": 2, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { "Id": 801, "Rank": 3, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { "Id": 802, "Rank": 1, - "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "CommandName": "Import-PnPTermGroupFromXml" + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { "Id": 803, "Rank": 2, - "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "CommandName": "Import-PnPTermGroupFromXml" + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { "Id": 804, "Rank": 1, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "CommandName": "Import-PnPTermSet" + "CommandName": "Import-PnPTermSet", + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { "Id": 805, "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", + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { "Id": 806, "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", + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { "Id": 807, "Rank": 1, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Install-PnPApp" + "CommandName": "Install-PnPApp", + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 808, "Rank": 2, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Install-PnPApp" + "CommandName": "Install-PnPApp", + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 809, "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", + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { "Id": 810, "Rank": 2, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { "Id": 811, "Rank": 3, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { "Id": 812, "Rank": 4, - "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"v1.0/users?$filter=accountEnabled ne true&$count=true\" -Method Get -ConsistencyLevelEventual" }, { "Id": 813, "Rank": 5, - "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod \"https://graph.microsoft.com/v1.0/users\"" }, { "Id": 814, "Rank": 1, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPListDesign" + "CommandName": "Invoke-PnPListDesign", + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 815, "Rank": 2, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPListDesign" + "CommandName": "Invoke-PnPListDesign", + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Id": 816, "Rank": 1, - "Command": "Invoke-PnPQuery -RetryCount 5", - "CommandName": "Invoke-PnPQuery" + "CommandName": "Invoke-PnPQuery", + "Command": "Invoke-PnPQuery -RetryCount 5" }, { "Id": 817, "Rank": 1, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPSiteDesign" + "CommandName": "Invoke-PnPSiteDesign", + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 818, "Rank": 2, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPSiteDesign" + "CommandName": "Invoke-PnPSiteDesign", + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Id": 819, "Rank": 1, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", - "CommandName": "Invoke-PnPSiteScript" + "CommandName": "Invoke-PnPSiteScript", + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { "Id": 820, "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", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Id": 821, "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", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Id": 822, "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", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { "Id": 823, "Rank": 1, - "Command": "Invoke-PnPSiteTemplate -Path template.xml", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { "Id": 824, "Rank": 2, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { "Id": 825, "Rank": 3, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Id": 826, "Rank": 4, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { "Id": 827, "Rank": 5, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { "Id": 828, "Rank": 6, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { "Id": 829, "Rank": 7, - "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template" }, { "Id": 830, "Rank": 8, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { "Id": 831, "Rank": 1, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { "Id": 832, "Rank": 2, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { "Id": 833, "Rank": 3, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Id": 834, "Rank": 1, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction" + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { "Id": 835, "Rank": 2, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction" + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { "Id": 836, "Rank": 1, - "Command": "Measure-PnPList \"Documents\"", - "CommandName": "Measure-PnPList" + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\"" }, { "Id": 837, "Rank": 2, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "CommandName": "Measure-PnPList" + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { "Id": 838, "Rank": 1, - "Command": "Measure-PnPWeb", - "CommandName": "Measure-PnPWeb" + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb" }, { "Id": 839, "Rank": 2, - "Command": "Measure-PnPWeb $web -Recursive", - "CommandName": "Measure-PnPWeb" + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb $web -Recursive" }, { "Id": 840, "Rank": 1, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { "Id": 841, "Rank": 2, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { "Id": 842, "Rank": 3, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Id": 843, "Rank": 4, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Id": 844, "Rank": 1, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "CommandName": "Move-PnPFolder" + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { "Id": 845, "Rank": 2, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "CommandName": "Move-PnPFolder" + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { "Id": 846, "Rank": 1, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Move-PnPListItemToRecycleBin" + "CommandName": "Move-PnPListItemToRecycleBin", + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { "Id": 847, "Rank": 1, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { "Id": 848, "Rank": 2, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { "Id": 849, "Rank": 3, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { "Id": 850, "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", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { "Id": 851, "Rank": 1, - "Command": "Move-PnPRecycleBinItem", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem" }, { "Id": 852, "Rank": 2, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { "Id": 853, "Rank": 3, - "Command": "Move-PnPRecycleBinItem -Force", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Force" }, { "Id": 854, "Rank": 1, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Id": 855, "Rank": 2, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { "Id": 856, "Rank": 3, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { "Id": 857, "Rank": 1, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { "Id": 858, "Rank": 2, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { "Id": 859, "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", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { "Id": 860, "Rank": 1, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { "Id": 861, "Rank": 2, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { "Id": 862, "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", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { "Id": 863, "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", + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Id": 864, "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", + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Id": 865, "Rank": 1, - "Command": "New-PnPGroup -Title \"My Site Users\"", - "CommandName": "New-PnPGroup" + "CommandName": "New-PnPGroup", + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { "Id": 866, "Rank": 1, - "Command": "New-PnPList -Title Announcements -Template Announcements", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { "Id": 867, "Rank": 2, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { "Id": 868, "Rank": 3, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { "Id": 869, "Rank": 1, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Id": 870, "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", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { "Id": 871, "Rank": 3, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { "Id": 872, "Rank": 4, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { "Id": 873, "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", + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Id": 874, "Rank": 6, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 875, "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", + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { "Id": 876, "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", + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { "Id": 877, "Rank": 1, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", - "CommandName": "New-PnPPersonalSite" + "CommandName": "New-PnPPersonalSite", + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { "Id": 878, "Rank": 1, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "CommandName": "New-PnPPlannerPlan" + "CommandName": "New-PnPPlannerPlan", + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { "Id": 879, "Rank": 1, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "CommandName": "New-PnPSdnProvider" + "CommandName": "New-PnPSdnProvider", + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { "Id": 880, "Rank": 1, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Id": 881, "Rank": 2, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { "Id": 882, "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", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Id": 883, "Rank": 4, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Id": 884, "Rank": 5, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Id": 885, "Rank": 6, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Id": 886, "Rank": 7, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { "Id": 887, "Rank": 8, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { "Id": 888, "Rank": 9, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { "Id": 889, "Rank": 10, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { "Id": 890, "Rank": 11, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Id": 891, "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", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Id": 892, "Rank": 13, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Id": 893, "Rank": 14, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Id": 894, "Rank": 15, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Id": 895, "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", + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { "Id": 896, "Rank": 1, - "Command": "New-PnPSiteCollectionTermStore", - "CommandName": "New-PnPSiteCollectionTermStore" + "CommandName": "New-PnPSiteCollectionTermStore", + "Command": "New-PnPSiteCollectionTermStore" }, { "Id": 897, "Rank": 1, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "CommandName": "New-PnPSiteGroup" + "CommandName": "New-PnPSiteGroup", + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { "Id": 898, "Rank": 2, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "CommandName": "New-PnPSiteGroup" + "CommandName": "New-PnPSiteGroup", + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { "Id": 899, "Rank": 1, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { "Id": 900, "Rank": 2, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { "Id": 901, "Rank": 3, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { "Id": 902, "Rank": 4, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { "Id": 903, "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", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { "Id": 904, "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", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 905, "Rank": 7, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { "Id": 906, "Rank": 8, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { "Id": 907, "Rank": 1, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "CommandName": "New-PnPTeamsApp" + "CommandName": "New-PnPTeamsApp", + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { "Id": 908, "Rank": 1, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { "Id": 909, "Rank": 2, - "Command": "New-PnPTeamsTeam -GroupId $groupId", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { "Id": 910, "Rank": 3, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { "Id": 911, "Rank": 4, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Id": 912, "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", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { "Id": 913, "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", + "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": 914, "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", + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Id": 915, "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", + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Id": 916, "Rank": 1, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", - "CommandName": "New-PnPTerm" + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { "Id": 917, "Rank": 2, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "New-PnPTerm" + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 918, "Rank": 1, - "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "CommandName": "New-PnPTermGroup" + "CommandName": "New-PnPTermGroup", + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { "Id": 919, "Rank": 1, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "CommandName": "New-PnPTermLabel" + "CommandName": "New-PnPTermLabel", + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { "Id": 920, "Rank": 1, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "CommandName": "New-PnPTermSet" + "CommandName": "New-PnPTermSet", + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { "Id": 921, "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", + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { "Id": 922, "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", + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { "Id": 923, "Rank": 1, - "Command": "New-PnPUser -LoginName user@company.com", - "CommandName": "New-PnPUser" + "CommandName": "New-PnPUser", + "Command": "New-PnPUser -LoginName user@company.com" }, { "Id": 924, "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", + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { "Id": 925, "Rank": 1, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Publish-PnPApp" + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 926, "Rank": 2, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "CommandName": "Publish-PnPApp" + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { "Id": 927, "Rank": 1, - "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon", - "CommandName": "Publish-PnPCompanyApp" + "CommandName": "Publish-PnPCompanyApp", + "Command": "Publish-PnPCompanyApp -PortalUrl https://contoso.sharepoint.com/sites/portal -AppName \"Contoso Portal\" -CompanyName \"Contoso\" -CompanyWebSite \"https://www.contoso.com\" -ColoredIconPath ./coloricon.png -OutlineIconPath ./outlinedicon" }, { "Id": 928, "Rank": 1, - "Command": "Publish-PnPContentType -ContentType 0x0101", - "CommandName": "Publish-PnPContentType" + "CommandName": "Publish-PnPContentType", + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { "Id": 929, "Rank": 1, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Publish-PnPSyntexModel" + "CommandName": "Publish-PnPSyntexModel", + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Id": 930, "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", + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Id": 931, "Rank": 1, - "Command": "Read-PnPSiteTemplate -Path template.pnp", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { "Id": 932, "Rank": 2, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { "Id": 933, "Rank": 3, - "Command": "Read-PnPSiteTemplate -Xml $xml", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { "Id": 934, "Rank": 1, - "Command": "Read-PnPTenantTemplate -Path template.pnp", - "CommandName": "Read-PnPTenantTemplate" + "CommandName": "Read-PnPTenantTemplate", + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { "Id": 935, "Rank": 1, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "CommandName": "Register-PnPAppCatalogSite" + "CommandName": "Register-PnPAppCatalogSite", + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { "Id": 936, "Rank": 1, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Register-PnPHubSite" + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Id": 937, "Rank": 2, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "CommandName": "Register-PnPHubSite" + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { "Id": 938, "Rank": 1, - "Command": "Register-PnPManagementShellAccess", - "CommandName": "Register-PnPManagementShellAccess" + "CommandName": "Register-PnPManagementShellAccess", + "Command": "Register-PnPManagementShellAccess" }, { "Id": 939, "Rank": 2, - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl", - "CommandName": "Register-PnPManagementShellAccess" + "CommandName": "Register-PnPManagementShellAccess", + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl" }, { "Id": 940, "Rank": 3, - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com", - "CommandName": "Register-PnPManagementShellAccess" + "CommandName": "Register-PnPManagementShellAccess", + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com" }, { "Id": 941, "Rank": 1, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "CommandName": "Remove-PnPAdaptiveScopeProperty" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { "Id": 942, "Rank": 2, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "CommandName": "Remove-PnPAdaptiveScopeProperty" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { "Id": 943, "Rank": 1, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "CommandName": "Remove-PnPAlert" + "CommandName": "Remove-PnPAlert", + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { "Id": 944, "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", + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 945, "Rank": 1, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Remove-PnPApp" + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 946, "Rank": 2, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Remove-PnPApp" + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 947, "Rank": 1, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPApplicationCustomizer" + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 948, "Rank": 2, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPApplicationCustomizer" + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Id": 949, "Rank": 1, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "CommandName": "Remove-PnPAvailableSiteClassification" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { "Id": 950, "Rank": 2, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Remove-PnPAvailableSiteClassification" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Id": 951, "Rank": 1, - "Command": "Remove-PnPAzureADApp -Identity MyApp", - "CommandName": "Remove-PnPAzureADApp" + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { "Id": 952, "Rank": 2, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Remove-PnPAzureADApp" + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 953, "Rank": 1, - "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "CommandName": "Remove-PnPAzureADGroup" + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { "Id": 954, "Rank": 2, - "Command": "Remove-PnPAzureADGroup -Identity $group", - "CommandName": "Remove-PnPAzureADGroup" + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { "Id": 955, "Rank": 1, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupMember" + "CommandName": "Remove-PnPAzureADGroupMember", + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 956, "Rank": 1, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupOwner" + "CommandName": "Remove-PnPAzureADGroupOwner", + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 957, "Rank": 1, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { "Id": 958, "Rank": 2, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { "Id": 959, "Rank": 3, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 960, "Rank": 4, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Id": 961, "Rank": 1, - "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "CommandName": "Remove-PnPContentType" + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { "Id": 962, "Rank": 2, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "CommandName": "Remove-PnPContentType" + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { "Id": 963, "Rank": 1, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Remove-PnPContentTypeFromDocumentSet" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Id": 964, "Rank": 2, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Remove-PnPContentTypeFromDocumentSet" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Id": 965, "Rank": 1, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPContentTypeFromList" + "CommandName": "Remove-PnPContentTypeFromList", + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { "Id": 966, "Rank": 1, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 967, "Rank": 2, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Id": 968, "Rank": 3, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { "Id": 969, "Rank": 1, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Remove-PnPDeletedMicrosoft365Group" + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 970, "Rank": 1, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 971, "Rank": 2, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 972, "Rank": 3, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { "Id": 973, "Rank": 4, - "Command": "Remove-PnPEventReceiver -List ProjectList", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { "Id": 974, "Rank": 5, - "Command": "Remove-PnPEventReceiver", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver" }, { "Id": 975, "Rank": 6, - "Command": "Remove-PnPEventReceiver -Scope Site", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Site" }, { "Id": 976, "Rank": 7, - "Command": "Remove-PnPEventReceiver -Scope Web", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Web" }, { "Id": 977, "Rank": 8, - "Command": "Remove-PnPEventReceiver -Scope All", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope All" }, { "Id": 978, "Rank": 1, - "Command": "Remove-PnPField -Identity \"Speakers\"", - "CommandName": "Remove-PnPField" + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { "Id": 979, "Rank": 2, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Remove-PnPField" + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Id": 980, "Rank": 1, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPFieldFromContentType" + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Id": 981, "Rank": 2, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "CommandName": "Remove-PnPFieldFromContentType" + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { "Id": 982, "Rank": 1, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { "Id": 983, "Rank": 2, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { "Id": 984, "Rank": 3, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { "Id": 985, "Rank": 1, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "CommandName": "Remove-PnPFileFromSiteTemplate" + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { "Id": 986, "Rank": 1, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Id": 987, "Rank": 2, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Id": 988, "Rank": 3, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { "Id": 989, "Rank": 1, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Remove-PnPFolder" + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Id": 990, "Rank": 2, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "CommandName": "Remove-PnPFolder" + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { "Id": 991, "Rank": 1, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "CommandName": "Remove-PnPGraphSubscription" + "CommandName": "Remove-PnPGraphSubscription", + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { "Id": 992, "Rank": 1, - "Command": "Remove-PnPGroup -Identity \"My Users\"", - "CommandName": "Remove-PnPGroup" + "CommandName": "Remove-PnPGroup", + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { "Id": 993, "Rank": 1, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Remove-PnPGroupMember" + "CommandName": "Remove-PnPGroupMember", + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Id": 994, "Rank": 1, - "Command": "Remove-PnPHomeSite", - "CommandName": "Remove-PnPHomeSite" + "CommandName": "Remove-PnPHomeSite", + "Command": "Remove-PnPHomeSite" }, { "Id": 995, "Rank": 1, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPHubSiteAssociation" + "CommandName": "Remove-PnPHubSiteAssociation", + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Id": 996, "Rank": 1, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "CommandName": "Remove-PnPHubToHubAssociation" + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { "Id": 997, "Rank": 2, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "CommandName": "Remove-PnPHubToHubAssociation" + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { "Id": 998, "Rank": 1, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "CommandName": "Remove-PnPIndexedProperty" + "CommandName": "Remove-PnPIndexedProperty", + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { "Id": 999, "Rank": 1, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { "Id": 1000, "Rank": 2, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { "Id": 1001, "Rank": 3, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { "Id": 1002, "Rank": 4, - "Command": "Remove-PnPJavaScriptLink -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { "Id": 1003, "Rank": 5, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { "Id": 1004, "Rank": 1, - "Command": "Remove-PnPKnowledgeHubSite", - "CommandName": "Remove-PnPKnowledgeHubSite" + "CommandName": "Remove-PnPKnowledgeHubSite", + "Command": "Remove-PnPKnowledgeHubSite" }, { "Id": 1005, "Rank": 1, - "Command": "Remove-PnPList -Identity Announcements", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements" }, { "Id": 1006, "Rank": 2, - "Command": "Remove-PnPList -Identity Announcements -Force", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Force" }, { "Id": 1007, "Rank": 3, - "Command": "Remove-PnPList -Identity Announcements -Recycle", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { "Id": 1008, "Rank": 4, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { "Id": 1009, "Rank": 1, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPListDesign" + "CommandName": "Remove-PnPListDesign", + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1010, "Rank": 1, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { "Id": 1011, "Rank": 2, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { "Id": 1012, "Rank": 3, - "Command": "Remove-PnPListItem -List \"Demo List\"", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { "Id": 1013, "Rank": 1, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { "Id": 1014, "Rank": 2, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { "Id": 1015, "Rank": 3, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { "Id": 1016, "Rank": 4, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { "Id": 1017, "Rank": 5, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { "Id": 1018, "Rank": 1, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Remove-PnPMicrosoft365Group" + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { "Id": 1019, "Rank": 2, - "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "CommandName": "Remove-PnPMicrosoft365Group" + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { "Id": 1020, "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupMember" + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1021, "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupOwner" + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1022, "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "CommandName": "Remove-PnPMicrosoft365GroupSettings" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { "Id": 1023, "Rank": 2, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "CommandName": "Remove-PnPMicrosoft365GroupSettings" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { "Id": 1024, "Rank": 1, - "Command": "Remove-PnPNavigationNode -Identity 1032", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { "Id": 1025, "Rank": 2, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { "Id": 1026, "Rank": 3, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { "Id": 1027, "Rank": 1, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { "Id": 1028, "Rank": 2, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { "Id": 1029, "Rank": 3, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { "Id": 1030, "Rank": 1, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPOrgNewsSite" + "CommandName": "Remove-PnPOrgNewsSite", + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Id": 1031, "Rank": 1, - "Command": "Remove-PnPPage -Identity \"MyPage\"", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { "Id": 1032, "Rank": 2, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { "Id": 1033, "Rank": 3, - "Command": "Remove-PnPPage $page", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage $page" }, { "Id": 1034, "Rank": 4, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { "Id": 1035, "Rank": 1, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPPageComponent" + "CommandName": "Remove-PnPPageComponent", + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 1036, "Rank": 1, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "CommandName": "Remove-PnPPlannerBucket" + "CommandName": "Remove-PnPPlannerBucket", + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { "Id": 1037, "Rank": 1, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "CommandName": "Remove-PnPPlannerPlan" + "CommandName": "Remove-PnPPlannerPlan", + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { "Id": 1038, "Rank": 1, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Remove-PnPPlannerRoster" + "CommandName": "Remove-PnPPlannerRoster", + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Id": 1039, "Rank": 1, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPPlannerRosterMember" + "CommandName": "Remove-PnPPlannerRosterMember", + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 1040, "Rank": 1, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "CommandName": "Remove-PnPPlannerTask" + "CommandName": "Remove-PnPPlannerTask", + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { "Id": 1041, "Rank": 1, - "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { "Id": 1042, "Rank": 2, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { "Id": 1043, "Rank": 3, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { "Id": 1044, "Rank": 1, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Remove-PnPPublishingImageRendition" + "CommandName": "Remove-PnPPublishingImageRendition", + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Id": 1045, "Rank": 1, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "CommandName": "Remove-PnPRoleDefinition" + "CommandName": "Remove-PnPRoleDefinition", + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { "Id": 1046, "Rank": 1, - "Command": "Remove-PnPSdnProvider -Confirm:false", - "CommandName": "Remove-PnPSdnProvider" + "CommandName": "Remove-PnPSdnProvider", + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { "Id": 1047, "Rank": 1, - "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { "Id": 1048, "Rank": 2, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Id": 1049, "Rank": 3, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Id": 1050, "Rank": 4, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 1051, "Rank": 1, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPSiteCollectionAdmin" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 1052, "Rank": 2, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Remove-PnPSiteCollectionAdmin" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 1053, "Rank": 1, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Remove-PnPSiteCollectionAppCatalog" + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Id": 1054, "Rank": 1, - "Command": "Remove-PnPSiteCollectionTermStore", - "CommandName": "Remove-PnPSiteCollectionTermStore" + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Command": "Remove-PnPSiteCollectionTermStore" }, { "Id": 1055, "Rank": 1, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesign" + "CommandName": "Remove-PnPSiteDesign", + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1056, "Rank": 1, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesignTask" + "CommandName": "Remove-PnPSiteDesignTask", + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1057, "Rank": 1, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Remove-PnPSiteGroup" + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1058, "Rank": 2, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "CommandName": "Remove-PnPSiteGroup" + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { "Id": 1059, "Rank": 1, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteScript" + "CommandName": "Remove-PnPSiteScript", + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1060, "Rank": 1, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Remove-PnPSiteUserInvitations" + "CommandName": "Remove-PnPSiteUserInvitations", + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Id": 1061, "Rank": 1, - "Command": "Remove-PnPStorageEntity -Key MyKey", - "CommandName": "Remove-PnPStorageEntity" + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { "Id": 1062, "Rank": 2, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Remove-PnPStorageEntity" + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { "Id": 1063, "Rank": 1, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPStoredCredential" + "CommandName": "Remove-PnPStoredCredential", + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { "Id": 1064, "Rank": 1, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "CommandName": "Remove-PnPTaxonomyItem" + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { "Id": 1065, "Rank": 2, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "CommandName": "Remove-PnPTaxonomyItem" + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { "Id": 1066, "Rank": 1, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "CommandName": "Remove-PnPTeamsApp" + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { "Id": 1067, "Rank": 2, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "CommandName": "Remove-PnPTeamsApp" + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { "Id": 1068, "Rank": 1, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"", - "CommandName": "Remove-PnPTeamsChannel" + "CommandName": "Remove-PnPTeamsChannel", + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\"" }, { "Id": 1069, "Rank": 1, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { "Id": 1070, "Rank": 2, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 1071, "Rank": 3, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { "Id": 1072, "Rank": 1, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { "Id": 1073, "Rank": 2, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { "Id": 1074, "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", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { "Id": 1075, "Rank": 1, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Remove-PnPTeamsTag" + "CommandName": "Remove-PnPTeamsTag", + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Id": 1076, "Rank": 1, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Remove-PnPTeamsTeam" + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Id": 1077, "Rank": 2, - "Command": "Remove-PnPTeamsTeam -Identity testteam", - "CommandName": "Remove-PnPTeamsTeam" + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { "Id": 1078, "Rank": 1, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { "Id": 1079, "Rank": 2, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 1080, "Rank": 1, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Remove-PnPTenantCdnOrigin" + "CommandName": "Remove-PnPTenantCdnOrigin", + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Id": 1081, "Rank": 1, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantDeletedSite" + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1082, "Rank": 2, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Remove-PnPTenantDeletedSite" + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Id": 1083, "Rank": 1, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1084, "Rank": 2, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { "Id": 1085, "Rank": 3, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { "Id": 1086, "Rank": 1, - "Command": "Remove-PnPTenantSyncClientRestriction", - "CommandName": "Remove-PnPTenantSyncClientRestriction" + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Command": "Remove-PnPTenantSyncClientRestriction" }, { "Id": 1087, "Rank": 1, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Remove-PnPTenantTheme" + "CommandName": "Remove-PnPTenantTheme", + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Id": 1088, "Rank": 1, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTerm" + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Id": 1089, "Rank": 2, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTerm" + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 1090, "Rank": 1, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Id": 1091, "Rank": 2, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { "Id": 1092, "Rank": 3, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { "Id": 1093, "Rank": 1, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "CommandName": "Remove-PnPTermLabel" + "CommandName": "Remove-PnPTermLabel", + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { "Id": 1094, "Rank": 2, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTermLabel" + "CommandName": "Remove-PnPTermLabel", + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 1095, "Rank": 1, - "Command": "Remove-PnPUser -Identity 23", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity 23" }, { "Id": 1096, "Rank": 2, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { "Id": 1097, "Rank": 3, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Confirm:$false", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Confirm:$false" }, { "Id": 1098, "Rank": 1, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Remove-PnPUserInfo" + "CommandName": "Remove-PnPUserInfo", + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Id": 1099, "Rank": 1, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Remove-PnPUserProfile" + "CommandName": "Remove-PnPUserProfile", + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { "Id": 1100, "Rank": 1, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "CommandName": "Remove-PnPView" + "CommandName": "Remove-PnPView", + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { "Id": 1101, "Rank": 1, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Remove-PnPVivaConnectionsDashboardACE" + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Id": 1102, "Rank": 1, - "Command": "Remove-PnPWeb -Identity projectA", - "CommandName": "Remove-PnPWeb" + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity projectA" }, { "Id": 1103, "Rank": 2, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "CommandName": "Remove-PnPWeb" + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { "Id": 1104, "Rank": 1, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "CommandName": "Remove-PnPWebhookSubscription" + "CommandName": "Remove-PnPWebhookSubscription", + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { "Id": 1105, "Rank": 1, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPWebPart" + "CommandName": "Remove-PnPWebPart", + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 1106, "Rank": 2, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "CommandName": "Remove-PnPWebPart" + "CommandName": "Remove-PnPWebPart", + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { "Id": 1107, "Rank": 1, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "CommandName": "Remove-PnPWikiPage" + "CommandName": "Remove-PnPWikiPage", + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { "Id": 1108, "Rank": 1, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { "Id": 1109, "Rank": 2, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { "Id": 1110, "Rank": 3, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { "Id": 1111, "Rank": 1, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "CommandName": "Rename-PnPFolder" + "CommandName": "Rename-PnPFolder", + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { "Id": 1112, "Rank": 1, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Repair-PnPSite" + "CommandName": "Repair-PnPSite", + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1113, "Rank": 2, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Repair-PnPSite" + "CommandName": "Repair-PnPSite", + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Id": 1114, "Rank": 1, - "Command": "Request-PnPAccessToken", - "CommandName": "Request-PnPAccessToken" + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken" }, { "Id": 1115, "Rank": 2, - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2", - "CommandName": "Request-PnPAccessToken" + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2" }, { "Id": 1116, "Rank": 3, - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All", - "CommandName": "Request-PnPAccessToken" + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All" }, { "Id": 1117, "Rank": 4, - "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl", - "CommandName": "Request-PnPAccessToken" + "CommandName": "Request-PnPAccessToken", + "Command": "Request-PnPAccessToken -ClientId 26e29fec-aa10-4f99-8381-d96cddc650c2 -Scopes Group.ReadWrite.All, AllSites.FullControl" }, { "Id": 1118, "Rank": 1, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "CommandName": "Request-PnPPersonalSite" + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { "Id": 1119, "Rank": 2, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "CommandName": "Request-PnPPersonalSite" + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { "Id": 1120, "Rank": 1, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "CommandName": "Request-PnPReIndexList" + "CommandName": "Request-PnPReIndexList", + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { "Id": 1121, "Rank": 1, - "Command": "Request-PnPReIndexWeb", - "CommandName": "Request-PnPReIndexWeb" + "CommandName": "Request-PnPReIndexWeb", + "Command": "Request-PnPReIndexWeb" }, { "Id": 1122, "Rank": 1, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { "Id": 1123, "Rank": 2, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { "Id": 1124, "Rank": 3, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { "Id": 1125, "Rank": 1, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "CommandName": "Reset-PnPFileVersion" + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { "Id": 1126, "Rank": 2, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "CommandName": "Reset-PnPFileVersion" + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { "Id": 1127, "Rank": 1, - "Command": "Reset-PnPLabel -List \"Demo List\"", - "CommandName": "Reset-PnPLabel" + "CommandName": "Reset-PnPLabel", + "Command": "Reset-PnPLabel -List \"Demo List\"" }, { "Id": 1128, "Rank": 2, - "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true", - "CommandName": "Reset-PnPLabel" + "CommandName": "Reset-PnPLabel", + "Command": "Reset-PnPLabel -List \"Demo List\" -SyncToItems $true" }, { "Id": 1129, "Rank": 1, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault" + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { "Id": 1130, "Rank": 1, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "CommandName": "Resolve-PnPFolder" + "CommandName": "Resolve-PnPFolder", + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { "Id": 1131, "Rank": 1, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Restore-PnPDeletedMicrosoft365Group" + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 1132, "Rank": 1, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Id": 1133, "Rank": 2, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { "Id": 1134, "Rank": 3, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Id": 1135, "Rank": 1, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Restore-PnPRecycleBinItem" + "CommandName": "Restore-PnPRecycleBinItem", + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Id": 1136, "Rank": 1, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantRecycleBinItem" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1137, "Rank": 2, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Restore-PnPTenantRecycleBinItem" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Id": 1138, "Rank": 1, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1139, "Rank": 2, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Id": 1140, "Rank": 3, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { "Id": 1141, "Rank": 1, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "CommandName": "Revoke-PnPAzureADAppSitePermission" + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { "Id": 1142, "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", + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 1143, "Rank": 1, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPSiteDesignRights" + "CommandName": "Revoke-PnPSiteDesignRights", + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 1144, "Rank": 1, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Revoke-PnPTenantServicePrincipalPermission" + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Id": 1145, "Rank": 1, - "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "CommandName": "Revoke-PnPUserSession" + "CommandName": "Revoke-PnPUserSession", + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { "Id": 1146, "Rank": 1, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "CommandName": "Save-PnPSiteTemplate" + "CommandName": "Save-PnPSiteTemplate", + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { "Id": 1147, "Rank": 1, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "CommandName": "Save-PnPTenantTemplate" + "CommandName": "Save-PnPTenantTemplate", + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { "Id": 1148, "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", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Id": 1149, "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", + "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": 1150, "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", + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Id": 1151, "Rank": 4, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.onmicrosoft.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server contoso.mail.protection.outlook.com" }, { "Id": 1152, "Rank": 5, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com" }, { "Id": 1153, "Rank": 6, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Server smtp.myisp.com -Port 587 -EnableSsl:$true -Username \"userxyz\" -Password \"password123\"" }, { "Id": 1154, "Rank": 1, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "CommandName": "Set-PnPAdaptiveScopeProperty" + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { "Id": 1155, "Rank": 1, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Set-PnPApplicationCustomizer" + "CommandName": "Set-PnPApplicationCustomizer", + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 1156, "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", + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Id": 1157, "Rank": 1, - "Command": "Set-PnPAppSideLoading -On", - "CommandName": "Set-PnPAppSideLoading" + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -On" }, { "Id": 1158, "Rank": 2, - "Command": "Set-PnPAppSideLoading -Off", - "CommandName": "Set-PnPAppSideLoading" + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -Off" }, { "Id": 1159, "Rank": 1, - "Command": "Set-PnPAuditing -EnableAll", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -EnableAll" }, { "Id": 1160, "Rank": 2, - "Command": "Set-PnPAuditing -DisableAll", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -DisableAll" }, { "Id": 1161, "Rank": 3, - "Command": "Set-PnPAuditing -RetentionTime 7", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7" }, { "Id": 1162, "Rank": 4, - "Command": "Set-PnPAuditing -TrimAuditLog", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -TrimAuditLog" }, { "Id": 1163, "Rank": 5, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { "Id": 1164, "Rank": 1, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "CommandName": "Set-PnPAvailablePageLayouts" + "CommandName": "Set-PnPAvailablePageLayouts", + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { "Id": 1165, "Rank": 1, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "CommandName": "Set-PnPAzureADAppSitePermission" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { "Id": 1166, "Rank": 2, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "CommandName": "Set-PnPAzureADAppSitePermission" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { "Id": 1167, "Rank": 1, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { "Id": 1168, "Rank": 2, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { "Id": 1169, "Rank": 3, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { "Id": 1170, "Rank": 1, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { "Id": 1171, "Rank": 2, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { "Id": 1172, "Rank": 3, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { "Id": 1173, "Rank": 1, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { "Id": 1174, "Rank": 2, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { "Id": 1175, "Rank": 1, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { "Id": 1176, "Rank": 2, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { "Id": 1177, "Rank": 3, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { "Id": 1178, "Rank": 4, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { "Id": 1179, "Rank": 1, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Id": 1180, "Rank": 2, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { "Id": 1181, "Rank": 3, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Id": 1182, "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", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Id": 1183, "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", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Id": 1184, "Rank": 1, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { "Id": 1185, "Rank": 2, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { "Id": 1186, "Rank": 3, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { "Id": 1187, "Rank": 4, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { "Id": 1188, "Rank": 1, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "CommandName": "Set-PnPDefaultContentTypeToList" + "CommandName": "Set-PnPDefaultContentTypeToList", + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { "Id": 1189, "Rank": 1, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { "Id": 1190, "Rank": 2, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { "Id": 1191, "Rank": 3, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { "Id": 1192, "Rank": 1, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { "Id": 1193, "Rank": 2, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Id": 1194, "Rank": 3, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Id": 1195, "Rank": 1, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "CommandName": "Set-PnPDocumentSetField" + "CommandName": "Set-PnPDocumentSetField", + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { "Id": 1196, "Rank": 2, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "CommandName": "Set-PnPDocumentSetField" + "CommandName": "Set-PnPDocumentSetField", + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { "Id": 1197, "Rank": 1, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { "Id": 1198, "Rank": 2, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { "Id": 1199, "Rank": 3, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { "Id": 1200, "Rank": 1, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { "Id": 1201, "Rank": 2, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { "Id": 1202, "Rank": 1, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedOut" + "CommandName": "Set-PnPFileCheckedOut", + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { "Id": 1203, "Rank": 1, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1204, "Rank": 2, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1205, "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", + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Id": 1206, "Rank": 1, - "Command": "Set-PnPFooter -Enabled:$true", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true" }, { "Id": 1207, "Rank": 2, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { "Id": 1208, "Rank": 3, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { "Id": 1209, "Rank": 4, - "Command": "Set-PnPFooter -LogoUrl \"\"", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { "Id": 1210, "Rank": 1, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "CommandName": "Set-PnPGraphSubscription" + "CommandName": "Set-PnPGraphSubscription", + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { "Id": 1211, "Rank": 1, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", - "CommandName": "Set-PnPGroup" + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { "Id": 1212, "Rank": 2, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "CommandName": "Set-PnPGroup" + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { "Id": 1213, "Rank": 1, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { "Id": 1214, "Rank": 2, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { "Id": 1215, "Rank": 3, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { "Id": 1216, "Rank": 4, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { "Id": 1217, "Rank": 5, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { "Id": 1218, "Rank": 1, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "CommandName": "Set-PnPHideDefaultThemes" + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { "Id": 1219, "Rank": 2, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "CommandName": "Set-PnPHideDefaultThemes" + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { "Id": 1220, "Rank": 1, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "CommandName": "Set-PnPHomePage" + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { "Id": 1221, "Rank": 2, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "CommandName": "Set-PnPHomePage" + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { "Id": 1222, "Rank": 1, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Id": 1223, "Rank": 2, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { "Id": 1224, "Rank": 1, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { "Id": 1225, "Rank": 2, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { "Id": 1226, "Rank": 3, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { "Id": 1227, "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", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { "Id": 1228, "Rank": 5, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { "Id": 1229, "Rank": 6, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { "Id": 1230, "Rank": 1, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Set-PnPImageListItemColumn" + "CommandName": "Set-PnPImageListItemColumn", + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { "Id": 1231, "Rank": 2, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "CommandName": "Set-PnPImageListItemColumn" + "CommandName": "Set-PnPImageListItemColumn", + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { "Id": 1232, "Rank": 1, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "CommandName": "Set-PnPIndexedProperties" + "CommandName": "Set-PnPIndexedProperties", + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { "Id": 1233, "Rank": 1, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "CommandName": "Set-PnPInPlaceRecordsManagement" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { "Id": 1234, "Rank": 2, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "CommandName": "Set-PnPInPlaceRecordsManagement" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { "Id": 1235, "Rank": 1, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "CommandName": "Set-PnPKnowledgeHubSite" + "CommandName": "Set-PnPKnowledgeHubSite", + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { "Id": 1236, "Rank": 1, - "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"", - "CommandName": "Set-PnPLabel" + "CommandName": "Set-PnPLabel", + "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { "Id": 1237, "Rank": 2, - "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "CommandName": "Set-PnPLabel" + "CommandName": "Set-PnPLabel", + "Command": "Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { "Id": 1238, "Rank": 1, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { "Id": 1239, "Rank": 2, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { "Id": 1240, "Rank": 3, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { "Id": 1241, "Rank": 4, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { "Id": 1242, "Rank": 5, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { "Id": 1243, "Rank": 6, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { "Id": 1244, "Rank": 7, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { "Id": 1245, "Rank": 8, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { "Id": 1246, "Rank": 9, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVerions 500" }, { "Id": 1247, "Rank": 10, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVerions 500" }, { "Id": 1248, "Rank": 11, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { "Id": 1249, "Rank": 1, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "CommandName": "Set-PnPListInformationRightsManagement" + "CommandName": "Set-PnPListInformationRightsManagement", + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { "Id": 1250, "Rank": 2, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "CommandName": "Set-PnPListInformationRightsManagement" + "CommandName": "Set-PnPListInformationRightsManagement", + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { "Id": 1251, "Rank": 1, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1252, "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", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1253, "Rank": 3, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1254, "Rank": 4, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { "Id": 1255, "Rank": 5, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { "Id": 1256, "Rank": 1, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Set-PnPListItemAsRecord" + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Id": 1257, "Rank": 2, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "CommandName": "Set-PnPListItemAsRecord" + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { "Id": 1258, "Rank": 1, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1259, "Rank": 2, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1260, "Rank": 3, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Id": 1261, "Rank": 4, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { "Id": 1262, "Rank": 5, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { "Id": 1263, "Rank": 1, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListPermission" + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1264, "Rank": 2, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListPermission" + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1265, "Rank": 1, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "CommandName": "Set-PnPListRecordDeclaration" + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { "Id": 1266, "Rank": 2, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "CommandName": "Set-PnPListRecordDeclaration" + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { "Id": 1267, "Rank": 1, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Id": 1268, "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", + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Id": 1269, "Rank": 3, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Id": 1270, "Rank": 4, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Id": 1271, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { "Id": 1272, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1273, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { "Id": 1274, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { "Id": 1275, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1276, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { "Id": 1277, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { "Id": 1278, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1279, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { "Id": 1280, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { "Id": 1281, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1282, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { "Id": 1283, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { "Id": 1284, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1285, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { "Id": 1286, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { "Id": 1287, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1288, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { "Id": 1289, "Rank": 1, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { "Id": 1290, "Rank": 2, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { "Id": 1291, "Rank": 3, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { "Id": 1292, "Rank": 4, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { "Id": 1293, "Rank": 5, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { "Id": 1294, "Rank": 6, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 1295, "Rank": 1, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "CommandName": "Set-PnPMicrosoft365GroupSettings" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { "Id": 1296, "Rank": 2, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "CommandName": "Set-PnPMicrosoft365GroupSettings" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { "Id": 1297, "Rank": 1, - "Command": "Set-PnPMinimalDownloadStrategy -Off", - "CommandName": "Set-PnPMinimalDownloadStrategy" + "CommandName": "Set-PnPMinimalDownloadStrategy", + "Command": "Set-PnPMinimalDownloadStrategy -Off" }, { "Id": 1298, "Rank": 2, - "Command": "Set-PnPMinimalDownloadStrategy -On", - "CommandName": "Set-PnPMinimalDownloadStrategy" + "CommandName": "Set-PnPMinimalDownloadStrategy", + "Command": "Set-PnPMinimalDownloadStrategy -On" }, { "Id": 1299, "Rank": 1, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { "Id": 1300, "Rank": 2, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { "Id": 1301, "Rank": 3, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { "Id": 1302, "Rank": 4, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { "Id": 1303, "Rank": 5, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { "Id": 1304, "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", + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { "Id": 1305, "Rank": 7, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Id": 1306, "Rank": 8, - "Command": "Set-PnPPage -Name \"NewPage\" -Translate", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Name \"NewPage\" -Translate" }, { "Id": 1307, "Rank": 9, - "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Id": 1308, "Rank": 10, - "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Id": 1309, "Rank": 1, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "CommandName": "Set-PnPPageTextPart" + "CommandName": "Set-PnPPageTextPart", + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { "Id": 1310, "Rank": 1, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", - "CommandName": "Set-PnPPageWebPart" + "CommandName": "Set-PnPPageWebPart", + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { "Id": 1311, "Rank": 2, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", - "CommandName": "Set-PnPPageWebPart" + "CommandName": "Set-PnPPageWebPart", + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { "Id": 1312, "Rank": 1, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", - "CommandName": "Set-PnPPlannerBucket" + "CommandName": "Set-PnPPlannerBucket", + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { "Id": 1313, "Rank": 1, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "CommandName": "Set-PnPPlannerConfiguration" + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { "Id": 1314, "Rank": 2, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "CommandName": "Set-PnPPlannerConfiguration" + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { "Id": 1315, "Rank": 1, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "CommandName": "Set-PnPPlannerPlan" + "CommandName": "Set-PnPPlannerPlan", + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { "Id": 1316, "Rank": 1, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { "Id": 1317, "Rank": 2, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { "Id": 1318, "Rank": 3, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Id": 1319, "Rank": 1, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPPlannerUserPolicy" + "CommandName": "Set-PnPPlannerUserPolicy", + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 1320, "Rank": 1, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { "Id": 1321, "Rank": 2, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { "Id": 1322, "Rank": 3, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { "Id": 1323, "Rank": 1, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { "Id": 1324, "Rank": 2, - "Command": "Set-PnPRequestAccessEmails -Disabled", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { "Id": 1325, "Rank": 3, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { "Id": 1326, "Rank": 1, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { "Id": 1327, "Rank": 2, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { "Id": 1328, "Rank": 3, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { "Id": 1329, "Rank": 4, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { "Id": 1330, "Rank": 1, - "Command": "Set-PnPSearchConfiguration -Configuration $config", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { "Id": 1331, "Rank": 2, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Id": 1332, "Rank": 3, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Id": 1333, "Rank": 4, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 1334, "Rank": 1, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { "Id": 1335, "Rank": 2, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { "Id": 1336, "Rank": 3, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { "Id": 1337, "Rank": 4, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { "Id": 1338, "Rank": 5, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { "Id": 1339, "Rank": 6, - "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { "Id": 1340, "Rank": 7, - "Command": "Set-PnPSearchSettings -SearchScope Hub", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { "Id": 1341, "Rank": 1, - "Command": "Set-PnPSite -Classification \"HBI\"", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification \"HBI\"" }, { "Id": 1342, "Rank": 2, - "Command": "Set-PnPSite -Classification $null", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification $null" }, { "Id": 1343, "Rank": 3, - "Command": "Set-PnPSite -DisableFlows", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows" }, { "Id": 1344, "Rank": 4, - "Command": "Set-PnPSite -DisableFlows:$false", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows:$false" }, { "Id": 1345, "Rank": 5, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { "Id": 1346, "Rank": 6, - "Command": "Set-PnPSite -NoScriptSite $false", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -NoScriptSite $false" }, { "Id": 1347, "Rank": 1, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "CommandName": "Set-PnPSiteClassification" + "CommandName": "Set-PnPSiteClassification", + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { "Id": 1348, "Rank": 1, - "Command": "Set-PnPSiteClosure -State Open", - "CommandName": "Set-PnPSiteClosure" + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Open" }, { "Id": 1349, "Rank": 2, - "Command": "Set-PnPSiteClosure -State Closed", - "CommandName": "Set-PnPSiteClosure" + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Closed" }, { "Id": 1350, "Rank": 1, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "CommandName": "Set-PnPSiteDesign" + "CommandName": "Set-PnPSiteDesign", + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { "Id": 1351, "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", + "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": 1352, "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", + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { "Id": 1353, "Rank": 2, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "CommandName": "Set-PnPSiteGroup" + "CommandName": "Set-PnPSiteGroup", + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { "Id": 1354, "Rank": 1, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Set-PnPSitePolicy" + "CommandName": "Set-PnPSitePolicy", + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Id": 1355, "Rank": 1, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScript" + "CommandName": "Set-PnPSiteScript", + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Id": 1356, "Rank": 1, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScriptPackage" + "CommandName": "Set-PnPSiteScriptPackage", + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Id": 1357, "Rank": 1, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "CommandName": "Set-PnPSiteSensitivityLabel" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { "Id": 1358, "Rank": 2, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "CommandName": "Set-PnPSiteSensitivityLabel" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { "Id": 1359, "Rank": 1, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { "Id": 1360, "Rank": 2, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { "Id": 1361, "Rank": 3, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Id": 1362, "Rank": 4, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Id": 1363, "Rank": 5, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Id": 1364, "Rank": 6, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Id": 1365, "Rank": 1, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity" + "CommandName": "Set-PnPStorageEntity", + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Id": 1366, "Rank": 2, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity" + "CommandName": "Set-PnPStorageEntity", + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Id": 1367, "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 1368, "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 1369, "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 1370, "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 1371, "Rank": 1, - "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true", - "CommandName": "Set-PnPSubscribeSharePointNewsDigest" + "CommandName": "Set-PnPSubscribeSharePointNewsDigest", + "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$true" }, { "Id": 1372, "Rank": 2, - "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false", - "CommandName": "Set-PnPSubscribeSharePointNewsDigest" + "CommandName": "Set-PnPSubscribeSharePointNewsDigest", + "Command": "Set-PnPSubscribeSharePointNewsDigest -Account 'user@domain.com' -Enabled:$false" }, { "Id": 1373, "Rank": 1, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { "Id": 1374, "Rank": 2, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { "Id": 1375, "Rank": 3, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { "Id": 1376, "Rank": 1, - "Command": "Set-PnPTeamifyPromptHidden", - "CommandName": "Set-PnPTeamifyPromptHidden" + "CommandName": "Set-PnPTeamifyPromptHidden", + "Command": "Set-PnPTeamifyPromptHidden" }, { "Id": 1377, "Rank": 1, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "CommandName": "Set-PnPTeamsChannel" + "CommandName": "Set-PnPTeamsChannel", + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { "Id": 1378, "Rank": 2, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "CommandName": "Set-PnPTeamsChannel" + "CommandName": "Set-PnPTeamsChannel", + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { "Id": 1379, "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", + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { "Id": 1380, "Rank": 2, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "CommandName": "Set-PnpTeamsChannelUser" + "CommandName": "Set-PnpTeamsChannelUser", + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { "Id": 1381, "Rank": 1, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", - "CommandName": "Set-PnPTeamsTab" + "CommandName": "Set-PnPTeamsTab", + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { "Id": 1382, "Rank": 1, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", - "CommandName": "Set-PnPTeamsTag" + "CommandName": "Set-PnPTeamsTag", + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { "Id": 1383, "Rank": 1, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { "Id": 1384, "Rank": 2, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { "Id": 1385, "Rank": 3, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { "Id": 1386, "Rank": 4, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { "Id": 1387, "Rank": 1, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { "Id": 1388, "Rank": 2, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { "Id": 1389, "Rank": 3, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { "Id": 1390, "Rank": 1, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPTeamsTeamPicture" + "CommandName": "Set-PnPTeamsTeamPicture", + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { "Id": 1391, "Rank": 1, - "Command": "Set-PnPTemporarilyDisableAppBar $true", - "CommandName": "Set-PnPTemporarilyDisableAppBar" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { "Id": 1392, "Rank": 2, - "Command": "Set-PnPTemporarilyDisableAppBar $false", - "CommandName": "Set-PnPTemporarilyDisableAppBar" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { "Id": 1393, "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", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { "Id": 1394, "Rank": 2, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { "Id": 1395, "Rank": 3, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { "Id": 1396, "Rank": 4, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { "Id": 1397, "Rank": 1, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "CommandName": "Set-PnPTenantAppCatalogUrl" + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { "Id": 1398, "Rank": 1, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { "Id": 1399, "Rank": 2, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { "Id": 1400, "Rank": 3, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { "Id": 1401, "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", + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { "Id": 1402, "Rank": 2, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "CommandName": "Set-PnPTenantCdnPolicy" + "CommandName": "Set-PnPTenantCdnPolicy", + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { "Id": 1403, "Rank": 1, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { "Id": 1404, "Rank": 2, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { "Id": 1405, "Rank": 3, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 1406, "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", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 1407, "Rank": 5, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { "Id": 1408, "Rank": 1, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "CommandName": "Set-PnPTenantSyncClientRestriction" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { "Id": 1409, "Rank": 2, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "CommandName": "Set-PnPTenantSyncClientRestriction" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { "Id": 1410, "Rank": 1, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { "Id": 1411, "Rank": 2, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1412, "Rank": 3, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1413, "Rank": 1, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "CommandName": "Set-PnPTermGroup" + "CommandName": "Set-PnPTermGroup", + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { "Id": 1414, "Rank": 1, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { "Id": 1415, "Rank": 2, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { "Id": 1416, "Rank": 3, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { "Id": 1417, "Rank": 1, - "Command": "Set-PnPTheme", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme" }, { "Id": 1418, "Rank": 2, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { "Id": 1419, "Rank": 3, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { "Id": 1420, "Rank": 4, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { "Id": 1421, "Rank": 1, - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt", - "CommandName": "Set-PnPTraceLog" + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt" }, { "Id": 1422, "Rank": 2, - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug", - "CommandName": "Set-PnPTraceLog" + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug" }, { "Id": 1423, "Rank": 3, - "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"", - "CommandName": "Set-PnPTraceLog" + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -On -LogFile traceoutput.txt -Level Debug -Delimiter \",\"" }, { "Id": 1424, "Rank": 4, - "Command": "Set-PnPTraceLog -Off", - "CommandName": "Set-PnPTraceLog" + "CommandName": "Set-PnPTraceLog", + "Command": "Set-PnPTraceLog -Off" }, { "Id": 1425, "Rank": 1, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "CommandName": "Set-PnPUserOneDriveQuota" + "CommandName": "Set-PnPUserOneDriveQuota", + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { "Id": 1426, "Rank": 1, - "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "CommandName": "Set-PnPUserProfileProperty" + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { "Id": 1427, "Rank": 2, - "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "CommandName": "Set-PnPUserProfileProperty" + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'user@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { "Id": 1428, "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", + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { "Id": 1429, "Rank": 2, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { "Id": 1430, "Rank": 3, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { "Id": 1431, "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", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { "Id": 1432, "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", + "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": 1433, "Rank": 2, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { "Id": 1434, "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", + "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": 1435, "Rank": 4, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { "Id": 1436, "Rank": 1, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { "Id": 1437, "Rank": 2, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { "Id": 1438, "Rank": 3, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { "Id": 1439, "Rank": 4, - "Command": "Set-PnPWeb -NoCrawl:$true", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -NoCrawl:$true" }, { "Id": 1440, "Rank": 1, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { "Id": 1441, "Rank": 2, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { "Id": 1442, "Rank": 3, - "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { "Id": 1443, "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", + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Id": 1444, "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", + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Id": 1445, "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", + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { "Id": 1446, "Rank": 1, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Id": 1447, "Rank": 2, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { "Id": 1448, "Rank": 3, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Id": 1449, "Rank": 4, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { "Id": 1450, "Rank": 1, - "Command": "Set-PnPWebTheme -Theme MyTheme", - "CommandName": "Set-PnPWebTheme" + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { "Id": 1451, "Rank": 2, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "CommandName": "Set-PnPWebTheme" + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { "Id": 1452, "Rank": 1, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "CommandName": "Set-PnPWikiPageContent" + "CommandName": "Set-PnPWikiPageContent", + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { "Id": 1453, "Rank": 1, - "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { "Id": 1454, "Rank": 2, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { "Id": 1455, "Rank": 3, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { "Id": 1456, "Rank": 4, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { "Id": 1457, "Rank": 5, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { "Id": 1458, "Rank": 1, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "CommandName": "Submit-PnPTeamsChannelMessage" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { "Id": 1459, "Rank": 2, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", - "CommandName": "Submit-PnPTeamsChannelMessage" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { "Id": 1460, "Rank": 1, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Sync-PnPAppToTeams" + "CommandName": "Sync-PnPAppToTeams", + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1461, "Rank": 1, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { "Id": 1462, "Rank": 2, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { "Id": 1463, "Rank": 3, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { "Id": 1464, "Rank": 1, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "CommandName": "Test-PnPListItemIsRecord" + "CommandName": "Test-PnPListItemIsRecord", + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { "Id": 1465, "Rank": 1, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed" + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { "Id": 1466, "Rank": 1, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Test-PnPSite" + "CommandName": "Test-PnPSite", + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1467, "Rank": 2, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Test-PnPSite" + "CommandName": "Test-PnPSite", + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Id": 1468, "Rank": 1, - "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "CommandName": "Test-PnPTenantTemplate" + "CommandName": "Test-PnPTenantTemplate", + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { "Id": 1469, "Rank": 1, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "CommandName": "Undo-PnPFileCheckedOut" + "CommandName": "Undo-PnPFileCheckedOut", + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { "Id": 1470, "Rank": 1, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Uninstall-PnPApp" + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1471, "Rank": 2, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Uninstall-PnPApp" + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1472, "Rank": 1, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Unpublish-PnPApp" + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1473, "Rank": 2, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Unpublish-PnPApp" + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1474, "Rank": 1, - "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "CommandName": "Unpublish-PnPContentType" + "CommandName": "Unpublish-PnPContentType", + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { "Id": 1475, "Rank": 1, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Unpublish-PnPSyntexModel" + "CommandName": "Unpublish-PnPSyntexModel", + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Id": 1476, "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", + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Id": 1477, "Rank": 1, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Unregister-PnPHubSite" + "CommandName": "Unregister-PnPHubSite", + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Id": 1478, "Rank": 1, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Update-PnPApp" + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1479, "Rank": 2, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Update-PnPApp" + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1480, "Rank": 1, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Id": 1481, "Rank": 2, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { "Id": 1482, "Rank": 3, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Id": 1483, "Rank": 1, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { "Id": 1484, "Rank": 2, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Id": 1485, "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", + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { "Id": 1486, "Rank": 1, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", - "CommandName": "Update-PnPTeamsApp" + "CommandName": "Update-PnPTeamsApp", + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { "Id": 1487, "Rank": 1, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 1488, "Rank": 2, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Id": 1489, "Rank": 3, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { "Id": 1490, "Rank": 1, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "CommandName": "Update-PnPUserType" + "CommandName": "Update-PnPUserType", + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" } ] diff --git a/version.txt b/version.txt index c5864dcf3..b6da51221 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.5 \ No newline at end of file +2.1.6 \ No newline at end of file