diff --git a/.github/workflows/checkdocumentationbuild.yml b/.github/workflows/checkdocumentationbuild.yml index e52a2ce25..71fe82218 100644 --- a/.github/workflows/checkdocumentationbuild.yml +++ b/.github/workflows/checkdocumentationbuild.yml @@ -32,7 +32,7 @@ jobs: with: dotnet-version: 7.x - - run: dotnet tool update -g docfx + - run: dotnet tool install -g docfx --version 2.72.1 - name: Build docs shell: pwsh diff --git a/CHANGELOG.md b/CHANGELOG.md index 0088ee0e1..0435b3fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Added `Get/Set/Remove-PnPUserProfilePhoto` cmdlets to download, upload or remove the profile photo of the specified user. - Added `New/Get/Remove/Update-PnPTodoList` cmdlets to manage Todo lists. - Added `Get-PnPFileCheckedOut` cmdlet to retrieve all files that are currently checked out in a library [#4682](https://github.com/pnp/powershell/pull/4682) +- Added `Get-PnPTenantPronounsSetting` and `Set-PnPTenantPronounsSetting` cmdlets to manage the availability of using pronouns in the organization [#4660](https://github.com/pnp/powershell/pull/4660) ### Changed @@ -126,6 +127,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Contributors +- Marijn Somers [Marijnsomers] - Janne Holm [jhholm] - Paul Bullock [pkbullock] - Arjan Cornelissen [arjancornelissen] diff --git a/dependencies.json b/dependencies.json index 2ee151e92..2c7a73c39 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250113-024712", - "PnPPowerShell": "9e142398f12a64d54242f0dd6d11a3d38dcedd2c", - "PnPFramework": "21a5ad1d813f253fa0413ddaf11929086e42f1d3", - "PnPCore": "3436829ef534d5b40ef8d01c8e19d5165416de98" + "Updated": "20250114-024326", + "PnPPowerShell": "0be6ca0aa449dcb8a1940521ca93bf1e83cf6490", + "PnPFramework": "7f7ee03fecbff983d648ed2c9e35349991e7c982", + "PnPCore": "c978a3596672bcb92ce7cbbe2fdfa5ce6f7247f6" } diff --git a/documentation/Add-PnPOrgAssetsLibrary.md b/documentation/Add-PnPOrgAssetsLibrary.md index 30a7ad057..d72d06595 100644 --- a/documentation/Add-PnPOrgAssetsLibrary.md +++ b/documentation/Add-PnPOrgAssetsLibrary.md @@ -131,14 +131,14 @@ Accept wildcard characters: False ``` ### -OrgAssetType -Indicates the type of content in this library. Currently supported values are "ImageDocumentLibrary" and "OfficeTemplateLibrary". +Indicates the type of content in this library. ImageDocumentLibrary is the default OrgAssetType and is best used for images. You can access the contents of this library from any site or page in the SharePoint filepicker. OfficeTemplateLibrary is the suggested type for Office files and will show up in the UI of all Office desktop apps and Office online in the templates section. ```yaml Type: OrgAssetType Parameter Sets: (All) -Accepted values: ImageDocumentLibrary, OfficeTemplateLibrary +Accepted values: ImageDocumentLibrary, OfficeTemplateLibrary, BrandColorsList, BrandFontsLibrary, BrandKitLibrary, OfficeFontLibrary, Undefined Required: False Position: Named @@ -163,4 +163,4 @@ Accept wildcard characters: False ## RELATED LINKS -[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) \ No newline at end of file +[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) diff --git a/documentation/Get-PnPTenantPronounsSetting.md b/documentation/Get-PnPTenantPronounsSetting.md new file mode 100644 index 000000000..7b7cb8bef --- /dev/null +++ b/documentation/Get-PnPTenantPronounsSetting.md @@ -0,0 +1,57 @@ +--- +Module Name: PnP.PowerShell +schema: 2.0.0 +applicable: SharePoint Online +online version: https://pnp.github.io/powershell/cmdlets/Get-PnPTenantPronounsSetting.html +external help file: PnP.PowerShell.dll-Help.xml +title: Get-PnPTenantPronounsSetting +--- + +# Get-PnPTenantPronounsSetting + +## SYNOPSIS + +**Required Permissions** + + * Microsoft Graph API : One of PeopleSettings.Read.All, PeopleSettings.ReadWrite.All + +Retrieve the current setting for the availability of using pronouns in the organization + +## SYNTAX + +```powershell +Get-PnPTenantPronounsSetting [-Connection ] +``` + +## DESCRIPTION + +This cmdlet can be used to retrieve tenant wide pronounsSettings properties. + +## EXAMPLES + +### EXAMPLE 1 +```powershell +Get-PnPTenantPronounsSetting +``` + +Retrieves the tenant-wide pronouns settings + +## PARAMETERS + +### -Connection +Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing [Get-PnPConnection](Get-PnPConnection.md). + +```yaml +Type: PnPConnection +Parameter Sets: (All) +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +## RELATED LINKS + +[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) +[Microsoft Graph documentation](https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns) \ No newline at end of file diff --git a/documentation/Set-PnPTenantPronounsSetting.md b/documentation/Set-PnPTenantPronounsSetting.md new file mode 100644 index 000000000..9a8b40ce1 --- /dev/null +++ b/documentation/Set-PnPTenantPronounsSetting.md @@ -0,0 +1,77 @@ +--- +Module Name: PnP.PowerShell +schema: 2.0.0 +applicable: SharePoint Online +online version: https://pnp.github.io/powershell/cmdlets/Set-PnPTenantPronounsSetting.html +external help file: PnP.PowerShell.dll-Help.xml +title: Set-PnPTenantPronounsSetting +--- + +# Set-PnPTenantPronounsSetting + +## SYNOPSIS + +**Required Permissions** + + * Microsoft Graph API : PeopleSettings.ReadWrite.All + +Allows allowing configuring the tenant-wide pronouns settings + +## SYNTAX + +```powershell +Set-PnPTenantPronounsSetting [-Connection ] +``` + +## DESCRIPTION + +Allows allowing or disallowing users configuring their own desired pronouns in their user profile. + +## EXAMPLES + +### EXAMPLE 1 +```powershell +Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true +``` + +Enables allowing users to configure their own desired pronouns in their user profile. + +### EXAMPLE 2 +```powershell +Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false +``` + +Disables users from configuring their own desired pronouns in their user profile. + +## PARAMETERS + +### -Connection +Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing [Get-PnPConnection](Get-PnPConnection.md). + +```yaml +Type: PnPConnection +Parameter Sets: (All) +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IsEnabledInOrganization +Provide $true to allow end users to set their desired pronounce, provide $false to prevent end users from setting their desired pronouns. + +```yaml +Type: PnPConnection +Parameter Sets: (All) +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +## RELATED LINKS + +[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) +[Microsoft Graph documentation](https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns) \ 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 28c698a0b..3595ecaaf 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10580 +1,10598 @@ [ { - "Command": "Add-PnPAlert -List \"Demo List\"", - "Id": 1, + "Rank": 1, "CommandName": "Add-PnPAlert", - "Rank": 1 + "Id": 1, + "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", - "Id": 2, + "Rank": 2, "CommandName": "Add-PnPAlert", - "Rank": 2 + "Id": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 3, + "Rank": 3, "CommandName": "Add-PnPAlert", - "Rank": 3 + "Id": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "Id": 4, + "Rank": 4, "CommandName": "Add-PnPAlert", - "Rank": 4 + "Id": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg", - "Id": 5, + "Rank": 1, "CommandName": "Add-PnPApp", - "Rank": 1 + "Id": 5, + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "Id": 6, + "Rank": 2, "CommandName": "Add-PnPApp", - "Rank": 2 + "Id": 6, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "Id": 7, + "Rank": 3, "CommandName": "Add-PnPApp", - "Rank": 3 + "Id": 7, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "Id": 8, + "Rank": 4, "CommandName": "Add-PnPApp", - "Rank": 4 + "Id": 8, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", - "Id": 9, + "Rank": 1, "CommandName": "Add-PnPApplicationCustomizer", - "Rank": 1 + "Id": 9, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "Id": 10, + "Rank": 1, "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 10, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "Id": 11, + "Rank": 2, "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 11, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 12, + "Rank": 1, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 1 + "Id": 12, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 13, + "Rank": 2, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 2 + "Id": 13, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Id": 14, + "Rank": 3, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 3 + "Id": 14, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 15, + "Rank": 1, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 15, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 16, + "Rank": 2, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 2 + "Id": 16, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Id": 17, + "Rank": 3, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 3 + "Id": 17, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "Id": 18, + "Rank": 1, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 1 + "Id": 18, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "Id": 19, + "Rank": 2, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 2 + "Id": 19, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "Id": 20, + "Rank": 1, "CommandName": "Add-PnPContentType", - "Rank": 1 + "Id": 20, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "Id": 21, + "Rank": 2, "CommandName": "Add-PnPContentType", - "Rank": 2 + "Id": 21, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", - "Id": 22, + "Rank": 3, "CommandName": "Add-PnPContentType", - "Rank": 3 + "Id": 22, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "Command": "Add-PnPContentType -Name \"Project Item\"", - "Id": 23, + "Rank": 4, "CommandName": "Add-PnPContentType", - "Rank": 4 + "Id": 23, + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", - "Id": 24, + "Rank": 5, "CommandName": "Add-PnPContentType", - "Rank": 5 + "Id": 24, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "Id": 25, + "Rank": 1, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 1 + "Id": 25, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "Id": 26, + "Rank": 2, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 2 + "Id": 26, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "Id": 27, + "Rank": 1, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 1 + "Id": 27, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Id": 28, + "Rank": 2, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 2 + "Id": 28, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "Id": 29, + "Rank": 1, "CommandName": "Add-PnPContentTypeToList", - "Rank": 1 + "Id": 29, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Id": 30, + "Rank": 1, "CommandName": "Add-PnPCustomAction", - "Rank": 1 + "Id": 30, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "Id": 31, + "Rank": 1, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 1 + "Id": 31, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "Id": 32, + "Rank": 2, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 2 + "Id": 32, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "Id": 33, + "Rank": 1, "CommandName": "Add-PnPDocumentSet", - "Rank": 1 + "Id": 33, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", - "Id": 34, + "Rank": 2, "CommandName": "Add-PnPDocumentSet", - "Rank": 2 + "Id": 34, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "Id": 35, + "Rank": 1, "CommandName": "Add-PnPEventReceiver", - "Rank": 1 + "Id": 35, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "Id": 36, + "Rank": 2, "CommandName": "Add-PnPEventReceiver", - "Rank": 2 + "Id": 36, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", - "Id": 37, + "Rank": 3, "CommandName": "Add-PnPEventReceiver", - "Rank": 3 + "Id": 37, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", - "Id": 38, + "Rank": 4, "CommandName": "Add-PnPEventReceiver", - "Rank": 4 + "Id": 38, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "Id": 39, + "Rank": 1, "CommandName": "Add-PnPField", - "Rank": 1 + "Id": 39, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", - "Id": 40, + "Rank": 2, "CommandName": "Add-PnPField", - "Rank": 2 + "Id": 40, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "Id": 41, + "Rank": 3, "CommandName": "Add-PnPField", - "Rank": 3 + "Id": 41, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "Id": 42, + "Rank": 4, "CommandName": "Add-PnPField", - "Rank": 4 + "Id": 42, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", - "Id": 43, + "Rank": 5, "CommandName": "Add-PnPField", - "Rank": 5 + "Id": 43, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "Id": 44, + "Rank": 6, "CommandName": "Add-PnPField", - "Rank": 6 + "Id": 44, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "Id": 45, + "Rank": 1, "CommandName": "Add-PnPFieldToContentType", - "Rank": 1 + "Id": 45, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "Id": 46, + "Rank": 1, "CommandName": "Add-PnPFile", - "Rank": 1 + "Id": 46, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "Id": 47, + "Rank": 2, "CommandName": "Add-PnPFile", - "Rank": 2 + "Id": 47, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", - "Id": 48, + "Rank": 3, "CommandName": "Add-PnPFile", - "Rank": 3 + "Id": 48, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", - "Id": 49, + "Rank": 4, "CommandName": "Add-PnPFile", - "Rank": 4 + "Id": 49, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", - "Id": 50, + "Rank": 5, "CommandName": "Add-PnPFile", - "Rank": 5 + "Id": 50, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", - "Id": 51, + "Rank": 6, "CommandName": "Add-PnPFile", - "Rank": 6 + "Id": 51, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "Id": 52, + "Rank": 7, "CommandName": "Add-PnPFile", - "Rank": 7 + "Id": 52, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "Id": 53, + "Rank": 8, "CommandName": "Add-PnPFile", - "Rank": 8 + "Id": 53, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 54, + "Rank": 1, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 1 + "Id": 54, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", - "Id": 55, + "Rank": 2, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 2 + "Id": 55, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", - "Id": 56, + "Rank": 3, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 3 + "Id": 56, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 57, + "Rank": 1, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 1 + "Id": 57, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", - "Id": 58, + "Rank": 2, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 2 + "Id": 58, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Id": 59, + "Rank": 1, "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 1 + "Id": 59, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Id": 60, + "Rank": 2, "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 2 + "Id": 60, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Id": 61, + "Rank": 1, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 1 + "Id": 61, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Id": 62, + "Rank": 2, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 2 + "Id": 62, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Id": 63, + "Rank": 3, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 3 + "Id": 63, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "Id": 64, + "Rank": 1, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 1 + "Id": 64, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", - "Id": 65, + "Rank": 2, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 2 + "Id": 65, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "Id": 66, + "Rank": 3, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 3 + "Id": 66, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "Id": 67, + "Rank": 4, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 4 + "Id": 67, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "Id": 68, + "Rank": 5, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 5 + "Id": 68, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 69, + "Rank": 1, "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 1 + "Id": 69, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 70, + "Rank": 2, "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 2 + "Id": 70, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", - "Id": 71, + "Rank": 1, "CommandName": "Add-PnPFlowOwner", - "Rank": 1 + "Id": 71, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", - "Id": 72, + "Rank": 2, "CommandName": "Add-PnPFlowOwner", - "Rank": 2 + "Id": 72, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", - "Id": 73, + "Rank": 3, "CommandName": "Add-PnPFlowOwner", - "Rank": 3 + "Id": 73, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", - "Id": 74, + "Rank": 4, "CommandName": "Add-PnPFlowOwner", - "Rank": 4 + "Id": 74, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "Id": 75, + "Rank": 1, "CommandName": "Add-PnPFolder", - "Rank": 1 + "Id": 75, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "Id": 76, + "Rank": 2, "CommandName": "Add-PnPFolder", - "Rank": 2 + "Id": 76, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "Id": 77, + "Rank": 3, "CommandName": "Add-PnPFolder", - "Rank": 3 + "Id": 77, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 78, + "Rank": 1, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 1 + "Id": 78, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", - "Id": 79, + "Rank": 2, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 2 + "Id": 79, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", - "Id": 80, + "Rank": 3, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 3 + "Id": 80, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 81, + "Rank": 1, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 1 + "Id": 81, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", - "Id": 82, + "Rank": 2, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 2 + "Id": 82, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Id": 83, + "Rank": 1, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 1 + "Id": 83, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Id": 84, + "Rank": 2, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 2 + "Id": 84, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Id": 85, + "Rank": 3, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 3 + "Id": 85, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 86, + "Rank": 1, "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 1 + "Id": 86, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 87, + "Rank": 2, "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 2 + "Id": 87, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "Id": 88, + "Rank": 1, "CommandName": "Add-PnPGroupMember", - "Rank": 1 + "Id": 88, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "Id": 89, + "Rank": 2, "CommandName": "Add-PnPGroupMember", - "Rank": 2 + "Id": 89, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "Id": 90, + "Rank": 1, "CommandName": "Add-PnPHomeSite", - "Rank": 1 + "Id": 90, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Id": 91, + "Rank": 1, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Rank": 1 + "Id": 91, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", - "Id": 92, + "Rank": 1, "CommandName": "Add-PnPHubSiteAssociation", - "Rank": 1 + "Id": 92, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "Id": 93, + "Rank": 1, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 1 + "Id": 93, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", - "Id": 94, + "Rank": 2, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 2 + "Id": 94, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", - "Id": 95, + "Rank": 3, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 3 + "Id": 95, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "Id": 96, + "Rank": 1, "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 1 + "Id": 96, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "Id": 97, + "Rank": 2, "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 2 + "Id": 97, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "Id": 98, + "Rank": 1, "CommandName": "Add-PnPJavaScriptLink", - "Rank": 1 + "Id": 98, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "Id": 99, + "Rank": 2, "CommandName": "Add-PnPJavaScriptLink", - "Rank": 2 + "Id": 99, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "Id": 100, + "Rank": 1, "CommandName": "Add-PnPListDesign", - "Rank": 1 + "Id": 100, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", - "Id": 101, + "Rank": 2, "CommandName": "Add-PnPListDesign", - "Rank": 2 + "Id": 101, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "Id": 102, + "Rank": 1, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 1 + "Id": 102, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "Id": 103, + "Rank": 2, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 2 + "Id": 103, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "Id": 104, + "Rank": 3, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 3 + "Id": 104, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 105, + "Rank": 1, "CommandName": "Add-PnPListItem", - "Rank": 1 + "Id": 105, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 106, + "Rank": 2, "CommandName": "Add-PnPListItem", - "Rank": 2 + "Id": 106, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "Id": 107, + "Rank": 3, "CommandName": "Add-PnPListItem", - "Rank": 3 + "Id": 107, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "Id": 108, + "Rank": 4, "CommandName": "Add-PnPListItem", - "Rank": 4 + "Id": 108, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "Id": 109, + "Rank": 5, "CommandName": "Add-PnPListItem", - "Rank": 5 + "Id": 109, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "Id": 110, + "Rank": 1, "CommandName": "Add-PnPListItemAttachment", - "Rank": 1 + "Id": 110, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "Id": 111, + "Rank": 2, "CommandName": "Add-PnPListItemAttachment", - "Rank": 2 + "Id": 111, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "Id": 112, + "Rank": 3, "CommandName": "Add-PnPListItemAttachment", - "Rank": 3 + "Id": 112, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "Id": 113, + "Rank": 1, "CommandName": "Add-PnPListItemComment", - "Rank": 1 + "Id": 113, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "Id": 114, + "Rank": 1, "CommandName": "Add-PnPMasterPage", - "Rank": 1 + "Id": 114, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 115, + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 115, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 116, + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 2 + "Id": 116, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 117, + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 117, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 118, + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 2 + "Id": 118, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", - "Id": 119, + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 1 + "Id": 119, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "Id": 120, + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 2 + "Id": 120, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", - "Id": 121, + "Rank": 3, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 3 + "Id": 121, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "Id": 122, + "Rank": 1, "CommandName": "Add-PnPNavigationNode", - "Rank": 1 + "Id": 122, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", - "Id": 123, + "Rank": 2, "CommandName": "Add-PnPNavigationNode", - "Rank": 2 + "Id": 123, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "Id": 124, + "Rank": 3, "CommandName": "Add-PnPNavigationNode", - "Rank": 3 + "Id": 124, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "Id": 125, + "Rank": 4, "CommandName": "Add-PnPNavigationNode", - "Rank": 4 + "Id": 125, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "Id": 126, + "Rank": 5, "CommandName": "Add-PnPNavigationNode", - "Rank": 5 + "Id": 126, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "Id": 127, + "Rank": 6, "CommandName": "Add-PnPNavigationNode", - "Rank": 6 + "Id": 127, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", - "Id": 128, + "Rank": 7, "CommandName": "Add-PnPNavigationNode", - "Rank": 7 + "Id": 128, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", - "Id": 129, + "Rank": 8, "CommandName": "Add-PnPNavigationNode", - "Rank": 8 + "Id": 129, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "Id": 130, + "Rank": 1, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 130, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "Id": 131, + "Rank": 2, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 131, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "Id": 132, + "Rank": 3, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 3 + "Id": 132, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "Id": 133, + "Rank": 1, "CommandName": "Add-PnPOrgNewsSite", - "Rank": 1 + "Id": 133, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\"", - "Id": 134, + "Rank": 1, "CommandName": "Add-PnPPage", - "Rank": 1 + "Id": 134, + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "Id": 135, + "Rank": 2, "CommandName": "Add-PnPPage", - "Rank": 2 + "Id": 135, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "Id": 136, + "Rank": 3, "CommandName": "Add-PnPPage", - "Rank": 3 + "Id": 136, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "Id": 137, + "Rank": 4, "CommandName": "Add-PnPPage", - "Rank": 4 + "Id": 137, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "Id": 138, + "Rank": 5, "CommandName": "Add-PnPPage", - "Rank": 5 + "Id": 138, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "Id": 139, + "Rank": 6, "CommandName": "Add-PnPPage", - "Rank": 6 + "Id": 139, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "Id": 140, + "Rank": 7, "CommandName": "Add-PnPPage", - "Rank": 7 + "Id": 140, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "Id": 141, + "Rank": 8, "CommandName": "Add-PnPPage", - "Rank": 8 + "Id": 141, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "Id": 142, + "Rank": 9, "CommandName": "Add-PnPPage", - "Rank": 9 + "Id": 142, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Id": 143, + "Rank": 10, "CommandName": "Add-PnPPage", - "Rank": 10 + "Id": 143, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "Id": 144, + "Rank": 1, "CommandName": "Add-PnPPageImageWebPart", - "Rank": 1 + "Id": 144, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "Id": 145, + "Rank": 2, "CommandName": "Add-PnPPageImageWebPart", - "Rank": 2 + "Id": 145, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "Id": 146, + "Rank": 1, "CommandName": "Add-PnPPageSection", - "Rank": 1 + "Id": 146, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "Id": 147, + "Rank": 2, "CommandName": "Add-PnPPageSection", - "Rank": 2 + "Id": 147, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "Id": 148, + "Rank": 1, "CommandName": "Add-PnPPageTextPart", - "Rank": 1 + "Id": 148, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "Id": 149, + "Rank": 2, "CommandName": "Add-PnPPageTextPart", - "Rank": 2 + "Id": 149, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "Id": 150, + "Rank": 3, "CommandName": "Add-PnPPageTextPart", - "Rank": 3 + "Id": 150, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "Id": 151, + "Rank": 1, "CommandName": "Add-PnPPageWebPart", - "Rank": 1 + "Id": 151, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "Id": 152, + "Rank": 2, "CommandName": "Add-PnPPageWebPart", - "Rank": 2 + "Id": 152, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "Id": 153, + "Rank": 3, "CommandName": "Add-PnPPageWebPart", - "Rank": 3 + "Id": 153, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "Id": 154, + "Rank": 1, "CommandName": "Add-PnPPlannerBucket", - "Rank": 1 + "Id": 154, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "Id": 155, + "Rank": 2, "CommandName": "Add-PnPPlannerBucket", - "Rank": 2 + "Id": 155, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Command": "Add-PnPPlannerRoster", - "Id": 156, + "Rank": 1, "CommandName": "Add-PnPPlannerRoster", - "Rank": 1 + "Id": 156, + "Command": "Add-PnPPlannerRoster" }, { - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 157, + "Rank": 1, "CommandName": "Add-PnPPlannerRosterMember", - "Rank": 1 + "Id": 157, + "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\"", - "Id": 158, + "Rank": 1, "CommandName": "Add-PnPPlannerTask", - "Rank": 1 + "Id": 158, + "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\"", - "Id": 159, + "Rank": 2, "CommandName": "Add-PnPPlannerTask", - "Rank": 2 + "Id": 159, + "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\"", - "Id": 160, + "Rank": 3, "CommandName": "Add-PnPPlannerTask", - "Rank": 3 + "Id": 160, + "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", - "Id": 161, + "Rank": 1, "CommandName": "Add-PnPPublishingImageRendition", - "Rank": 1 + "Id": 161, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "Id": 162, + "Rank": 1, "CommandName": "Add-PnPPublishingPage", - "Rank": 1 + "Id": 162, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "Id": 163, + "Rank": 2, "CommandName": "Add-PnPPublishingPage", - "Rank": 2 + "Id": 163, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Id": 164, + "Rank": 1, "CommandName": "Add-PnPPublishingPageLayout", - "Rank": 1 + "Id": 164, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "Id": 165, + "Rank": 1, "CommandName": "Add-PnPRoleDefinition", - "Rank": 1 + "Id": 165, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "Id": 166, + "Rank": 2, "CommandName": "Add-PnPRoleDefinition", - "Rank": 2 + "Id": 166, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "Id": 167, + "Rank": 3, "CommandName": "Add-PnPRoleDefinition", - "Rank": 3 + "Id": 167, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "Id": 168, + "Rank": 1, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 168, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 169, + "Rank": 2, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 2 + "Id": 169, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", - "Id": 170, + "Rank": 3, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 3 + "Id": 170, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPSiteCollectionAppCatalog", - "Id": 171, + "Rank": 1, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 171, + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "Id": 172, + "Rank": 2, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 2 + "Id": 172, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", - "Id": 173, + "Rank": 1, "CommandName": "Add-PnPSiteDesign", - "Rank": 1 + "Id": 173, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "Id": 174, + "Rank": 2, "CommandName": "Add-PnPSiteDesign", - "Rank": 2 + "Id": 174, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "Id": 175, + "Rank": 3, "CommandName": "Add-PnPSiteDesign", - "Rank": 3 + "Id": 175, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "Id": 176, + "Rank": 1, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 1 + "Id": 176, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "Id": 177, + "Rank": 2, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 2 + "Id": 177, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "Id": 178, + "Rank": 3, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 3 + "Id": 178, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "Id": 179, + "Rank": 1, "CommandName": "Add-PnPSiteDesignTask", - "Rank": 1 + "Id": 179, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Id": 180, + "Rank": 2, "CommandName": "Add-PnPSiteDesignTask", - "Rank": 2 + "Id": 180, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "Id": 181, + "Rank": 1, "CommandName": "Add-PnPSiteScript", - "Rank": 1 + "Id": 181, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", - "Id": 182, + "Rank": 1, "CommandName": "Add-PnPSiteScriptPackage", - "Rank": 1 + "Id": 182, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "Id": 183, + "Rank": 1, "CommandName": "Add-PnPSiteTemplate", - "Rank": 1 + "Id": 183, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "Id": 184, + "Rank": 1, "CommandName": "Add-PnPStoredCredential", - "Rank": 1 + "Id": 184, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Id": 185, + "Rank": 2, "CommandName": "Add-PnPStoredCredential", - "Rank": 2 + "Id": 185, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "Id": 186, + "Rank": 3, "CommandName": "Add-PnPStoredCredential", - "Rank": 3 + "Id": 186, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "Id": 187, + "Rank": 1, "CommandName": "Add-PnPTaxonomyField", - "Rank": 1 + "Id": 187, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "Id": 188, + "Rank": 2, "CommandName": "Add-PnPTaxonomyField", - "Rank": 2 + "Id": 188, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "Id": 189, + "Rank": 1, "CommandName": "Add-PnPTeamsChannel", - "Rank": 1 + "Id": 189, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "Id": 190, + "Rank": 2, "CommandName": "Add-PnPTeamsChannel", - "Rank": 2 + "Id": 190, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "Id": 191, + "Rank": 3, "CommandName": "Add-PnPTeamsChannel", - "Rank": 3 + "Id": 191, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "Id": 192, + "Rank": 4, "CommandName": "Add-PnPTeamsChannel", - "Rank": 4 + "Id": 192, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", - "Id": 193, + "Rank": 1, "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 1 + "Id": 193, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "Id": 194, + "Rank": 2, "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 2 + "Id": 194, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", - "Id": 195, + "Rank": 1, "CommandName": "Add-PnPTeamsTab", - "Rank": 1 + "Id": 195, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "Id": 196, + "Rank": 2, "CommandName": "Add-PnPTeamsTab", - "Rank": 2 + "Id": 196, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "Id": 197, + "Rank": 3, "CommandName": "Add-PnPTeamsTab", - "Rank": 3 + "Id": 197, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", - "Id": 198, + "Rank": 4, "CommandName": "Add-PnPTeamsTab", - "Rank": 4 + "Id": 198, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "Command": "Add-PnPTeamsTeam", - "Id": 199, + "Rank": 1, "CommandName": "Add-PnPTeamsTeam", - "Rank": 1 + "Id": 199, + "Command": "Add-PnPTeamsTeam" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 200, + "Rank": 1, "CommandName": "Add-PnPTeamsUser", - "Rank": 1 + "Id": 200, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "Id": 201, + "Rank": 2, "CommandName": "Add-PnPTeamsUser", - "Rank": 2 + "Id": 201, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "Id": 202, + "Rank": 3, "CommandName": "Add-PnPTeamsUser", - "Rank": 3 + "Id": 202, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "Id": 203, + "Rank": 4, "CommandName": "Add-PnPTeamsUser", - "Rank": 4 + "Id": 203, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "Id": 204, + "Rank": 1, "CommandName": "Add-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 204, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "Id": 205, + "Rank": 1, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Id": 205, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Id": 206, + "Rank": 2, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 2 + "Id": 206, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Id": 207, + "Rank": 3, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 3 + "Id": 207, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "Id": 208, + "Rank": 1, "CommandName": "Add-PnPTenantSequence", - "Rank": 1 + "Id": 208, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "Id": 209, + "Rank": 1, "CommandName": "Add-PnPTenantSequenceSite", - "Rank": 1 + "Id": 209, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "Id": 210, + "Rank": 1, "CommandName": "Add-PnPTenantSequenceSubSite", - "Rank": 1 + "Id": 210, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "Id": 211, + "Rank": 1, "CommandName": "Add-PnPTermToTerm", - "Rank": 1 + "Id": 211, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "Id": 212, + "Rank": 1, "CommandName": "Add-PnPView", - "Rank": 1 + "Id": 212, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "Id": 213, + "Rank": 2, "CommandName": "Add-PnPView", - "Rank": 2 + "Id": 213, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "Id": 214, + "Rank": 3, "CommandName": "Add-PnPView", - "Rank": 3 + "Id": 214, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 215, + "Rank": 1, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 215, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 216, + "Rank": 2, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 216, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 217, + "Rank": 3, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 3 + "Id": 217, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "Id": 218, + "Rank": 1, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 1 + "Id": 218, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "Id": 219, + "Rank": 2, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 2 + "Id": 219, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", - "Id": 220, + "Rank": 3, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 3 + "Id": 220, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", - "Id": 221, + "Rank": 1, "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 1 + "Id": 221, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "Id": 222, + "Rank": 2, "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 2 + "Id": 222, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", - "Id": 223, + "Rank": 1, "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 1 + "Id": 223, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "Id": 224, + "Rank": 2, "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 2 + "Id": 224, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "Id": 225, + "Rank": 1, "CommandName": "Add-PnPWikiPage", - "Rank": 1 + "Id": 225, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "Id": 226, + "Rank": 1, "CommandName": "Clear-PnPAzureADGroupMember", - "Rank": 1 + "Id": 226, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "Id": 227, + "Rank": 1, "CommandName": "Clear-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 227, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "Id": 228, + "Rank": 1, "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 1 + "Id": 228, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "Id": 229, + "Rank": 2, "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 2 + "Id": 229, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "Id": 230, + "Rank": 1, "CommandName": "Clear-PnPListItemAsRecord", - "Rank": 1 + "Id": 230, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "Id": 231, + "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 231, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "Id": 232, + "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 232, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "Id": 233, + "Rank": 1, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 1 + "Id": 233, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "Id": 234, + "Rank": 2, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 2 + "Id": 234, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "Id": 235, + "Rank": 3, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 3 + "Id": 235, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Command": "Clear-PnPTenantAppCatalogUrl", - "Id": 236, + "Rank": 1, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 236, + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 237, + "Rank": 1, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 1 + "Id": 237, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Id": 238, + "Rank": 2, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 2 + "Id": 238, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", - "Id": 239, + "Rank": 1, "CommandName": "Connect-PnPOnline", - "Rank": 1 + "Id": 239, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", - "Id": 240, + "Rank": 1, "CommandName": "Convert-PnPFile", - "Rank": 1 + "Id": 240, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", - "Id": 241, + "Rank": 2, "CommandName": "Convert-PnPFile", - "Rank": 2 + "Id": 241, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", - "Id": 242, + "Rank": 3, "CommandName": "Convert-PnPFile", - "Rank": 3 + "Id": 242, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", - "Id": 243, + "Rank": 4, "CommandName": "Convert-PnPFile", - "Rank": 4 + "Id": 243, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", - "Id": 244, + "Rank": 5, "CommandName": "Convert-PnPFile", - "Rank": 5 + "Id": 244, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", - "Id": 245, + "Rank": 6, "CommandName": "Convert-PnPFile", - "Rank": 6 + "Id": 245, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "Id": 246, + "Rank": 1, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 1 + "Id": 246, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "Id": 247, + "Rank": 2, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 2 + "Id": 247, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml", - "Id": 248, + "Rank": 1, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 1 + "Id": 248, + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "Id": 249, + "Rank": 2, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 2 + "Id": 249, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "Id": 250, + "Rank": 3, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 3 + "Id": 250, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "Id": 251, + "Rank": 1, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 1 + "Id": 251, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "Id": 252, + "Rank": 2, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 2 + "Id": 252, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "Id": 253, + "Rank": 1, "CommandName": "ConvertTo-PnPPage", - "Rank": 1 + "Id": 253, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "Id": 254, + "Rank": 2, "CommandName": "ConvertTo-PnPPage", - "Rank": 2 + "Id": 254, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "Id": 255, + "Rank": 3, "CommandName": "ConvertTo-PnPPage", - "Rank": 3 + "Id": 255, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "Id": 256, + "Rank": 4, "CommandName": "ConvertTo-PnPPage", - "Rank": 4 + "Id": 256, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 257, + "Rank": 5, "CommandName": "ConvertTo-PnPPage", - "Rank": 5 + "Id": 257, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "Id": 258, + "Rank": 6, "CommandName": "ConvertTo-PnPPage", - "Rank": 6 + "Id": 258, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "Id": 259, + "Rank": 7, "CommandName": "ConvertTo-PnPPage", - "Rank": 7 + "Id": 259, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "Id": 260, + "Rank": 8, "CommandName": "ConvertTo-PnPPage", - "Rank": 8 + "Id": 260, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 261, + "Rank": 9, "CommandName": "ConvertTo-PnPPage", - "Rank": 9 + "Id": 261, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "Id": 262, + "Rank": 10, "CommandName": "ConvertTo-PnPPage", - "Rank": 10 + "Id": 262, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "Id": 263, + "Rank": 11, "CommandName": "ConvertTo-PnPPage", - "Rank": 11 + "Id": 263, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 264, + "Rank": 12, "CommandName": "ConvertTo-PnPPage", - "Rank": 12 + "Id": 264, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 265, + "Rank": 13, "CommandName": "ConvertTo-PnPPage", - "Rank": 13 + "Id": 265, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "Id": 266, + "Rank": 14, "CommandName": "ConvertTo-PnPPage", - "Rank": 14 + "Id": 266, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 267, + "Rank": 1, "CommandName": "Copy-PnPFile", - "Rank": 1 + "Id": 267, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Id": 268, + "Rank": 2, "CommandName": "Copy-PnPFile", - "Rank": 2 + "Id": 268, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Id": 269, + "Rank": 3, "CommandName": "Copy-PnPFile", - "Rank": 3 + "Id": 269, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 270, + "Rank": 4, "CommandName": "Copy-PnPFile", - "Rank": 4 + "Id": 270, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Id": 271, + "Rank": 5, "CommandName": "Copy-PnPFile", - "Rank": 5 + "Id": 271, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Id": 272, + "Rank": 6, "CommandName": "Copy-PnPFile", - "Rank": 6 + "Id": 272, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Id": 273, + "Rank": 7, "CommandName": "Copy-PnPFile", - "Rank": 7 + "Id": 273, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 274, + "Rank": 8, "CommandName": "Copy-PnPFile", - "Rank": 8 + "Id": 274, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Id": 275, + "Rank": 9, "CommandName": "Copy-PnPFile", - "Rank": 9 + "Id": 275, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Id": 276, + "Rank": 10, "CommandName": "Copy-PnPFile", - "Rank": 10 + "Id": 276, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 277, + "Rank": 1, "CommandName": "Copy-PnPFolder", - "Rank": 1 + "Id": 277, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Id": 278, + "Rank": 2, "CommandName": "Copy-PnPFolder", - "Rank": 2 + "Id": 278, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Id": 279, + "Rank": 3, "CommandName": "Copy-PnPFolder", - "Rank": 3 + "Id": 279, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 280, + "Rank": 4, "CommandName": "Copy-PnPFolder", - "Rank": 4 + "Id": 280, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Id": 281, + "Rank": 5, "CommandName": "Copy-PnPFolder", - "Rank": 5 + "Id": 281, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Id": 282, + "Rank": 6, "CommandName": "Copy-PnPFolder", - "Rank": 6 + "Id": 282, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Id": 283, + "Rank": 7, "CommandName": "Copy-PnPFolder", - "Rank": 7 + "Id": 283, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 284, + "Rank": 8, "CommandName": "Copy-PnPFolder", - "Rank": 8 + "Id": 284, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Id": 285, + "Rank": 9, "CommandName": "Copy-PnPFolder", - "Rank": 9 + "Id": 285, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Id": 286, + "Rank": 10, "CommandName": "Copy-PnPFolder", - "Rank": 10 + "Id": 286, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", - "Id": 287, + "Rank": 11, "CommandName": "Copy-PnPFolder", - "Rank": 11 + "Id": 287, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "Id": 288, + "Rank": 1, "CommandName": "Copy-PnPItemProxy", - "Rank": 1 + "Id": 288, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "Id": 289, + "Rank": 1, "CommandName": "Copy-PnPList", - "Rank": 1 + "Id": 289, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "Id": 290, + "Rank": 2, "CommandName": "Copy-PnPList", - "Rank": 2 + "Id": 290, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", - "Id": 291, + "Rank": 3, "CommandName": "Copy-PnPList", - "Rank": 3 + "Id": 291, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", - "Id": 292, + "Rank": 4, "CommandName": "Copy-PnPList", - "Rank": 4 + "Id": 292, + "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", - "Id": 293, + "Rank": 1, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 1 + "Id": 293, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "Id": 294, + "Rank": 2, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 2 + "Id": 294, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Id": 295, + "Rank": 3, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 3 + "Id": 295, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Id": 296, + "Rank": 4, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 4 + "Id": 296, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 297, + "Rank": 1, "CommandName": "Disable-PnPFeature", - "Rank": 1 + "Id": 297, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Id": 298, + "Rank": 2, "CommandName": "Disable-PnPFeature", - "Rank": 2 + "Id": 298, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Id": 299, + "Rank": 3, "CommandName": "Disable-PnPFeature", - "Rank": 3 + "Id": 299, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 300, + "Rank": 1, "CommandName": "Disable-PnPFlow", - "Rank": 1 + "Id": 300, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 301, + "Rank": 2, "CommandName": "Disable-PnPFlow", - "Rank": 2 + "Id": 301, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Disable-PnPPageScheduling", - "Id": 302, + "Rank": 1, "CommandName": "Disable-PnPPageScheduling", - "Rank": 1 + "Id": 302, + "Command": "Disable-PnPPageScheduling" }, { - "Command": "Disable-PnPPowerShellTelemetry", - "Id": 303, + "Rank": 1, "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 1 + "Id": 303, + "Command": "Disable-PnPPowerShellTelemetry" }, { - "Command": "Disable-PnPPowerShellTelemetry -Force", - "Id": 304, + "Rank": 2, "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 2 + "Id": 304, + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Command": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 305, + "Rank": 1, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Rank": 1 + "Id": 305, + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Command": "Disable-PnPSiteClassification", - "Id": 306, + "Rank": 1, "CommandName": "Disable-PnPSiteClassification", - "Rank": 1 + "Id": 306, + "Command": "Disable-PnPSiteClassification" }, { - "Command": "Disconnect-PnPOnline", - "Id": 307, + "Rank": 1, "CommandName": "Disconnect-PnPOnline", - "Rank": 1 + "Id": 307, + "Command": "Disconnect-PnPOnline" }, { - "Command": "Enable-PnPCommSite", - "Id": 308, + "Rank": 1, "CommandName": "Enable-PnPCommSite", - "Rank": 1 + "Id": 308, + "Command": "Enable-PnPCommSite" }, { - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "Id": 309, + "Rank": 2, "CommandName": "Enable-PnPCommSite", - "Rank": 2 + "Id": 309, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 310, + "Rank": 1, "CommandName": "Enable-PnPFeature", - "Rank": 1 + "Id": 310, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Id": 311, + "Rank": 2, "CommandName": "Enable-PnPFeature", - "Rank": 2 + "Id": 311, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Id": 312, + "Rank": 3, "CommandName": "Enable-PnPFeature", - "Rank": 3 + "Id": 312, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 313, + "Rank": 1, "CommandName": "Enable-PnPFlow", - "Rank": 1 + "Id": 313, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 314, + "Rank": 2, "CommandName": "Enable-PnPFlow", - "Rank": 2 + "Id": 314, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Enable-PnPPageScheduling", - "Id": 315, + "Rank": 1, "CommandName": "Enable-PnPPageScheduling", - "Rank": 1 + "Id": 315, + "Command": "Enable-PnPPageScheduling" }, { - "Command": "Enable-PnPPowerShellTelemetry", - "Id": 316, + "Rank": 1, "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 1 + "Id": 316, + "Command": "Enable-PnPPowerShellTelemetry" }, { - "Command": "Enable-PnPPowerShellTelemetry -Force", - "Id": 317, + "Rank": 2, "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 2 + "Id": 317, + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", - "Id": 318, + "Rank": 1, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 1 + "Id": 318, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", - "Id": 319, + "Rank": 2, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 2 + "Id": 319, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", - "Id": 320, + "Rank": 3, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 3 + "Id": 320, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", - "Id": 321, + "Rank": 4, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 4 + "Id": 321, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "Id": 322, + "Rank": 1, "CommandName": "Enable-PnPSiteClassification", - "Rank": 1 + "Id": 322, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "Id": 323, + "Rank": 2, "CommandName": "Enable-PnPSiteClassification", - "Rank": 2 + "Id": 323, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 324, + "Rank": 1, "CommandName": "Export-PnPFlow", - "Rank": 1 + "Id": 324, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 325, + "Rank": 2, "CommandName": "Export-PnPFlow", - "Rank": 2 + "Id": 325, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "Id": 326, + "Rank": 1, "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 1 + "Id": 326, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "Id": 327, + "Rank": 2, "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 2 + "Id": 327, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Command": "Export-PnPPage -Identity Home.aspx", - "Id": 328, + "Rank": 1, "CommandName": "Export-PnPPage", - "Rank": 1 + "Id": 328, + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", - "Id": 329, + "Rank": 2, "CommandName": "Export-PnPPage", - "Rank": 2 + "Id": 329, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", - "Id": 330, + "Rank": 1, "CommandName": "Export-PnPPageMapping", - "Rank": 1 + "Id": 330, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", - "Id": 331, + "Rank": 2, "CommandName": "Export-PnPPageMapping", - "Rank": 2 + "Id": 331, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", - "Id": 332, + "Rank": 3, "CommandName": "Export-PnPPageMapping", - "Rank": 3 + "Id": 332, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", - "Id": 333, + "Rank": 1, "CommandName": "Export-PnPPowerApp", - "Rank": 1 + "Id": 333, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", - "Id": 334, + "Rank": 2, "CommandName": "Export-PnPPowerApp", - "Rank": 2 + "Id": 334, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "Command": "Export-PnPTaxonomy", - "Id": 335, + "Rank": 1, "CommandName": "Export-PnPTaxonomy", - "Rank": 1 + "Id": 335, + "Command": "Export-PnPTaxonomy" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "Id": 336, + "Rank": 2, "CommandName": "Export-PnPTaxonomy", - "Rank": 2 + "Id": 336, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "Id": 337, + "Rank": 3, "CommandName": "Export-PnPTaxonomy", - "Rank": 3 + "Id": 337, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "Id": 338, + "Rank": 4, "CommandName": "Export-PnPTaxonomy", - "Rank": 4 + "Id": 338, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Command": "Export-PnPTermGroupToXml", - "Id": 339, + "Rank": 1, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 1 + "Id": 339, + "Command": "Export-PnPTermGroupToXml" }, { - "Command": "Export-PnPTermGroupToXml -Out output.xml", - "Id": 340, + "Rank": 2, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 2 + "Id": 340, + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "Id": 341, + "Rank": 3, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 3 + "Id": 341, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "Id": 342, + "Rank": 1, "CommandName": "Export-PnPUserInfo", - "Rank": 1 + "Id": 342, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", - "Id": 343, + "Rank": 2, "CommandName": "Export-PnPUserInfo", - "Rank": 2 + "Id": 343, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "Id": 344, + "Rank": 1, "CommandName": "Export-PnPUserProfile", - "Rank": 1 + "Id": 344, + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "Id": 345, + "Rank": 2, "CommandName": "Export-PnPUserProfile", - "Rank": 2 + "Id": 345, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Command": "Find-PnPFile -Match *.master", - "Id": 346, + "Rank": 1, "CommandName": "Find-PnPFile", - "Rank": 1 + "Id": 346, + "Command": "Find-PnPFile -Match *.master" }, { - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "Id": 347, + "Rank": 2, "CommandName": "Find-PnPFile", - "Rank": 2 + "Id": 347, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "Id": 348, + "Rank": 3, "CommandName": "Find-PnPFile", - "Rank": 3 + "Id": 348, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Command": "Get-PnPAccessToken", - "Id": 349, + "Rank": 1, "CommandName": "Get-PnPAccessToken", - "Rank": 1 + "Id": 349, + "Command": "Get-PnPAccessToken" }, { - "Command": "Get-PnPAccessToken -Decoded", - "Id": 350, + "Rank": 2, "CommandName": "Get-PnPAccessToken", - "Rank": 2 + "Id": 350, + "Command": "Get-PnPAccessToken -Decoded" }, { - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "Id": 351, + "Rank": 3, "CommandName": "Get-PnPAccessToken", - "Rank": 3 + "Id": 351, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "Id": 352, + "Rank": 4, "CommandName": "Get-PnPAccessToken", - "Rank": 4 + "Id": 352, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "Id": 353, + "Rank": 5, "CommandName": "Get-PnPAccessToken", - "Rank": 5 + "Id": 353, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Command": "Get-PnPAccessToken -ListPermissionScopes", - "Id": 354, + "Rank": 6, "CommandName": "Get-PnPAccessToken", - "Rank": 6 + "Id": 354, + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "Command": "Get-PnPAlert", - "Id": 355, + "Rank": 1, "CommandName": "Get-PnPAlert", - "Rank": 1 + "Id": 355, + "Command": "Get-PnPAlert" }, { - "Command": "Get-PnPAlert -List \"Demo List\"", - "Id": 356, + "Rank": 2, "CommandName": "Get-PnPAlert", - "Rank": 2 + "Id": 356, + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 357, + "Rank": 3, "CommandName": "Get-PnPAlert", - "Rank": 3 + "Id": 357, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "Id": 358, + "Rank": 4, "CommandName": "Get-PnPAlert", - "Rank": 4 + "Id": 358, + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Command": "Get-PnPAlert -AllUsers", - "Id": 359, + "Rank": 5, "CommandName": "Get-PnPAlert", - "Rank": 5 + "Id": 359, + "Command": "Get-PnPAlert -AllUsers" }, { - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "Id": 360, + "Rank": 6, "CommandName": "Get-PnPAlert", - "Rank": 6 + "Id": 360, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Command": "Get-PnPApp", - "Id": 361, + "Rank": 1, "CommandName": "Get-PnPApp", - "Rank": 1 + "Id": 361, + "Command": "Get-PnPApp" }, { - "Command": "Get-PnPApp -Scope Site", - "Id": 362, + "Rank": 2, "CommandName": "Get-PnPApp", - "Rank": 2 + "Id": 362, + "Command": "Get-PnPApp -Scope Site" }, { - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 363, + "Rank": 3, "CommandName": "Get-PnPApp", - "Rank": 3 + "Id": 363, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "Id": 364, + "Rank": 1, "CommandName": "Get-PnPAppErrors", - "Rank": 1 + "Id": 364, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "Id": 365, + "Rank": 2, "CommandName": "Get-PnPAppErrors", - "Rank": 2 + "Id": 365, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "Id": 366, + "Rank": 1, "CommandName": "Get-PnPAppInfo", - "Rank": 1 + "Id": 366, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 367, + "Rank": 2, "CommandName": "Get-PnPAppInfo", - "Rank": 2 + "Id": 367, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "Id": 368, + "Rank": 3, "CommandName": "Get-PnPAppInfo", - "Rank": 3 + "Id": 368, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Command": "Get-PnPApplicationCustomizer", - "Id": 369, + "Rank": 1, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 1 + "Id": 369, + "Command": "Get-PnPApplicationCustomizer" }, { - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 370, + "Rank": 2, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 2 + "Id": 370, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "Id": 371, + "Rank": 3, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 3 + "Id": 371, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Command": "Get-PnPAuditing", - "Id": 372, + "Rank": 1, "CommandName": "Get-PnPAuditing", - "Rank": 1 + "Id": 372, + "Command": "Get-PnPAuditing" }, { - "Command": "Get-PnPAuthenticationRealm", - "Id": 373, + "Rank": 1, "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 1 + "Id": 373, + "Command": "Get-PnPAuthenticationRealm" }, { - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "Id": 374, + "Rank": 2, "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 2 + "Id": 374, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Command": "Get-PnPAvailableLanguage", - "Id": 375, + "Rank": 1, "CommandName": "Get-PnPAvailableLanguage", - "Rank": 1 + "Id": 375, + "Command": "Get-PnPAvailableLanguage" }, { - "Command": "Get-PnPAvailableSensitivityLabel", - "Id": 376, + "Rank": 1, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 1 + "Id": 376, + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "Id": 377, + "Rank": 2, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 2 + "Id": 377, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "Id": 378, + "Rank": 3, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 3 + "Id": 378, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Command": "Get-PnPAvailableSiteClassification", - "Id": 379, + "Rank": 1, "CommandName": "Get-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 379, + "Command": "Get-PnPAvailableSiteClassification" }, { - "Command": "Get-PnPAzureACSPrincipal", - "Id": 380, + "Rank": 1, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 1 + "Id": 380, + "Command": "Get-PnPAzureACSPrincipal" }, { - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "Id": 381, + "Rank": 2, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 2 + "Id": 381, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "Id": 382, + "Rank": 3, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 3 + "Id": 382, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "Id": 383, + "Rank": 4, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 4 + "Id": 383, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 384, + "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 1 + "Id": 384, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", - "Id": 385, + "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 2 + "Id": 385, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", - "Id": 386, + "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 3 + "Id": 386, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "Command": "Get-PnPAzureADActivityReportSignIn", - "Id": 387, + "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 1 + "Id": 387, + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", - "Id": 388, + "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 2 + "Id": 388, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", - "Id": 389, + "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 3 + "Id": 389, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "Command": "Get-PnPAzureADApp", - "Id": 390, + "Rank": 1, "CommandName": "Get-PnPAzureADApp", - "Rank": 1 + "Id": 390, + "Command": "Get-PnPAzureADApp" }, { - "Command": "Get-PnPAzureADApp -Identity MyApp", - "Id": 391, + "Rank": 2, "CommandName": "Get-PnPAzureADApp", - "Rank": 2 + "Id": 391, + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 392, + "Rank": 3, "CommandName": "Get-PnPAzureADApp", - "Rank": 3 + "Id": 392, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "Id": 393, + "Rank": 4, "CommandName": "Get-PnPAzureADApp", - "Rank": 4 + "Id": 393, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPAzureADAppPermission", - "Id": 394, + "Rank": 1, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 1 + "Id": 394, + "Command": "Get-PnPAzureADAppPermission" }, { - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "Id": 395, + "Rank": 2, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 2 + "Id": 395, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 396, + "Rank": 3, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 3 + "Id": 396, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Get-PnPAzureADAppSitePermission", - "Id": 397, + "Rank": 1, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 397, + "Command": "Get-PnPAzureADAppSitePermission" }, { - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "Id": 398, + "Rank": 2, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 398, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "Id": 399, + "Rank": 3, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 3 + "Id": 399, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "Id": 400, + "Rank": 4, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 4 + "Id": 400, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "Id": 401, + "Rank": 5, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 5 + "Id": 401, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Command": "Get-PnPAzureADGroup", - "Id": 402, + "Rank": 1, "CommandName": "Get-PnPAzureADGroup", - "Rank": 1 + "Id": 402, + "Command": "Get-PnPAzureADGroup" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupId", - "Id": 403, + "Rank": 2, "CommandName": "Get-PnPAzureADGroup", - "Rank": 2 + "Id": 403, + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "Id": 404, + "Rank": 3, "CommandName": "Get-PnPAzureADGroup", - "Rank": 3 + "Id": 404, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "Id": 405, + "Rank": 4, "CommandName": "Get-PnPAzureADGroup", - "Rank": 4 + "Id": 405, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Command": "Get-PnPAzureADGroup -Identity $group", - "Id": 406, + "Rank": 5, "CommandName": "Get-PnPAzureADGroup", - "Rank": 5 + "Id": 406, + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "Id": 407, + "Rank": 1, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 1 + "Id": 407, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroupMember -Identity $group", - "Id": 408, + "Rank": 2, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 2 + "Id": 408, + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "Id": 409, + "Rank": 1, "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 409, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "Id": 410, + "Rank": 2, "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 2 + "Id": 410, + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Command": "Get-PnPAzureADServicePrincipal", - "Id": 411, + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 1 + "Id": 411, + "Command": "Get-PnPAzureADServicePrincipal" }, { - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "Id": 412, + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 2 + "Id": 412, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "Id": 413, + "Rank": 3, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 3 + "Id": 413, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "Id": 414, + "Rank": 4, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 4 + "Id": 414, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "Id": 415, + "Rank": 5, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 5 + "Id": 415, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 416, + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1 + "Id": 416, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Id": 417, + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2 + "Id": 417, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 418, + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 1 + "Id": 418, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "Id": 419, + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 2 + "Id": 419, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Command": "Get-PnPAzureADUser", - "Id": 420, + "Rank": 1, "CommandName": "Get-PnPAzureADUser", - "Rank": 1 + "Id": 420, + "Command": "Get-PnPAzureADUser" }, { - "Command": "Get-PnPAzureADUser -EndIndex 50", - "Id": 421, + "Rank": 2, "CommandName": "Get-PnPAzureADUser", - "Rank": 2 + "Id": 421, + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Id": 422, + "Rank": 3, "CommandName": "Get-PnPAzureADUser", - "Rank": 3 + "Id": 422, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "Id": 423, + "Rank": 4, "CommandName": "Get-PnPAzureADUser", - "Rank": 4 + "Id": 423, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "Id": 424, + "Rank": 5, "CommandName": "Get-PnPAzureADUser", - "Rank": 5 + "Id": 424, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "Id": 425, + "Rank": 6, "CommandName": "Get-PnPAzureADUser", - "Rank": 6 + "Id": 425, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "Id": 426, + "Rank": 7, "CommandName": "Get-PnPAzureADUser", - "Rank": 7 + "Id": 426, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Command": "Get-PnPAzureADUser -Delta", - "Id": 427, + "Rank": 8, "CommandName": "Get-PnPAzureADUser", - "Rank": 8 + "Id": 427, + "Command": "Get-PnPAzureADUser -Delta" }, { - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "Id": 428, + "Rank": 9, "CommandName": "Get-PnPAzureADUser", - "Rank": 9 + "Id": 428, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "Id": 429, + "Rank": 10, "CommandName": "Get-PnPAzureADUser", - "Rank": 10 + "Id": 429, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "Id": 430, + "Rank": 1, "CommandName": "Get-PnPAzureCertificate", - "Rank": 1 + "Id": 430, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Id": 431, + "Rank": 2, "CommandName": "Get-PnPAzureCertificate", - "Rank": 2 + "Id": 431, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "Id": 432, + "Rank": 3, "CommandName": "Get-PnPAzureCertificate", - "Rank": 3 + "Id": 432, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Command": "Get-PnPBrowserIdleSignout", - "Id": 433, + "Rank": 1, "CommandName": "Get-PnPBrowserIdleSignout", - "Rank": 1 + "Id": 433, + "Command": "Get-PnPBrowserIdleSignout" }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "Id": 434, + "Rank": 1, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 1 + "Id": 434, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 435, + "Rank": 2, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 2 + "Id": 435, + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 436, + "Rank": 1, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 1 + "Id": 436, + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "Id": 437, + "Rank": 2, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 2 + "Id": 437, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "Id": 438, + "Rank": 3, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 3 + "Id": 438, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "Id": 439, + "Rank": 4, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 4 + "Id": 439, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "Id": 440, + "Rank": 5, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 5 + "Id": 440, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Command": "Get-PnPChangeLog", - "Id": 441, + "Rank": 1, "CommandName": "Get-PnPChangeLog", - "Rank": 1 + "Id": 441, + "Command": "Get-PnPChangeLog" }, { - "Command": "Get-PnPChangeLog -Nightly", - "Id": 442, + "Rank": 2, "CommandName": "Get-PnPChangeLog", - "Rank": 2 + "Id": 442, + "Command": "Get-PnPChangeLog -Nightly" }, { - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "Id": 443, + "Rank": 1, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 1 + "Id": 443, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", - "Id": 444, + "Rank": 2, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 2 + "Id": 444, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", - "Id": 445, + "Rank": 1, "CommandName": "Get-PnPContainer", - "Rank": 1 + "Id": 445, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Id": 446, + "Rank": 2, "CommandName": "Get-PnPContainer", - "Rank": 2 + "Id": 446, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Id": 447, + "Rank": 3, "CommandName": "Get-PnPContainer", - "Rank": 3 + "Id": 447, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Command": "Get-PnPContainerType", - "Id": 448, + "Rank": 1, "CommandName": "Get-PnPContainerType", - "Rank": 1 + "Id": 448, + "Command": "Get-PnPContainerType" }, { - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", - "Id": 449, + "Rank": 1, "CommandName": "Get-PnPContainerTypeConfiguration", - "Rank": 1 + "Id": 449, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Command": "Get-PnPContentType", - "Id": 450, + "Rank": 1, "CommandName": "Get-PnPContentType", - "Rank": 1 + "Id": 450, + "Command": "Get-PnPContentType" }, { - "Command": "Get-PnPContentType -InSiteHierarchy", - "Id": 451, + "Rank": 2, "CommandName": "Get-PnPContentType", - "Rank": 2 + "Id": 451, + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Command": "Get-PnPContentType -Identity \"Project Document\"", - "Id": 452, + "Rank": 3, "CommandName": "Get-PnPContentType", - "Rank": 3 + "Id": 452, + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Command": "Get-PnPContentType -List \"Documents\"", - "Id": 453, + "Rank": 4, "CommandName": "Get-PnPContentType", - "Rank": 4 + "Id": 453, + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", - "Id": 454, + "Rank": 5, "CommandName": "Get-PnPContentType", - "Rank": 5 + "Id": 454, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "Id": 455, + "Rank": 1, "CommandName": "Get-PnPContentTypePublishingStatus", - "Rank": 1 + "Id": 455, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Command": "Get-PnPCopilotAdminLimitedMode", - "Id": 456, + "Rank": 1, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Rank": 1 + "Id": 456, + "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "Command": "Get-PnPCopilotAgent", - "Id": 457, + "Rank": 1, "CommandName": "Get-PnPCopilotAgent", - "Rank": 1 + "Id": 457, + "Command": "Get-PnPCopilotAgent" }, { - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", - "Id": 458, + "Rank": 2, "CommandName": "Get-PnPCopilotAgent", - "Rank": 2 + "Id": 458, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "Command": "Get-PnPCustomAction", - "Id": 459, + "Rank": 1, "CommandName": "Get-PnPCustomAction", - "Rank": 1 + "Id": 459, + "Command": "Get-PnPCustomAction" }, { - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 460, + "Rank": 2, "CommandName": "Get-PnPCustomAction", - "Rank": 2 + "Id": 460, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Get-PnPCustomAction -Scope web", - "Id": 461, + "Rank": 3, "CommandName": "Get-PnPCustomAction", - "Rank": 3 + "Id": 461, + "Command": "Get-PnPCustomAction -Scope web" }, { - "Command": "Get-PnPDeletedContainer", - "Id": 462, + "Rank": 1, "CommandName": "Get-PnPDeletedContainer", - "Rank": 1 + "Id": 462, + "Command": "Get-PnPDeletedContainer" }, { - "Command": "Get-PnPDeletedFlow", - "Id": 463, + "Rank": 1, "CommandName": "Get-PnPDeletedFlow", - "Rank": 1 + "Id": 463, + "Command": "Get-PnPDeletedFlow" }, { - "Command": "Get-PnPDeletedMicrosoft365Group", - "Id": 464, + "Rank": 1, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Id": 464, + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Id": 465, + "Rank": 2, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 2 + "Id": 465, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Get-PnPDeletedTeam", - "Id": 466, + "Rank": 1, "CommandName": "Get-PnPDeletedTeam", - "Rank": 1 + "Id": 466, + "Command": "Get-PnPDeletedTeam" }, { - "Command": "Get-PnPDiagnostics", - "Id": 467, + "Rank": 1, "CommandName": "Get-PnPDiagnostics", - "Rank": 1 + "Id": 467, + "Command": "Get-PnPDiagnostics" }, { - "Command": "Get-PnPDisableSpacesActivation", - "Id": 468, + "Rank": 1, "CommandName": "Get-PnPDisableSpacesActivation", - "Rank": 1 + "Id": 468, + "Command": "Get-PnPDisableSpacesActivation" }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "Id": 469, + "Rank": 1, "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 1 + "Id": 469, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "Id": 470, + "Rank": 2, "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 2 + "Id": 470, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Command": "Get-PnPEventReceiver", - "Id": 471, + "Rank": 1, "CommandName": "Get-PnPEventReceiver", - "Rank": 1 + "Id": 471, + "Command": "Get-PnPEventReceiver" }, { - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 472, + "Rank": 2, "CommandName": "Get-PnPEventReceiver", - "Rank": 2 + "Id": 472, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "Id": 473, + "Rank": 3, "CommandName": "Get-PnPEventReceiver", - "Rank": 3 + "Id": 473, + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "Id": 474, + "Rank": 4, "CommandName": "Get-PnPEventReceiver", - "Rank": 4 + "Id": 474, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 475, + "Rank": 5, "CommandName": "Get-PnPEventReceiver", - "Rank": 5 + "Id": 475, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "Id": 476, + "Rank": 6, "CommandName": "Get-PnPEventReceiver", - "Rank": 6 + "Id": 476, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Command": "Get-PnPEventReceiver -Scope Site", - "Id": 477, + "Rank": 7, "CommandName": "Get-PnPEventReceiver", - "Rank": 7 + "Id": 477, + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Command": "Get-PnPEventReceiver -Scope Web", - "Id": 478, + "Rank": 8, "CommandName": "Get-PnPEventReceiver", - "Rank": 8 + "Id": 478, + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Command": "Get-PnPEventReceiver -Scope All", - "Id": 479, + "Rank": 9, "CommandName": "Get-PnPEventReceiver", - "Rank": 9 + "Id": 479, + "Command": "Get-PnPEventReceiver -Scope All" }, { - "Command": "Get-PnPException", - "Id": 480, + "Rank": 1, "CommandName": "Get-PnPException", - "Rank": 1 + "Id": 480, + "Command": "Get-PnPException" }, { - "Command": "Get-PnPException -All", - "Id": 481, + "Rank": 2, "CommandName": "Get-PnPException", - "Rank": 2 + "Id": 481, + "Command": "Get-PnPException -All" }, { - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "Id": 482, + "Rank": 1, "CommandName": "Get-PnPExternalUser", - "Rank": 1 + "Id": 482, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "Id": 483, + "Rank": 2, "CommandName": "Get-PnPExternalUser", - "Rank": 2 + "Id": 483, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Command": "Get-PnPFeature", - "Id": 484, + "Rank": 1, "CommandName": "Get-PnPFeature", - "Rank": 1 + "Id": 484, + "Command": "Get-PnPFeature" }, { - "Command": "Get-PnPFeature -Scope Site", - "Id": 485, + "Rank": 2, "CommandName": "Get-PnPFeature", - "Rank": 2 + "Id": 485, + "Command": "Get-PnPFeature -Scope Site" }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 486, + "Rank": 3, "CommandName": "Get-PnPFeature", - "Rank": 3 + "Id": 486, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "Id": 487, + "Rank": 4, "CommandName": "Get-PnPFeature", - "Rank": 4 + "Id": 487, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Command": "Get-PnPField", - "Id": 488, + "Rank": 1, "CommandName": "Get-PnPField", - "Rank": 1 + "Id": 488, + "Command": "Get-PnPField" }, { - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Id": 489, + "Rank": 2, "CommandName": "Get-PnPField", - "Rank": 2 + "Id": 489, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Command": "Get-PnPField -Group \"Custom Columns\"", - "Id": 490, + "Rank": 3, "CommandName": "Get-PnPField", - "Rank": 3 + "Id": 490, + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "Id": 491, + "Rank": 1, "CommandName": "Get-PnPFile", - "Rank": 1 + "Id": 491, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", - "Id": 492, + "Rank": 2, "CommandName": "Get-PnPFile", - "Rank": 2 + "Id": 492, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "Id": 493, + "Rank": 3, "CommandName": "Get-PnPFile", - "Rank": 3 + "Id": 493, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "Id": 494, + "Rank": 4, "CommandName": "Get-PnPFile", - "Rank": 4 + "Id": 494, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "Id": 495, + "Rank": 5, "CommandName": "Get-PnPFile", - "Rank": 5 + "Id": 495, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "Id": 496, + "Rank": 6, "CommandName": "Get-PnPFile", - "Rank": 6 + "Id": 496, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", - "Id": 497, + "Rank": 7, "CommandName": "Get-PnPFile", - "Rank": 7 + "Id": 497, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "Id": 498, + "Rank": 8, "CommandName": "Get-PnPFile", - "Rank": 8 + "Id": 498, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", - "Id": 499, + "Rank": 1, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 1 + "Id": 499, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", - "Id": 500, + "Rank": 2, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 2 + "Id": 500, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 501, + "Rank": 3, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 3 + "Id": 501, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Command": "Get-PnPFileInFolder", - "Id": 502, + "Rank": 1, "CommandName": "Get-PnPFileInFolder", - "Rank": 1 + "Id": 502, + "Command": "Get-PnPFileInFolder" }, { - "Command": "Get-PnPFileInFolder -Recurse", - "Id": 503, + "Rank": 2, "CommandName": "Get-PnPFileInFolder", - "Rank": 2 + "Id": 503, + "Command": "Get-PnPFileInFolder -Recurse" }, { - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", - "Id": 504, + "Rank": 3, "CommandName": "Get-PnPFileInFolder", - "Rank": 3 + "Id": 504, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Id": 505, + "Rank": 4, "CommandName": "Get-PnPFileInFolder", - "Rank": 4 + "Id": 505, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Id": 506, + "Rank": 5, "CommandName": "Get-PnPFileInFolder", - "Rank": 5 + "Id": 506, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Id": 507, + "Rank": 1, "CommandName": "Get-PnPFileRetentionLabel", - "Rank": 1 + "Id": 507, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Id": 508, + "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabel", - "Rank": 1 + "Id": 508, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", - "Id": 509, + "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Rank": 1 + "Id": 509, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 510, + "Rank": 1, "CommandName": "Get-PnPFileSharingLink", - "Rank": 1 + "Id": 510, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", - "Id": 511, + "Rank": 2, "CommandName": "Get-PnPFileSharingLink", - "Rank": 2 + "Id": 511, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", - "Id": 512, + "Rank": 3, "CommandName": "Get-PnPFileSharingLink", - "Rank": 3 + "Id": 512, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "Id": 513, + "Rank": 1, "CommandName": "Get-PnPFileVersion", - "Rank": 1 + "Id": 513, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", - "Id": 514, + "Rank": 2, "CommandName": "Get-PnPFileVersion", - "Rank": 2 + "Id": 514, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", - "Id": 515, + "Rank": 3, "CommandName": "Get-PnPFileVersion", - "Rank": 3 + "Id": 515, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "Command": "Get-PnPFlow -AsAdmin", - "Id": 516, + "Rank": 1, "CommandName": "Get-PnPFlow", - "Rank": 1 + "Id": 516, + "Command": "Get-PnPFlow -AsAdmin" }, { - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", - "Id": 517, + "Rank": 2, "CommandName": "Get-PnPFlow", - "Rank": 2 + "Id": 517, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 518, + "Rank": 3, "CommandName": "Get-PnPFlow", - "Rank": 3 + "Id": 518, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Id": 519, + "Rank": 1, "CommandName": "Get-PnPFlowOwner", - "Rank": 1 + "Id": 519, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Id": 520, + "Rank": 2, "CommandName": "Get-PnPFlowOwner", - "Rank": 2 + "Id": 520, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 521, + "Rank": 1, "CommandName": "Get-PnPFlowRun", - "Rank": 1 + "Id": 521, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Id": 522, + "Rank": 2, "CommandName": "Get-PnPFlowRun", - "Rank": 2 + "Id": 522, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Command": "Get-PnPFolder", - "Id": 523, + "Rank": 1, "CommandName": "Get-PnPFolder", - "Rank": 1 + "Id": 523, + "Command": "Get-PnPFolder" }, { - "Command": "Get-PnPFolder -CurrentWebRootFolder", - "Id": 524, + "Rank": 2, "CommandName": "Get-PnPFolder", - "Rank": 2 + "Id": 524, + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "Id": 525, + "Rank": 3, "CommandName": "Get-PnPFolder", - "Rank": 3 + "Id": 525, + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "Id": 526, + "Rank": 4, "CommandName": "Get-PnPFolder", - "Rank": 4 + "Id": 526, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", - "Id": 527, + "Rank": 5, "CommandName": "Get-PnPFolder", - "Rank": 5 + "Id": 527, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "Command": "Get-PnPFolder -List \"Shared Documents\"", - "Id": 528, + "Rank": 6, "CommandName": "Get-PnPFolder", - "Rank": 6 + "Id": 528, + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", - "Id": 529, + "Rank": 7, "CommandName": "Get-PnPFolder", - "Rank": 7 + "Id": 529, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "Command": "Get-PnPFolderInFolder", - "Id": 530, + "Rank": 1, "CommandName": "Get-PnPFolderInFolder", - "Rank": 1 + "Id": 530, + "Command": "Get-PnPFolderInFolder" }, { - "Command": "Get-PnPFolderInFolder -Recurse", - "Id": 531, + "Rank": 2, "CommandName": "Get-PnPFolderInFolder", - "Rank": 2 + "Id": 531, + "Command": "Get-PnPFolderInFolder -Recurse" }, { - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", - "Id": 532, + "Rank": 3, "CommandName": "Get-PnPFolderInFolder", - "Rank": 3 + "Id": 532, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", - "Id": 533, + "Rank": 4, "CommandName": "Get-PnPFolderInFolder", - "Rank": 4 + "Id": 533, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", - "Id": 534, + "Rank": 5, "CommandName": "Get-PnPFolderInFolder", - "Rank": 5 + "Id": 534, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Id": 535, + "Rank": 6, "CommandName": "Get-PnPFolderInFolder", - "Rank": 6 + "Id": 535, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Command": "Get-PnPFolderItem", - "Id": 536, + "Rank": 1, "CommandName": "Get-PnPFolderItem", - "Rank": 1 + "Id": 536, + "Command": "Get-PnPFolderItem" }, { - "Command": "Get-PnPFolderItem -Recurse", - "Id": 537, + "Rank": 2, "CommandName": "Get-PnPFolderItem", - "Rank": 2 + "Id": 537, + "Command": "Get-PnPFolderItem -Recurse" }, { - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", - "Id": 538, + "Rank": 3, "CommandName": "Get-PnPFolderItem", - "Rank": 3 + "Id": 538, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Id": 539, + "Rank": 4, "CommandName": "Get-PnPFolderItem", - "Rank": 4 + "Id": 539, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "Id": 540, + "Rank": 5, "CommandName": "Get-PnPFolderItem", - "Rank": 5 + "Id": 540, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "Id": 541, + "Rank": 6, "CommandName": "Get-PnPFolderItem", - "Rank": 6 + "Id": 541, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 542, + "Rank": 1, "CommandName": "Get-PnPFolderSharingLink", - "Rank": 1 + "Id": 542, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Get-PnPFolderStorageMetric", - "Id": 543, + "Rank": 1, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 1 + "Id": 543, + "Command": "Get-PnPFolderStorageMetric" }, { - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "Id": 544, + "Rank": 2, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 2 + "Id": 544, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "Id": 545, + "Rank": 3, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 3 + "Id": 545, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Command": "Get-PnPFooter", - "Id": 546, + "Rank": 1, "CommandName": "Get-PnPFooter", - "Rank": 1 + "Id": 546, + "Command": "Get-PnPFooter" }, { - "Command": "Get-PnPGraphSubscription", - "Id": 547, + "Rank": 1, "CommandName": "Get-PnPGraphSubscription", - "Rank": 1 + "Id": 547, + "Command": "Get-PnPGraphSubscription" }, { - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Id": 548, + "Rank": 2, "CommandName": "Get-PnPGraphSubscription", - "Rank": 2 + "Id": 548, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Command": "Get-PnPGroup", - "Id": 549, + "Rank": 1, "CommandName": "Get-PnPGroup", - "Rank": 1 + "Id": 549, + "Command": "Get-PnPGroup" }, { - "Command": "Get-PnPGroup -Identity 'My Site Users'", - "Id": 550, + "Rank": 2, "CommandName": "Get-PnPGroup", - "Rank": 2 + "Id": 550, + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Command": "Get-PnPGroup -AssociatedMemberGroup", - "Id": 551, + "Rank": 3, "CommandName": "Get-PnPGroup", - "Rank": 3 + "Id": 551, + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "Id": 552, + "Rank": 1, "CommandName": "Get-PnPGroupMember", - "Rank": 1 + "Id": 552, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "Id": 553, + "Rank": 2, "CommandName": "Get-PnPGroupMember", - "Rank": 2 + "Id": 553, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "Id": 554, + "Rank": 1, "CommandName": "Get-PnPGroupPermissions", - "Rank": 1 + "Id": 554, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Command": "Get-PnPHideDefaultThemes", - "Id": 555, + "Rank": 1, "CommandName": "Get-PnPHideDefaultThemes", - "Rank": 1 + "Id": 555, + "Command": "Get-PnPHideDefaultThemes" }, { - "Command": "Get-PnPHomePage", - "Id": 556, + "Rank": 1, "CommandName": "Get-PnPHomePage", - "Rank": 1 + "Id": 556, + "Command": "Get-PnPHomePage" }, { - "Command": "Get-PnPHomeSite", - "Id": 557, + "Rank": 1, "CommandName": "Get-PnPHomeSite", - "Rank": 1 + "Id": 557, + "Command": "Get-PnPHomeSite" }, { - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "Id": 558, + "Rank": 2, "CommandName": "Get-PnPHomeSite", - "Rank": 2 + "Id": 558, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Command": "Get-PnPHomeSite -Detailed", - "Id": 559, + "Rank": 3, "CommandName": "Get-PnPHomeSite", - "Rank": 3 + "Id": 559, + "Command": "Get-PnPHomeSite -Detailed" }, { - "Command": "Get-PnPHubSite", - "Id": 560, + "Rank": 1, "CommandName": "Get-PnPHubSite", - "Rank": 1 + "Id": 560, + "Command": "Get-PnPHubSite" }, { - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Id": 561, + "Rank": 2, "CommandName": "Get-PnPHubSite", - "Rank": 2 + "Id": 561, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "Id": 562, + "Rank": 3, "CommandName": "Get-PnPHubSite", - "Rank": 3 + "Id": 562, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Command": "Get-PnPHubSiteChild", - "Id": 563, + "Rank": 1, "CommandName": "Get-PnPHubSiteChild", - "Rank": 1 + "Id": 563, + "Command": "Get-PnPHubSiteChild" }, { - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Id": 564, + "Rank": 2, "CommandName": "Get-PnPHubSiteChild", - "Rank": 2 + "Id": 564, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Get-PnPInPlaceRecordsManagement", - "Id": 565, + "Rank": 1, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Rank": 1 + "Id": 565, + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "Id": 566, + "Rank": 1, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Rank": 1 + "Id": 566, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Command": "Get-PnPJavaScriptLink", - "Id": 567, + "Rank": 1, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 1 + "Id": 567, + "Command": "Get-PnPJavaScriptLink" }, { - "Command": "Get-PnPJavaScriptLink -Scope All", - "Id": 568, + "Rank": 2, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 2 + "Id": 568, + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Command": "Get-PnPJavaScriptLink -Scope Web", - "Id": 569, + "Rank": 3, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 3 + "Id": 569, + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Command": "Get-PnPJavaScriptLink -Scope Site", - "Id": 570, + "Rank": 4, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 4 + "Id": 570, + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Command": "Get-PnPJavaScriptLink -Name Test", - "Id": 571, + "Rank": 5, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 5 + "Id": 571, + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Command": "Get-PnPKnowledgeHubSite", - "Id": 572, + "Rank": 1, "CommandName": "Get-PnPKnowledgeHubSite", - "Rank": 1 + "Id": 572, + "Command": "Get-PnPKnowledgeHubSite" }, { - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", - "Id": 573, + "Rank": 1, "CommandName": "Get-PnPLargeListOperationStatus", - "Rank": 1 + "Id": 573, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", - "Id": 574, + "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Rank": 1 + "Id": 574, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 575, + "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Rank": 1 + "Id": 575, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "Get-PnPList", - "Id": 576, + "Rank": 1, "CommandName": "Get-PnPList", - "Rank": 1 + "Id": 576, + "Command": "Get-PnPList" }, { - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 577, + "Rank": 2, "CommandName": "Get-PnPList", - "Rank": 2 + "Id": 577, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Get-PnPList -Identity Lists/Announcements", - "Id": 578, + "Rank": 3, "CommandName": "Get-PnPList", - "Rank": 3 + "Id": 578, + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "Id": 579, + "Rank": 4, "CommandName": "Get-PnPList", - "Rank": 4 + "Id": 579, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "Id": 580, + "Rank": 5, "CommandName": "Get-PnPList", - "Rank": 5 + "Id": 580, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Command": "Get-PnPListDesign", - "Id": 581, + "Rank": 1, "CommandName": "Get-PnPListDesign", - "Rank": 1 + "Id": 581, + "Command": "Get-PnPListDesign" }, { - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 582, + "Rank": 2, "CommandName": "Get-PnPListDesign", - "Rank": 2 + "Id": 582, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPListDesign -Identity ListEvent", - "Id": 583, + "Rank": 3, "CommandName": "Get-PnPListDesign", - "Rank": 3 + "Id": 583, + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "Id": 584, + "Rank": 1, "CommandName": "Get-PnPListInformationRightsManagement", - "Rank": 1 + "Id": 584, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Command": "Get-PnPListItem -List Tasks", - "Id": 585, + "Rank": 1, "CommandName": "Get-PnPListItem", - "Rank": 1 + "Id": 585, + "Command": "Get-PnPListItem -List Tasks" }, { - "Command": "Get-PnPListItem -List Tasks -Id 1", - "Id": 586, + "Rank": 2, "CommandName": "Get-PnPListItem", - "Rank": 2 + "Id": 586, + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "Id": 587, + "Rank": 3, "CommandName": "Get-PnPListItem", - "Rank": 3 + "Id": 587, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "Id": 588, + "Rank": 4, "CommandName": "Get-PnPListItem", - "Rank": 4 + "Id": 588, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "Id": 589, + "Rank": 5, "CommandName": "Get-PnPListItem", - "Rank": 5 + "Id": 589, + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "Id": 590, + "Rank": 6, "CommandName": "Get-PnPListItem", - "Rank": 6 + "Id": 590, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", - "Id": 591, + "Rank": 7, "CommandName": "Get-PnPListItem", - "Rank": 7 + "Id": 591, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "Id": 592, + "Rank": 8, "CommandName": "Get-PnPListItem", - "Rank": 8 + "Id": 592, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "Id": 593, + "Rank": 9, "CommandName": "Get-PnPListItem", - "Rank": 9 + "Id": 593, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", - "Id": 594, + "Rank": 1, "CommandName": "Get-PnPListItemAttachment", - "Rank": 1 + "Id": 594, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", - "Id": 595, + "Rank": 2, "CommandName": "Get-PnPListItemAttachment", - "Rank": 2 + "Id": 595, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "Id": 596, + "Rank": 1, "CommandName": "Get-PnPListItemComment", - "Rank": 1 + "Id": 596, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "Id": 597, + "Rank": 1, "CommandName": "Get-PnPListItemPermission", - "Rank": 1 + "Id": 597, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", - "Id": 598, + "Rank": 1, "CommandName": "Get-PnPListItemVersion", - "Rank": 1 + "Id": 598, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "Id": 599, + "Rank": 1, "CommandName": "Get-PnPListPermissions", - "Rank": 1 + "Id": 599, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Id": 600, + "Rank": 2, "CommandName": "Get-PnPListPermissions", - "Rank": 2 + "Id": 600, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "Id": 601, + "Rank": 1, "CommandName": "Get-PnPListRecordDeclaration", - "Rank": 1 + "Id": 601, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", - "Id": 602, + "Rank": 1, "CommandName": "Get-PnPManagedAppId", - "Rank": 1 + "Id": 602, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "Command": "Get-PnPMasterPage", - "Id": 603, + "Rank": 1, "CommandName": "Get-PnPMasterPage", - "Rank": 1 + "Id": 603, + "Command": "Get-PnPMasterPage" }, { - "Command": "Get-PnPMessageCenterAnnouncement", - "Id": 604, + "Rank": 1, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 1 + "Id": 604, + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "Id": 605, + "Rank": 2, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 2 + "Id": 605, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 606, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 1 + "Id": 606, + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "Id": 607, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 2 + "Id": 607, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Command": "Get-PnPMicrosoft365Group", - "Id": 608, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 1 + "Id": 608, + "Command": "Get-PnPMicrosoft365Group" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "Id": 609, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 2 + "Id": 609, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "Id": 610, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 3 + "Id": 610, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "Id": 611, + "Rank": 4, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 4 + "Id": 611, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $group", - "Id": 612, + "Rank": 5, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 5 + "Id": 612, + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "Id": 613, + "Rank": 6, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 6 + "Id": 613, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 614, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 1 + "Id": 614, + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "Id": 615, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 2 + "Id": 615, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 616, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 3 + "Id": 616, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "Id": 617, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 617, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "Id": 618, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 2 + "Id": 618, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "Id": 619, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 3 + "Id": 619, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "Id": 620, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 620, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "Id": 621, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 2 + "Id": 621, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Command": "Get-PnPMicrosoft365GroupSettings", - "Id": 622, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 622, + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "Id": 623, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 623, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", - "Id": 624, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 3 + "Id": 624, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", - "Id": 625, + "Rank": 4, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 4 + "Id": 625, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 626, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 1 + "Id": 626, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "Id": 627, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 2 + "Id": 627, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Command": "Get-PnPMicrosoft365GroupTeam", - "Id": 628, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 1 + "Id": 628, + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "Id": 629, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 2 + "Id": 629, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 630, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 3 + "Id": 630, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 631, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 1 + "Id": 631, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "Id": 632, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 2 + "Id": 632, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 633, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 3 + "Id": 633, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPNavigationNode", - "Id": 634, + "Rank": 1, "CommandName": "Get-PnPNavigationNode", - "Rank": 1 + "Id": 634, + "Command": "Get-PnPNavigationNode" }, { - "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "Id": 635, + "Rank": 2, "CommandName": "Get-PnPNavigationNode", - "Rank": 2 + "Id": 635, + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "Id": 636, + "Rank": 3, "CommandName": "Get-PnPNavigationNode", - "Rank": 3 + "Id": 636, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Command": "Get-PnPOrgAssetsLibrary", - "Id": 637, + "Rank": 1, "CommandName": "Get-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 637, + "Command": "Get-PnPOrgAssetsLibrary" }, { - "Command": "Get-PnPOrgNewsSite", - "Id": 638, + "Rank": 1, "CommandName": "Get-PnPOrgNewsSite", - "Rank": 1 + "Id": 638, + "Command": "Get-PnPOrgNewsSite" }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "Id": 639, + "Rank": 1, "CommandName": "Get-PnPPage", - "Rank": 1 + "Id": 639, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Command": "Get-PnPPage \"MyPage\"", - "Id": 640, + "Rank": 2, "CommandName": "Get-PnPPage", - "Rank": 2 + "Id": 640, + "Command": "Get-PnPPage \"MyPage\"" }, { - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "Id": 641, + "Rank": 3, "CommandName": "Get-PnPPage", - "Rank": 3 + "Id": 641, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Id": 642, + "Rank": 4, "CommandName": "Get-PnPPage", - "Rank": 4 + "Id": 642, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Command": "Get-PnPPageComponent -Page Home", - "Id": 643, + "Rank": 1, "CommandName": "Get-PnPPageComponent", - "Rank": 1 + "Id": 643, + "Command": "Get-PnPPageComponent -Page Home" }, { - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 644, + "Rank": 2, "CommandName": "Get-PnPPageComponent", - "Rank": 2 + "Id": 644, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "Id": 645, + "Rank": 3, "CommandName": "Get-PnPPageComponent", - "Rank": 3 + "Id": 645, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", - "Id": 646, + "Rank": 1, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 1 + "Id": 646, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", - "Id": 647, + "Rank": 2, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 2 + "Id": 647, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Id": 648, + "Rank": 3, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 3 + "Id": 648, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Command": "Get-PnPPageSchedulingEnabled", - "Id": 649, + "Rank": 1, "CommandName": "Get-PnPPageSchedulingEnabled", - "Rank": 1 + "Id": 649, + "Command": "Get-PnPPageSchedulingEnabled" }, { - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "Id": 650, + "Rank": 1, "CommandName": "Get-PnPPlannerBucket", - "Rank": 1 + "Id": 650, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerConfiguration", - "Id": 651, + "Rank": 1, "CommandName": "Get-PnPPlannerConfiguration", - "Rank": 1 + "Id": 651, + "Command": "Get-PnPPlannerConfiguration" }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "Id": 652, + "Rank": 1, "CommandName": "Get-PnPPlannerPlan", - "Rank": 1 + "Id": 652, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "Id": 653, + "Rank": 2, "CommandName": "Get-PnPPlannerPlan", - "Rank": 2 + "Id": 653, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "Id": 654, + "Rank": 3, "CommandName": "Get-PnPPlannerPlan", - "Rank": 3 + "Id": 654, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "Id": 655, + "Rank": 1, "CommandName": "Get-PnPPlannerRosterMember", - "Rank": 1 + "Id": 655, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "Id": 656, + "Rank": 1, "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 1 + "Id": 656, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 657, + "Rank": 2, "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 2 + "Id": 657, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "Id": 658, + "Rank": 1, "CommandName": "Get-PnPPlannerTask", - "Rank": 1 + "Id": 658, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Id": 659, + "Rank": 2, "CommandName": "Get-PnPPlannerTask", - "Rank": 2 + "Id": 659, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Id": 660, + "Rank": 3, "CommandName": "Get-PnPPlannerTask", - "Rank": 3 + "Id": 660, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "Id": 661, + "Rank": 1, "CommandName": "Get-PnPPlannerUserPolicy", - "Rank": 1 + "Id": 661, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPPowerApp", - "Id": 662, + "Rank": 1, "CommandName": "Get-PnPPowerApp", - "Rank": 1 + "Id": 662, + "Command": "Get-PnPPowerApp" }, { - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 663, + "Rank": 2, "CommandName": "Get-PnPPowerApp", - "Rank": 2 + "Id": 663, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Id": 664, + "Rank": 1, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Rank": 1 + "Id": 664, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Command": "Get-PnPPowerPlatformEnvironment", - "Id": 665, + "Rank": 1, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 1 + "Id": 665, + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "Id": 666, + "Rank": 2, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 2 + "Id": 666, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "Id": 667, + "Rank": 3, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 3 + "Id": 667, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Id": 668, + "Rank": 1, "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 1 + "Id": 668, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", - "Id": 669, + "Rank": 2, "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 2 + "Id": 669, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "Command": "Get-PnPPowerShellTelemetryEnabled", - "Id": 670, + "Rank": 1, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Rank": 1 + "Id": 670, + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 671, + "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 1 + "Id": 671, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", - "Id": 672, + "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 2 + "Id": 672, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 673, + "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 1 + "Id": 673, + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", - "Id": 674, + "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 2 + "Id": 674, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", - "Id": 675, + "Rank": 3, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 3 + "Id": 675, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Command": "Get-PnPProfileCardProperty", - "Id": 676, + "Rank": 1, "CommandName": "Get-PnPProfileCardProperty", - "Rank": 1 + "Id": 676, + "Command": "Get-PnPProfileCardProperty" }, { - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", - "Id": 677, + "Rank": 2, "CommandName": "Get-PnPProfileCardProperty", - "Rank": 2 + "Id": 677, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "Command": "Get-PnPPropertyBag", - "Id": 678, + "Rank": 1, "CommandName": "Get-PnPPropertyBag", - "Rank": 1 + "Id": 678, + "Command": "Get-PnPPropertyBag" }, { - "Command": "Get-PnPPropertyBag -Key MyKey", - "Id": 679, + "Rank": 2, "CommandName": "Get-PnPPropertyBag", - "Rank": 2 + "Id": 679, + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "Id": 680, + "Rank": 3, "CommandName": "Get-PnPPropertyBag", - "Rank": 3 + "Id": 680, + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "Id": 681, + "Rank": 4, "CommandName": "Get-PnPPropertyBag", - "Rank": 4 + "Id": 681, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "Id": 682, + "Rank": 5, "CommandName": "Get-PnPPropertyBag", - "Rank": 5 + "Id": 682, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Command": "Get-PnPPublishingImageRendition", - "Id": 683, + "Rank": 1, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 1 + "Id": 683, + "Command": "Get-PnPPublishingImageRendition" }, { - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "Id": 684, + "Rank": 2, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 2 + "Id": 684, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Command": "Get-PnPPublishingImageRendition -Identity 2", - "Id": 685, + "Rank": 3, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 3 + "Id": 685, + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Command": "Get-PnPRecycleBinItem", - "Id": 686, + "Rank": 1, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 1 + "Id": 686, + "Command": "Get-PnPRecycleBinItem" }, { - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "Id": 687, + "Rank": 2, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 2 + "Id": 687, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Command": "Get-PnPRecycleBinItem -FirstStage", - "Id": 688, + "Rank": 3, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 3 + "Id": 688, + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Command": "Get-PnPRecycleBinItem -SecondStage", - "Id": 689, + "Rank": 4, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 4 + "Id": 689, + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "Id": 690, + "Rank": 5, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 5 + "Id": 690, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Command": "Get-PnPRequestAccessEmails", - "Id": 691, + "Rank": 1, "CommandName": "Get-PnPRequestAccessEmails", - "Rank": 1 + "Id": 691, + "Command": "Get-PnPRequestAccessEmails" }, { - "Command": "Get-PnPRetentionLabel", - "Id": 692, + "Rank": 1, "CommandName": "Get-PnPRetentionLabel", - "Rank": 1 + "Id": 692, + "Command": "Get-PnPRetentionLabel" }, { - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", - "Id": 693, + "Rank": 2, "CommandName": "Get-PnPRetentionLabel", - "Rank": 2 + "Id": 693, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "Command": "Get-PnPRoleDefinition", - "Id": 694, + "Rank": 1, "CommandName": "Get-PnPRoleDefinition", - "Rank": 1 + "Id": 694, + "Command": "Get-PnPRoleDefinition" }, { - "Command": "Get-PnPRoleDefinition -Identity Read", - "Id": 695, + "Rank": 2, "CommandName": "Get-PnPRoleDefinition", - "Rank": 2 + "Id": 695, + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "Id": 696, + "Rank": 3, "CommandName": "Get-PnPRoleDefinition", - "Rank": 3 + "Id": 696, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Command": "Get-PnPSearchConfiguration", - "Id": 697, + "Rank": 1, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 1 + "Id": 697, + "Command": "Get-PnPSearchConfiguration" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site", - "Id": 698, + "Rank": 2, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 2 + "Id": 698, + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "Id": 699, + "Rank": 3, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 3 + "Id": 699, + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 700, + "Rank": 4, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 4 + "Id": 700, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "Id": 701, + "Rank": 5, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 5 + "Id": 701, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "Id": 702, + "Rank": 6, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 6 + "Id": 702, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "Id": 703, + "Rank": 7, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 7 + "Id": 703, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "Id": 704, + "Rank": 8, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 8 + "Id": 704, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Command": "Get-PnPSearchCrawlLog", - "Id": 705, + "Rank": 1, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 1 + "Id": 705, + "Command": "Get-PnPSearchCrawlLog" }, { - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "Id": 706, + "Rank": 2, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 2 + "Id": 706, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "Id": 707, + "Rank": 3, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 3 + "Id": 707, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "Id": 708, + "Rank": 4, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 4 + "Id": 708, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "Id": 709, + "Rank": 5, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 5 + "Id": 709, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "Id": 710, + "Rank": 6, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 6 + "Id": 710, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "Id": 711, + "Rank": 7, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 7 + "Id": 711, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Command": "Get-PnPSearchExternalConnection", - "Id": 712, + "Rank": 1, "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 1 + "Id": 712, + "Command": "Get-PnPSearchExternalConnection" }, { - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "Id": 713, + "Rank": 2, "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 2 + "Id": 713, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "Id": 714, + "Rank": 1, "CommandName": "Get-PnPSearchExternalItem", - "Rank": 1 + "Id": 714, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", - "Id": 715, + "Rank": 2, "CommandName": "Get-PnPSearchExternalItem", - "Rank": 2 + "Id": 715, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", - "Id": 716, + "Rank": 1, "CommandName": "Get-PnPSearchExternalSchema", - "Rank": 1 + "Id": 716, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "Command": "Get-PnPSearchSettings", - "Id": 717, + "Rank": 1, "CommandName": "Get-PnPSearchSettings", - "Rank": 1 + "Id": 717, + "Command": "Get-PnPSearchSettings" }, { - "Command": "Get-PnPServiceCurrentHealth", - "Id": 718, + "Rank": 1, "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 1 + "Id": 718, + "Command": "Get-PnPServiceCurrentHealth" }, { - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "Id": 719, + "Rank": 2, "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 2 + "Id": 719, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Command": "Get-PnPServiceHealthIssue", - "Id": 720, + "Rank": 1, "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 1 + "Id": 720, + "Command": "Get-PnPServiceHealthIssue" }, { - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "Id": 721, + "Rank": 2, "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 2 + "Id": 721, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Command": "Get-PnPSharePointAddIn", - "Id": 722, + "Rank": 1, "CommandName": "Get-PnPSharePointAddIn", - "Rank": 1 + "Id": 722, + "Command": "Get-PnPSharePointAddIn" }, { - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "Id": 723, + "Rank": 2, "CommandName": "Get-PnPSharePointAddIn", - "Rank": 2 + "Id": 723, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Command": "Get-PnPSharingForNonOwnersOfSite", - "Id": 724, + "Rank": 1, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Rank": 1 + "Id": 724, + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Command": "Get-PnPSite", - "Id": 725, + "Rank": 1, "CommandName": "Get-PnPSite", - "Rank": 1 + "Id": 725, + "Command": "Get-PnPSite" }, { - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "Id": 726, + "Rank": 2, "CommandName": "Get-PnPSite", - "Rank": 2 + "Id": 726, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Command": "Get-PnPSiteAnalyticsData -All", - "Id": 727, + "Rank": 1, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 1 + "Id": 727, + "Command": "Get-PnPSiteAnalyticsData -All" }, { - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", - "Id": 728, + "Rank": 2, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 2 + "Id": 728, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 729, + "Rank": 3, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 3 + "Id": 729, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 730, + "Rank": 4, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 4 + "Id": 730, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Command": "Get-PnPSiteClosure", - "Id": 731, + "Rank": 1, "CommandName": "Get-PnPSiteClosure", - "Rank": 1 + "Id": 731, + "Command": "Get-PnPSiteClosure" }, { - "Command": "Get-PnPSiteCollectionAdmin", - "Id": 732, + "Rank": 1, "CommandName": "Get-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 732, + "Command": "Get-PnPSiteCollectionAdmin" }, { - "Command": "Get-PnPSiteCollectionAppCatalog", - "Id": 733, + "Rank": 1, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 733, + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "Id": 734, + "Rank": 2, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 2 + "Id": 734, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "Id": 735, + "Rank": 3, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 3 + "Id": 735, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Command": "Get-PnPSiteCollectionTermStore", - "Id": 736, + "Rank": 1, "CommandName": "Get-PnPSiteCollectionTermStore", - "Rank": 1 + "Id": 736, + "Command": "Get-PnPSiteCollectionTermStore" }, { - "Command": "Get-PnPSiteDesign", - "Id": 737, + "Rank": 1, "CommandName": "Get-PnPSiteDesign", - "Rank": 1 + "Id": 737, + "Command": "Get-PnPSiteDesign" }, { - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 738, + "Rank": 2, "CommandName": "Get-PnPSiteDesign", - "Rank": 2 + "Id": 738, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 739, + "Rank": 1, "CommandName": "Get-PnPSiteDesignRights", - "Rank": 1 + "Id": 739, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteDesignRun", - "Id": 740, + "Rank": 1, "CommandName": "Get-PnPSiteDesignRun", - "Rank": 1 + "Id": 740, + "Command": "Get-PnPSiteDesignRun" }, { - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "Id": 741, + "Rank": 2, "CommandName": "Get-PnPSiteDesignRun", - "Rank": 2 + "Id": 741, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "Id": 742, + "Rank": 1, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 1 + "Id": 742, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Command": "Get-PnPSiteDesignTask", - "Id": 743, + "Rank": 2, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 2 + "Id": 743, + "Command": "Get-PnPSiteDesignTask" }, { - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Id": 744, + "Rank": 3, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 3 + "Id": 744, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 745, + "Rank": 1, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Rank": 1 + "Id": 745, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 746, + "Rank": 1, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Rank": 1 + "Id": 746, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "Get-PnPSiteGroup", - "Id": 747, + "Rank": 1, "CommandName": "Get-PnPSiteGroup", - "Rank": 1 + "Id": 747, + "Command": "Get-PnPSiteGroup" }, { - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Id": 748, + "Rank": 2, "CommandName": "Get-PnPSiteGroup", - "Rank": 2 + "Id": 748, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "Id": 749, + "Rank": 3, "CommandName": "Get-PnPSiteGroup", - "Rank": 3 + "Id": 749, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Id": 750, + "Rank": 4, "CommandName": "Get-PnPSiteGroup", - "Rank": 4 + "Id": 750, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Command": "Get-PnPSitePolicy", - "Id": 751, + "Rank": 1, "CommandName": "Get-PnPSitePolicy", - "Rank": 1 + "Id": 751, + "Command": "Get-PnPSitePolicy" }, { - "Command": "Get-PnPSitePolicy -AllAvailable", - "Id": 752, + "Rank": 2, "CommandName": "Get-PnPSitePolicy", - "Rank": 2 + "Id": 752, + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "Id": 753, + "Rank": 3, "CommandName": "Get-PnPSitePolicy", - "Rank": 3 + "Id": 753, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Command": "Get-PnPSiteScript", - "Id": 754, + "Rank": 1, "CommandName": "Get-PnPSiteScript", - "Rank": 1 + "Id": 754, + "Command": "Get-PnPSiteScript" }, { - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 755, + "Rank": 2, "CommandName": "Get-PnPSiteScript", - "Rank": 2 + "Id": 755, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "Id": 756, + "Rank": 1, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 1 + "Id": 756, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "Id": 757, + "Rank": 2, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 2 + "Id": 757, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "Id": 758, + "Rank": 3, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 3 + "Id": 758, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "Id": 759, + "Rank": 1, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 1 + "Id": 759, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "Id": 760, + "Rank": 2, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 2 + "Id": 760, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "Id": 761, + "Rank": 3, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 3 + "Id": 761, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "Id": 762, + "Rank": 4, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 4 + "Id": 762, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "Id": 763, + "Rank": 5, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 5 + "Id": 763, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "Id": 764, + "Rank": 6, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 6 + "Id": 764, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Command": "Get-PnPSiteSearchQueryResults", - "Id": 765, + "Rank": 1, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 1 + "Id": 765, + "Command": "Get-PnPSiteSearchQueryResults" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "Id": 766, + "Rank": 2, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 2 + "Id": 766, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "Id": 767, + "Rank": 3, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 3 + "Id": 767, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "Id": 768, + "Rank": 4, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 4 + "Id": 768, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "Id": 769, + "Rank": 5, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 5 + "Id": 769, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Command": "Get-PnPSiteSearchQueryResults -All", - "Id": 770, + "Rank": 6, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 6 + "Id": 770, + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Command": "Get-PnPSiteSensitivityLabel", - "Id": 771, + "Rank": 1, "CommandName": "Get-PnPSiteSensitivityLabel", - "Rank": 1 + "Id": 771, + "Command": "Get-PnPSiteSensitivityLabel" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp", - "Id": 772, + "Rank": 1, "CommandName": "Get-PnPSiteTemplate", - "Rank": 1 + "Id": 772, + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Command": "Get-PnPSiteTemplate -Out template.xml", - "Id": 773, + "Rank": 2, "CommandName": "Get-PnPSiteTemplate", - "Rank": 2 + "Id": 773, + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Command": "Get-PnPSiteTemplate -Out template.md", - "Id": 774, + "Rank": 3, "CommandName": "Get-PnPSiteTemplate", - "Rank": 3 + "Id": 774, + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "Id": 775, + "Rank": 4, "CommandName": "Get-PnPSiteTemplate", - "Rank": 4 + "Id": 775, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "Id": 776, + "Rank": 5, "CommandName": "Get-PnPSiteTemplate", - "Rank": 5 + "Id": 776, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "Id": 777, + "Rank": 6, "CommandName": "Get-PnPSiteTemplate", - "Rank": 6 + "Id": 777, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "Id": 778, + "Rank": 7, "CommandName": "Get-PnPSiteTemplate", - "Rank": 7 + "Id": 778, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "Id": 779, + "Rank": 8, "CommandName": "Get-PnPSiteTemplate", - "Rank": 8 + "Id": 779, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "Id": 780, + "Rank": 9, "CommandName": "Get-PnPSiteTemplate", - "Rank": 9 + "Id": 780, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "Id": 781, + "Rank": 10, "CommandName": "Get-PnPSiteTemplate", - "Rank": 10 + "Id": 781, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "Id": 782, + "Rank": 11, "CommandName": "Get-PnPSiteTemplate", - "Rank": 11 + "Id": 782, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "Id": 783, + "Rank": 12, "CommandName": "Get-PnPSiteTemplate", - "Rank": 12 + "Id": 783, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", - "Id": 784, + "Rank": 13, "CommandName": "Get-PnPSiteTemplate", - "Rank": 13 + "Id": 784, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "Id": 785, + "Rank": 14, "CommandName": "Get-PnPSiteTemplate", - "Rank": 14 + "Id": 785, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "Id": 786, + "Rank": 1, "CommandName": "Get-PnPSiteUserInvitations", - "Rank": 1 + "Id": 786, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Command": "Get-PnPSiteVersionPolicy", - "Id": 787, + "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicy", - "Rank": 1 + "Id": 787, + "Command": "Get-PnPSiteVersionPolicy" }, { - "Command": "Get-PnPSiteVersionPolicyStatus", - "Id": 788, + "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Rank": 1 + "Id": 788, + "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "Command": "Get-PnPStorageEntity", - "Id": 789, + "Rank": 1, "CommandName": "Get-PnPStorageEntity", - "Rank": 1 + "Id": 789, + "Command": "Get-PnPStorageEntity" }, { - "Command": "Get-PnPStorageEntity -Key MyKey", - "Id": 790, + "Rank": 2, "CommandName": "Get-PnPStorageEntity", - "Rank": 2 + "Id": 790, + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Command": "Get-PnPStorageEntity -Scope Site", - "Id": 791, + "Rank": 3, "CommandName": "Get-PnPStorageEntity", - "Rank": 3 + "Id": 791, + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "Id": 792, + "Rank": 4, "CommandName": "Get-PnPStorageEntity", - "Rank": 4 + "Id": 792, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Command": "Get-PnPStoredCredential -Name O365", - "Id": 793, + "Rank": 1, "CommandName": "Get-PnPStoredCredential", - "Rank": 1 + "Id": 793, + "Command": "Get-PnPStoredCredential -Name O365" }, { - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 794, + "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Rank": 1 + "Id": 794, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 795, + "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Rank": 1 + "Id": 795, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Get-PnPSubWeb", - "Id": 796, + "Rank": 1, "CommandName": "Get-PnPSubWeb", - "Rank": 1 + "Id": 796, + "Command": "Get-PnPSubWeb" }, { - "Command": "Get-PnPSubWeb -Recurse", - "Id": 797, + "Rank": 2, "CommandName": "Get-PnPSubWeb", - "Rank": 2 + "Id": 797, + "Command": "Get-PnPSubWeb -Recurse" }, { - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "Id": 798, + "Rank": 3, "CommandName": "Get-PnPSubWeb", - "Rank": 3 + "Id": 798, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "Id": 799, + "Rank": 4, "CommandName": "Get-PnPSubWeb", - "Rank": 4 + "Id": 799, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "Id": 800, + "Rank": 5, "CommandName": "Get-PnPSubWeb", - "Rank": 5 + "Id": 800, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Command": "Get-PnPSyntexModel", - "Id": 801, + "Rank": 1, "CommandName": "Get-PnPSyntexModel", - "Rank": 1 + "Id": 801, + "Command": "Get-PnPSyntexModel" }, { - "Command": "Get-PnPSyntexModel -Identity 1", - "Id": 802, + "Rank": 2, "CommandName": "Get-PnPSyntexModel", - "Rank": 2 + "Id": 802, + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "Id": 803, + "Rank": 3, "CommandName": "Get-PnPSyntexModel", - "Rank": 3 + "Id": 803, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "Id": 804, + "Rank": 1, "CommandName": "Get-PnPSyntexModelPublication", - "Rank": 1 + "Id": 804, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "Id": 805, + "Rank": 1, "CommandName": "Get-PnPTaxonomyItem", - "Rank": 1 + "Id": 805, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Command": "Get-PnPTeamsApp", - "Id": 806, + "Rank": 1, "CommandName": "Get-PnPTeamsApp", - "Rank": 1 + "Id": 806, + "Command": "Get-PnPTeamsApp" }, { - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "Id": 807, + "Rank": 2, "CommandName": "Get-PnPTeamsApp", - "Rank": 2 + "Id": 807, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "Id": 808, + "Rank": 3, "CommandName": "Get-PnPTeamsApp", - "Rank": 3 + "Id": 808, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "Id": 809, + "Rank": 1, "CommandName": "Get-PnPTeamsChannel", - "Rank": 1 + "Id": 809, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "Id": 810, + "Rank": 2, "CommandName": "Get-PnPTeamsChannel", - "Rank": 2 + "Id": 810, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Id": 811, + "Rank": 3, "CommandName": "Get-PnPTeamsChannel", - "Rank": 3 + "Id": 811, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", - "Id": 812, + "Rank": 4, "CommandName": "Get-PnPTeamsChannel", - "Rank": 4 + "Id": 812, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "Id": 813, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 1 + "Id": 813, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Id": 814, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 2 + "Id": 814, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "Id": 815, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 1 + "Id": 815, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "Id": 816, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 2 + "Id": 816, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "Id": 817, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 1 + "Id": 817, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "Id": 818, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 2 + "Id": 818, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "Id": 819, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 1 + "Id": 819, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "Id": 820, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 2 + "Id": 820, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "Id": 821, + "Rank": 3, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 3 + "Id": 821, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Id": 822, + "Rank": 4, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 4 + "Id": 822, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "Id": 823, + "Rank": 1, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 1 + "Id": 823, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "Id": 824, + "Rank": 2, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 2 + "Id": 824, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "Id": 825, + "Rank": 1, "CommandName": "Get-PnPTeamsTab", - "Rank": 1 + "Id": 825, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "Id": 826, + "Rank": 2, "CommandName": "Get-PnPTeamsTab", - "Rank": 2 + "Id": 826, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", - "Id": 827, + "Rank": 3, "CommandName": "Get-PnPTeamsTab", - "Rank": 3 + "Id": 827, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "Id": 828, + "Rank": 4, "CommandName": "Get-PnPTeamsTab", - "Rank": 4 + "Id": 828, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "Id": 829, + "Rank": 5, "CommandName": "Get-PnPTeamsTab", - "Rank": 5 + "Id": 829, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "Id": 830, + "Rank": 1, "CommandName": "Get-PnPTeamsTag", - "Rank": 1 + "Id": 830, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "Id": 831, + "Rank": 2, "CommandName": "Get-PnPTeamsTag", - "Rank": 2 + "Id": 831, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Command": "Get-PnPTeamsTeam", - "Id": 832, + "Rank": 1, "CommandName": "Get-PnPTeamsTeam", - "Rank": 1 + "Id": 832, + "Command": "Get-PnPTeamsTeam" }, { - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "Id": 833, + "Rank": 2, "CommandName": "Get-PnPTeamsTeam", - "Rank": 2 + "Id": 833, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "Id": 834, + "Rank": 3, "CommandName": "Get-PnPTeamsTeam", - "Rank": 3 + "Id": 834, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "Id": 835, + "Rank": 4, "CommandName": "Get-PnPTeamsTeam", - "Rank": 4 + "Id": 835, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "Id": 836, + "Rank": 5, "CommandName": "Get-PnPTeamsTeam", - "Rank": 5 + "Id": 836, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam", - "Id": 837, + "Rank": 1, "CommandName": "Get-PnPTeamsUser", - "Rank": 1 + "Id": 837, + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "Id": 838, + "Rank": 2, "CommandName": "Get-PnPTeamsUser", - "Rank": 2 + "Id": 838, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "Id": 839, + "Rank": 3, "CommandName": "Get-PnPTeamsUser", - "Rank": 3 + "Id": 839, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "Id": 840, + "Rank": 4, "CommandName": "Get-PnPTeamsUser", - "Rank": 4 + "Id": 840, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Command": "Get-PnPTemporarilyDisableAppBar", - "Id": 841, + "Rank": 1, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Rank": 1 + "Id": 841, + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Command": "Get-PnPTenant", - "Id": 842, + "Rank": 1, "CommandName": "Get-PnPTenant", - "Rank": 1 + "Id": 842, + "Command": "Get-PnPTenant" }, { - "Command": "Get-PnPTenantAppCatalogUrl", - "Id": 843, + "Rank": 1, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 843, + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "Id": 844, + "Rank": 1, "CommandName": "Get-PnPTenantCdnEnabled", - "Rank": 1 + "Id": 844, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "Id": 845, + "Rank": 1, "CommandName": "Get-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 845, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "Id": 846, + "Rank": 1, "CommandName": "Get-PnPTenantCdnPolicies", - "Rank": 1 + "Id": 846, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Command": "Get-PnPTenantDeletedSite", - "Id": 847, + "Rank": 1, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 1 + "Id": 847, + "Command": "Get-PnPTenantDeletedSite" }, { - "Command": "Get-PnPTenantDeletedSite -Detailed", - "Id": 848, + "Rank": 2, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 2 + "Id": 848, + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 849, + "Rank": 3, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 3 + "Id": 849, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "Id": 850, + "Rank": 4, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 4 + "Id": 850, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "Id": 851, + "Rank": 5, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 5 + "Id": 851, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Command": "Get-PnPTenantId", - "Id": 852, + "Rank": 1, "CommandName": "Get-PnPTenantId", - "Rank": 1 + "Id": 852, + "Command": "Get-PnPTenantId" }, { - "Command": "Get-PnPTenantId contoso", - "Id": 853, + "Rank": 2, "CommandName": "Get-PnPTenantId", - "Rank": 2 + "Id": 853, + "Command": "Get-PnPTenantId contoso" }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "Id": 854, + "Rank": 3, "CommandName": "Get-PnPTenantId", - "Rank": 3 + "Id": 854, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "Id": 855, + "Rank": 4, "CommandName": "Get-PnPTenantId", - "Rank": 4 + "Id": 855, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", - "Id": 856, + "Rank": 1, "CommandName": "Get-PnPTenantInfo", - "Rank": 1 + "Id": 856, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", - "Id": 857, + "Rank": 2, "CommandName": "Get-PnPTenantInfo", - "Rank": 2 + "Id": 857, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "Command": "Get-PnPTenantInfo", - "Id": 858, + "Rank": 3, "CommandName": "Get-PnPTenantInfo", - "Rank": 3 + "Id": 858, + "Command": "Get-PnPTenantInfo" }, { - "Command": "Get-PnPTenantInfo -CurrentTenant", - "Id": 859, + "Rank": 4, "CommandName": "Get-PnPTenantInfo", - "Rank": 4 + "Id": 859, + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "Command": "Get-PnPTenantInstance", - "Id": 860, + "Rank": 1, "CommandName": "Get-PnPTenantInstance", - "Rank": 1 + "Id": 860, + "Command": "Get-PnPTenantInstance" }, { - "Command": "Get-PnPTenantInternalSetting", - "Id": 861, + "Rank": 1, "CommandName": "Get-PnPTenantInternalSetting", - "Rank": 1 + "Id": 861, + "Command": "Get-PnPTenantInternalSetting" }, { - "Command": "Get-PnPTenantRecycleBinItem", + "Rank": 1, + "CommandName": "Get-PnPTenantPronounsSetting", "Id": 862, - "CommandName": "Get-PnPTenantRecycleBinItem", - "Rank": 1 + "Command": "Get-PnPTenantPronounsSetting" }, { - "Command": "Get-PnPTenantRestrictedSearchAllowedList", + "Rank": 1, + "CommandName": "Get-PnPTenantRecycleBinItem", "Id": 863, - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Command": "Get-PnPTenantRecycleBinItem" }, { - "Command": "Get-PnPTenantRestrictedSearchMode", + "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Id": 864, - "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Rank": 1 + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Command": "Get-PnPTenantRetentionLabel", + "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchMode", "Id": 865, - "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 1 + "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", - "Id": 866, + "Rank": 1, "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 2 + "Id": 866, + "Command": "Get-PnPTenantRetentionLabel" }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "Rank": 2, + "CommandName": "Get-PnPTenantRetentionLabel", "Id": 867, - "CommandName": "Get-PnPTenantSequence", - "Rank": 1 + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "Id": 868, + "Rank": 1, "CommandName": "Get-PnPTenantSequence", - "Rank": 2 + "Id": 868, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "Rank": 2, + "CommandName": "Get-PnPTenantSequence", "Id": 869, - "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 1 + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "Id": 870, + "Rank": 1, "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 2 + "Id": 870, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Command": "Get-PnPTenantSite", + "Rank": 2, + "CommandName": "Get-PnPTenantSequenceSite", "Id": 871, - "CommandName": "Get-PnPTenantSite", - "Rank": 1 + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Command": "Get-PnPTenantSite -Detailed", - "Id": 872, + "Rank": 1, "CommandName": "Get-PnPTenantSite", - "Rank": 2 + "Id": 872, + "Command": "Get-PnPTenantSite" }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "Id": 873, + "Rank": 2, "CommandName": "Get-PnPTenantSite", - "Rank": 3 + "Id": 873, + "Command": "Get-PnPTenantSite -Detailed" }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "Id": 874, + "Rank": 3, "CommandName": "Get-PnPTenantSite", - "Rank": 4 + "Id": 874, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "Id": 875, + "Rank": 4, "CommandName": "Get-PnPTenantSite", - "Rank": 5 + "Id": 875, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "Id": 876, + "Rank": 5, "CommandName": "Get-PnPTenantSite", - "Rank": 6 + "Id": 876, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "Id": 877, + "Rank": 6, "CommandName": "Get-PnPTenantSite", - "Rank": 7 + "Id": 877, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "Id": 878, + "Rank": 7, "CommandName": "Get-PnPTenantSite", - "Rank": 8 + "Id": 878, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "Id": 879, + "Rank": 8, "CommandName": "Get-PnPTenantSite", - "Rank": 9 + "Id": 879, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Command": "Get-PnPTenantSyncClientRestriction", + "Rank": 9, + "CommandName": "Get-PnPTenantSite", "Id": 880, - "CommandName": "Get-PnPTenantSyncClientRestriction", - "Rank": 1 + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "Rank": 1, + "CommandName": "Get-PnPTenantSyncClientRestriction", "Id": 881, - "CommandName": "Get-PnPTenantTemplate", - "Rank": 1 + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "Id": 882, + "Rank": 1, "CommandName": "Get-PnPTenantTemplate", - "Rank": 2 + "Id": 882, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "Id": 883, + "Rank": 2, "CommandName": "Get-PnPTenantTemplate", - "Rank": 3 + "Id": 883, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "Command": "Get-PnPTenantTheme", + "Rank": 3, + "CommandName": "Get-PnPTenantTemplate", "Id": 884, - "CommandName": "Get-PnPTenantTheme", - "Rank": 1 + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "Id": 885, + "Rank": 1, "CommandName": "Get-PnPTenantTheme", - "Rank": 2 + "Id": 885, + "Command": "Get-PnPTenantTheme" }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "Id": 886, + "Rank": 2, "CommandName": "Get-PnPTenantTheme", - "Rank": 3 + "Id": 886, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 3, + "CommandName": "Get-PnPTenantTheme", "Id": 887, - "CommandName": "Get-PnPTerm", - "Rank": 1 + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 888, + "Rank": 1, "CommandName": "Get-PnPTerm", - "Rank": 2 + "Id": 888, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 889, + "Rank": 2, "CommandName": "Get-PnPTerm", - "Rank": 3 + "Id": 889, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "Id": 890, + "Rank": 3, "CommandName": "Get-PnPTerm", - "Rank": 4 + "Id": 890, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "Id": 891, + "Rank": 4, "CommandName": "Get-PnPTerm", - "Rank": 5 + "Id": 891, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "Command": "Get-PnPTermGroup", + "Rank": 5, + "CommandName": "Get-PnPTerm", "Id": 892, - "CommandName": "Get-PnPTermGroup", - "Rank": 1 + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "Id": 893, + "Rank": 1, "CommandName": "Get-PnPTermGroup", - "Rank": 2 + "Id": 893, + "Command": "Get-PnPTermGroup" }, { - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "Id": 894, + "Rank": 2, "CommandName": "Get-PnPTermGroup", - "Rank": 3 + "Id": 894, + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", + "Rank": 3, + "CommandName": "Get-PnPTermGroup", "Id": 895, - "CommandName": "Get-PnPTermLabel", - "Rank": 1 + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "Id": 896, + "Rank": 1, "CommandName": "Get-PnPTermLabel", - "Rank": 2 + "Id": 896, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 897, + "Rank": 2, "CommandName": "Get-PnPTermLabel", - "Rank": 3 + "Id": 897, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "Rank": 3, + "CommandName": "Get-PnPTermLabel", "Id": 898, - "CommandName": "Get-PnPTermSet", - "Rank": 1 + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "Id": 899, + "Rank": 1, "CommandName": "Get-PnPTermSet", - "Rank": 2 + "Id": 899, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "Id": 900, + "Rank": 2, "CommandName": "Get-PnPTermSet", - "Rank": 3 + "Id": 900, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTheme", + "Rank": 3, + "CommandName": "Get-PnPTermSet", "Id": 901, - "CommandName": "Get-PnPTheme", - "Rank": 1 + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "Id": 902, + "Rank": 1, "CommandName": "Get-PnPTheme", - "Rank": 2 + "Id": 902, + "Command": "Get-PnPTheme" }, { - "Command": "Get-PnPTimeZoneId", + "Rank": 2, + "CommandName": "Get-PnPTheme", "Id": 903, - "CommandName": "Get-PnPTimeZoneId", - "Rank": 1 + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Command": "Get-PnPTimeZoneId -Match Stockholm", - "Id": 904, + "Rank": 1, "CommandName": "Get-PnPTimeZoneId", - "Rank": 2 + "Id": 904, + "Command": "Get-PnPTimeZoneId" }, { - "Command": "Get-PnPTodoList", + "Rank": 2, + "CommandName": "Get-PnPTimeZoneId", "Id": 905, - "CommandName": "Get-PnPTodoList", - "Rank": 1 + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Id": 906, + "Rank": 1, "CommandName": "Get-PnPTodoList", - "Rank": 2 + "Id": 906, + "Command": "Get-PnPTodoList" }, { - "Command": "Get-PnPTodoList -User john@doe.com", - "Id": 907, + "Rank": 2, "CommandName": "Get-PnPTodoList", - "Rank": 3 + "Id": 907, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Id": 908, + "Rank": 3, "CommandName": "Get-PnPTodoList", - "Rank": 4 + "Id": 908, + "Command": "Get-PnPTodoList -User john@doe.com" }, { - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", + "Rank": 4, + "CommandName": "Get-PnPTodoList", "Id": 909, - "CommandName": "Get-PnPUnfurlLink", - "Rank": 1 + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", + "Rank": 1, + "CommandName": "Get-PnPUnfurlLink", "Id": 910, - "CommandName": "Get-PnPUnifiedAuditLog", - "Rank": 1 + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "Command": "Get-PnPUPABulkImportStatus", + "Rank": 1, + "CommandName": "Get-PnPUnifiedAuditLog", "Id": 911, - "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 1 + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "Id": 912, + "Rank": 1, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 2 + "Id": 912, + "Command": "Get-PnPUPABulkImportStatus" }, { - "Command": "Get-PnPUPABulkImportStatus -JobId ", - "Id": 913, + "Rank": 2, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 3 + "Id": 913, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "Id": 914, + "Rank": 3, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 4 + "Id": 914, + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Command": "Get-PnPUser", + "Rank": 4, + "CommandName": "Get-PnPUPABulkImportStatus", "Id": 915, - "CommandName": "Get-PnPUser", - "Rank": 1 + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Command": "Get-PnPUser -Identity 23", - "Id": 916, + "Rank": 1, "CommandName": "Get-PnPUser", - "Rank": 2 + "Id": 916, + "Command": "Get-PnPUser" }, { - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "Id": 917, + "Rank": 2, "CommandName": "Get-PnPUser", - "Rank": 3 + "Id": 917, + "Command": "Get-PnPUser -Identity 23" }, { - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "Id": 918, + "Rank": 3, "CommandName": "Get-PnPUser", - "Rank": 4 + "Id": 918, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Command": "Get-PnPUser -WithRightsAssigned", - "Id": 919, + "Rank": 4, "CommandName": "Get-PnPUser", - "Rank": 5 + "Id": 919, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "Id": 920, + "Rank": 5, "CommandName": "Get-PnPUser", - "Rank": 6 + "Id": 920, + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "Id": 921, + "Rank": 6, "CommandName": "Get-PnPUser", - "Rank": 7 + "Id": 921, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "Rank": 7, + "CommandName": "Get-PnPUser", "Id": 922, - "CommandName": "Get-PnPUserOneDriveQuota", - "Rank": 1 + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Rank": 1, + "CommandName": "Get-PnPUserOneDriveQuota", "Id": 923, - "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 1 + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", - "Id": 924, + "Rank": 1, "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 2 + "Id": 924, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "Rank": 2, + "CommandName": "Get-PnPUserProfilePhoto", "Id": 925, - "CommandName": "Get-PnPUserProfileProperty", - "Rank": 1 + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "Id": 926, + "Rank": 1, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 2 + "Id": 926, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "Id": 927, + "Rank": 2, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 3 + "Id": 927, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Command": "Get-PnPView -List \"Demo List\"", + "Rank": 3, + "CommandName": "Get-PnPUserProfileProperty", "Id": 928, - "CommandName": "Get-PnPView", - "Rank": 1 + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "Id": 929, + "Rank": 1, "CommandName": "Get-PnPView", - "Rank": 2 + "Id": 929, + "Command": "Get-PnPView -List \"Demo List\"" }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "Id": 930, + "Rank": 2, "CommandName": "Get-PnPView", - "Rank": 3 + "Id": 930, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Command": "Get-PnPVivaConnectionsDashboardACE", + "Rank": 3, + "CommandName": "Get-PnPView", "Id": 931, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "Id": 932, + "Rank": 1, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 932, + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Command": "Get-PnPVivaEngageCommunity", + "Rank": 2, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 933, - "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 1 + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "Id": 934, + "Rank": 1, "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 2 + "Id": 934, + "Command": "Get-PnPVivaEngageCommunity" }, { - "Command": "Get-PnPWeb", + "Rank": 2, + "CommandName": "Get-PnPVivaEngageCommunity", "Id": 935, - "CommandName": "Get-PnPWeb", - "Rank": 1 + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Command": "Get-PnPWebHeader", + "Rank": 1, + "CommandName": "Get-PnPWeb", "Id": 936, - "CommandName": "Get-PnPWebHeader", - "Rank": 1 + "Command": "Get-PnPWeb" }, { - "Command": "Get-PnPWebhookSubscription -List MyList", + "Rank": 1, + "CommandName": "Get-PnPWebHeader", "Id": 937, - "CommandName": "Get-PnPWebhookSubscription", - "Rank": 1 + "Command": "Get-PnPWebHeader" }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", + "Rank": 1, + "CommandName": "Get-PnPWebhookSubscription", "Id": 938, - "CommandName": "Get-PnPWebPart", - "Rank": 1 + "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 939, + "Rank": 1, "CommandName": "Get-PnPWebPart", - "Rank": 2 + "Id": 939, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", + "Rank": 2, + "CommandName": "Get-PnPWebPart", "Id": 940, - "CommandName": "Get-PnPWebPartProperty", - "Rank": 1 + "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 -Key \"Title\"", - "Id": 941, + "Rank": 1, "CommandName": "Get-PnPWebPartProperty", - "Rank": 2 + "Id": 941, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 2, + "CommandName": "Get-PnPWebPartProperty", "Id": 942, - "CommandName": "Get-PnPWebPartXml", - "Rank": 1 + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", + "Rank": 1, + "CommandName": "Get-PnPWebPartXml", "Id": 943, - "CommandName": "Get-PnPWebPermission", - "Rank": 1 + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Id": 944, + "Rank": 1, "CommandName": "Get-PnPWebPermission", - "Rank": 2 + "Id": 944, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "Command": "Get-PnPWebTemplates", + "Rank": 2, + "CommandName": "Get-PnPWebPermission", "Id": 945, - "CommandName": "Get-PnPWebTemplates", - "Rank": 1 + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Command": "Get-PnPWebTemplates -LCID 1033", - "Id": 946, + "Rank": 1, "CommandName": "Get-PnPWebTemplates", - "Rank": 2 + "Id": 946, + "Command": "Get-PnPWebTemplates" }, { - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "Id": 947, + "Rank": 2, "CommandName": "Get-PnPWebTemplates", - "Rank": 3 + "Id": 947, + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", + "Rank": 3, + "CommandName": "Get-PnPWebTemplates", "Id": 948, - "CommandName": "Get-PnPWikiPageContent", - "Rank": 1 + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", + "Rank": 1, + "CommandName": "Get-PnPWikiPageContent", "Id": 949, - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 1 + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", - "Id": 950, + "Rank": 1, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 950, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 2, + "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 951, - "CommandName": "Grant-PnPHubSiteRights", - "Rank": 1 + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1, + "CommandName": "Grant-PnPHubSiteRights", "Id": 952, - "CommandName": "Grant-PnPSiteDesignRights", - "Rank": 1 + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Rank": 1, + "CommandName": "Grant-PnPSiteDesignRights", "Id": 953, - "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Rank": 1 + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "Rank": 1, + "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Id": 954, - "CommandName": "Import-PnPTaxonomy", - "Rank": 1 + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", - "Id": 955, + "Rank": 1, "CommandName": "Import-PnPTaxonomy", - "Rank": 2 + "Id": 955, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "Id": 956, + "Rank": 2, "CommandName": "Import-PnPTaxonomy", - "Rank": 3 + "Id": 956, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "Id": 957, + "Rank": 3, "CommandName": "Import-PnPTaxonomy", - "Rank": 4 + "Id": 957, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "Rank": 4, + "CommandName": "Import-PnPTaxonomy", "Id": 958, - "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 1 + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "Id": 959, + "Rank": 1, "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 2 + "Id": 959, + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", + "Rank": 2, + "CommandName": "Import-PnPTermGroupFromXml", "Id": 960, - "CommandName": "Import-PnPTermSet", - "Rank": 1 + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", - "Id": 961, + "Rank": 1, "CommandName": "Import-PnPTermSet", - "Rank": 2 + "Id": 961, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "Id": 962, + "Rank": 2, "CommandName": "Import-PnPTermSet", - "Rank": 3 + "Id": 962, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 3, + "CommandName": "Import-PnPTermSet", "Id": 963, - "CommandName": "Install-PnPApp", - "Rank": 1 + "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 -Scope Site", - "Id": 964, + "Rank": 1, "CommandName": "Install-PnPApp", - "Rank": 2 + "Id": 964, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", + "Rank": 2, + "CommandName": "Install-PnPApp", "Id": 965, - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 1 + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "Id": 966, + "Rank": 1, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 2 + "Id": 966, + "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 Patch -Content @{ displayName = \"NewName\" }", - "Id": 967, + "Rank": 2, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 3 + "Id": 967, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", - "Id": 968, + "Rank": 3, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 4 + "Id": 968, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users\"", - "Id": 969, + "Rank": 4, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 5 + "Id": 969, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", - "Id": 970, + "Rank": 5, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 6 + "Id": 970, + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", - "Id": 971, + "Rank": 6, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 7 + "Id": 971, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 7, + "CommandName": "Invoke-PnPGraphMethod", "Id": 972, - "CommandName": "Invoke-PnPListDesign", - "Rank": 1 + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Id": 973, + "Rank": 1, "CommandName": "Invoke-PnPListDesign", - "Rank": 2 + "Id": 973, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Invoke-PnPQuery -RetryCount 5", + "Rank": 2, + "CommandName": "Invoke-PnPListDesign", "Id": 974, - "CommandName": "Invoke-PnPQuery", - "Rank": 1 + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "CommandName": "Invoke-PnPQuery", "Id": 975, - "CommandName": "Invoke-PnPSiteDesign", - "Rank": 1 + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Id": 976, + "Rank": 1, "CommandName": "Invoke-PnPSiteDesign", - "Rank": 2 + "Id": 976, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", + "Rank": 2, + "CommandName": "Invoke-PnPSiteDesign", "Id": 977, - "CommandName": "Invoke-PnPSiteScript", - "Rank": 1 + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -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", + "Rank": 1, + "CommandName": "Invoke-PnPSiteScript", "Id": 978, - "CommandName": "Invoke-PnPSiteSwap", - "Rank": 1 + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "Id": 979, + "Rank": 1, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 2 + "Id": 979, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "Id": 980, + "Rank": 2, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 3 + "Id": 980, + "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-PnPSiteTemplate -Path template.xml", + "Rank": 3, + "CommandName": "Invoke-PnPSiteSwap", "Id": 981, - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 1 + "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 -ResourceFolder c:\\provisioning\\resources", - "Id": 982, + "Rank": 1, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 2 + "Id": 982, + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Id": 983, + "Rank": 2, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 3 + "Id": 983, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "Id": 984, + "Rank": 3, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 4 + "Id": 984, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "Id": 985, + "Rank": 4, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 5 + "Id": 985, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "Id": 986, + "Rank": 5, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 6 + "Id": 986, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template", - "Id": 987, + "Rank": 6, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 7 + "Id": 987, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "Id": 988, + "Rank": 7, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 8 + "Id": 988, + "Command": "Invoke-PnPSiteTemplate -Path .\\ -InputInstance $template" }, { - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", + "Rank": 8, + "CommandName": "Invoke-PnPSiteTemplate", "Id": 989, - "CommandName": "Invoke-PnPSPRestMethod", - "Rank": 1 + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "Rank": 1, + "CommandName": "Invoke-PnPSPRestMethod", "Id": 990, - "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 1 + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "Id": 991, + "Rank": 1, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 2 + "Id": 991, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Id": 992, + "Rank": 2, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 3 + "Id": 992, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "Rank": 3, + "CommandName": "Invoke-PnPTenantTemplate", "Id": 993, - "CommandName": "Invoke-PnPWebAction", - "Rank": 1 + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "Id": 994, + "Rank": 1, "CommandName": "Invoke-PnPWebAction", - "Rank": 2 + "Id": 994, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Command": "Measure-PnPList \"Documents\"", + "Rank": 2, + "CommandName": "Invoke-PnPWebAction", "Id": 995, - "CommandName": "Measure-PnPList", - "Rank": 1 + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "Id": 996, + "Rank": 1, "CommandName": "Measure-PnPList", - "Rank": 2 + "Id": 996, + "Command": "Measure-PnPList \"Documents\"" }, { - "Command": "Measure-PnPWeb", + "Rank": 2, + "CommandName": "Measure-PnPList", "Id": 997, - "CommandName": "Measure-PnPWeb", - "Rank": 1 + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Command": "Measure-PnPWeb $web -Recursive", - "Id": 998, + "Rank": 1, "CommandName": "Measure-PnPWeb", - "Rank": 2 + "Id": 998, + "Command": "Measure-PnPWeb" }, { - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", + "Rank": 2, + "CommandName": "Measure-PnPWeb", "Id": 999, - "CommandName": "Merge-PnPTerm", - "Rank": 1 + "Command": "Measure-PnPWeb $web -Recursive" }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", + "Rank": 1, + "CommandName": "Merge-PnPTerm", "Id": 1000, - "CommandName": "Move-PnPFile", - "Rank": 1 + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "Id": 1001, + "Rank": 1, "CommandName": "Move-PnPFile", - "Rank": 2 + "Id": 1001, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Id": 1002, + "Rank": 2, "CommandName": "Move-PnPFile", - "Rank": 3 + "Id": 1002, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Id": 1003, + "Rank": 3, "CommandName": "Move-PnPFile", - "Rank": 4 + "Id": 1003, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", + "Rank": 4, + "CommandName": "Move-PnPFile", "Id": 1004, - "CommandName": "Move-PnPFolder", - "Rank": 1 + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "Id": 1005, + "Rank": 1, "CommandName": "Move-PnPFolder", - "Rank": 2 + "Id": 1005, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", + "Rank": 2, + "CommandName": "Move-PnPFolder", "Id": 1006, - "CommandName": "Move-PnPListItemToRecycleBin", - "Rank": 1 + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", + "Rank": 1, + "CommandName": "Move-PnPListItemToRecycleBin", "Id": 1007, - "CommandName": "Move-PnPPageComponent", - "Rank": 1 + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "Id": 1008, + "Rank": 1, "CommandName": "Move-PnPPageComponent", - "Rank": 2 + "Id": 1008, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "Id": 1009, + "Rank": 2, "CommandName": "Move-PnPPageComponent", - "Rank": 3 + "Id": 1009, + "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 -Position 2", - "Id": 1010, + "Rank": 3, "CommandName": "Move-PnPPageComponent", - "Rank": 4 + "Id": 1010, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "Command": "Move-PnPRecycleBinItem", + "Rank": 4, + "CommandName": "Move-PnPPageComponent", "Id": 1011, - "CommandName": "Move-PnpRecycleBinItem", - "Rank": 1 + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "Id": 1012, + "Rank": 1, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 2 + "Id": 1012, + "Command": "Move-PnPRecycleBinItem" }, { - "Command": "Move-PnPRecycleBinItem -Force", - "Id": 1013, + "Rank": 2, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 3 + "Id": 1013, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", + "Rank": 3, + "CommandName": "Move-PnpRecycleBinItem", "Id": 1014, - "CommandName": "Move-PnPTerm", - "Rank": 1 + "Command": "Move-PnPRecycleBinItem -Force" }, { - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", - "Id": 1015, + "Rank": 1, "CommandName": "Move-PnPTerm", - "Rank": 2 + "Id": 1015, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", - "Id": 1016, + "Rank": 2, "CommandName": "Move-PnPTerm", - "Rank": 3 + "Id": 1016, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", + "Rank": 3, + "CommandName": "Move-PnPTerm", "Id": 1017, - "CommandName": "Move-PnPTermSet", - "Rank": 1 + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", - "Id": 1018, + "Rank": 1, "CommandName": "Move-PnPTermSet", - "Rank": 2 + "Id": 1018, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", + "Rank": 2, + "CommandName": "Move-PnPTermSet", "Id": 1019, - "CommandName": "New-PnPAzureADGroup", - "Rank": 1 + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "Id": 1020, + "Rank": 1, "CommandName": "New-PnPAzureADGroup", - "Rank": 2 + "Id": 1020, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "Id": 1021, + "Rank": 2, "CommandName": "New-PnPAzureADGroup", - "Rank": 3 + "Id": 1021, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "Rank": 3, + "CommandName": "New-PnPAzureADGroup", "Id": 1022, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 1 + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "Id": 1023, + "Rank": 1, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 2 + "Id": 1023, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", - "Id": 1024, + "Rank": 2, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 3 + "Id": 1024, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", + "Rank": 3, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1025, - "CommandName": "New-PnPAzureCertificate", - "Rank": 1 + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "Id": 1026, + "Rank": 1, "CommandName": "New-PnPAzureCertificate", - "Rank": 2 + "Id": 1026, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", - "Id": 1027, + "Rank": 2, "CommandName": "New-PnPAzureCertificate", - "Rank": 3 + "Id": 1027, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", - "Id": 1028, + "Rank": 3, "CommandName": "New-PnPAzureCertificate", - "Rank": 4 + "Id": 1028, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", + "Rank": 4, + "CommandName": "New-PnPAzureCertificate", "Id": 1029, - "CommandName": "New-PnPContainerType", - "Rank": 1 + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "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, + "CommandName": "New-PnPContainerType", "Id": 1030, - "CommandName": "New-PnPGraphSubscription", - "Rank": 1 + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "Id": 1031, + "Rank": 1, "CommandName": "New-PnPGraphSubscription", - "Rank": 2 + "Id": 1031, + "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-PnPGroup -Title \"My Site Users\"", + "Rank": 2, + "CommandName": "New-PnPGraphSubscription", "Id": 1032, - "CommandName": "New-PnPGroup", - "Rank": 1 + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", + "Rank": 1, + "CommandName": "New-PnPGroup", "Id": 1033, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1 + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Id": 1034, + "Rank": 1, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1034, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", - "Id": 1035, + "Rank": 2, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 3 + "Id": 1035, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Id": 1036, + "Rank": 3, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 4 + "Id": 1036, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 4, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1037, - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Rank": 1 + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Command": "New-PnPList -Title Announcements -Template Announcements", + "Rank": 1, + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Id": 1038, - "CommandName": "New-PnPList", - "Rank": 1 + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "Id": 1039, + "Rank": 1, "CommandName": "New-PnPList", - "Rank": 2 + "Id": 1039, + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "Id": 1040, + "Rank": 2, "CommandName": "New-PnPList", - "Rank": 3 + "Id": 1040, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", + "Rank": 3, + "CommandName": "New-PnPList", "Id": 1041, - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 1 + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", - "Id": 1042, + "Rank": 1, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1042, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "Id": 1043, + "Rank": 2, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 3 + "Id": 1043, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "Id": 1044, + "Rank": 3, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 4 + "Id": 1044, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Id": 1045, + "Rank": 4, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 5 + "Id": 1045, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1046, + "Rank": 5, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 6 + "Id": 1046, + "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 -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", - "Id": 1047, + "Rank": 6, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 7 + "Id": 1047, + "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\"}", + "Rank": 7, + "CommandName": "New-PnPMicrosoft365Group", "Id": 1048, - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "Id": 1049, + "Rank": 1, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1049, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", + "Rank": 2, + "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 1050, - "CommandName": "New-PnPPersonalSite", - "Rank": 1 + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "Rank": 1, + "CommandName": "New-PnPPersonalSite", "Id": 1051, - "CommandName": "New-PnPPlannerPlan", - "Rank": 1 + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", + "Rank": 1, + "CommandName": "New-PnPPlannerPlan", "Id": 1052, - "CommandName": "New-PnpProfileCardProperty", - "Rank": 1 + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "Rank": 1, + "CommandName": "New-PnpProfileCardProperty", "Id": 1053, - "CommandName": "New-PnPSdnProvider", - "Rank": 1 + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", + "Rank": 1, + "CommandName": "New-PnPSdnProvider", "Id": 1054, - "CommandName": "New-PnPSearchExternalConnection", - "Rank": 1 + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Id": 1055, + "Rank": 1, "CommandName": "New-PnPSearchExternalConnection", - "Rank": 2 + "Id": 1055, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Rank": 2, + "CommandName": "New-PnPSearchExternalConnection", "Id": 1056, - "CommandName": "New-PnPSite", - "Rank": 1 + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "Id": 1057, + "Rank": 1, "CommandName": "New-PnPSite", - "Rank": 2 + "Id": 1057, + "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 -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Id": 1058, + "Rank": 2, "CommandName": "New-PnPSite", - "Rank": 3 + "Id": 1058, + "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 -Classification \"HBI\"", - "Id": 1059, + "Rank": 3, "CommandName": "New-PnPSite", - "Rank": 4 + "Id": 1059, + "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 -ShareByEmailEnabled", - "Id": 1060, + "Rank": 4, "CommandName": "New-PnPSite", - "Rank": 5 + "Id": 1060, + "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 -Lcid 1040", - "Id": 1061, + "Rank": 5, "CommandName": "New-PnPSite", - "Rank": 6 + "Id": 1061, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "Id": 1062, + "Rank": 6, "CommandName": "New-PnPSite", - "Rank": 7 + "Id": 1062, + "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 -IsPublic", - "Id": 1063, + "Rank": 7, "CommandName": "New-PnPSite", - "Rank": 8 + "Id": 1063, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "Id": 1064, + "Rank": 8, "CommandName": "New-PnPSite", - "Rank": 9 + "Id": 1064, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "Id": 1065, + "Rank": 9, "CommandName": "New-PnPSite", - "Rank": 10 + "Id": 1065, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "Id": 1066, + "Rank": 10, "CommandName": "New-PnPSite", - "Rank": 11 + "Id": 1066, + "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 -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Id": 1067, + "Rank": 11, "CommandName": "New-PnPSite", - "Rank": 12 + "Id": 1067, + "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 -Classification \"HBI\"", - "Id": 1068, + "Rank": 12, "CommandName": "New-PnPSite", - "Rank": 13 + "Id": 1068, + "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 -ShareByEmailEnabled", - "Id": 1069, + "Rank": 13, "CommandName": "New-PnPSite", - "Rank": 14 + "Id": 1069, + "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 -Lcid 1040", - "Id": 1070, + "Rank": 14, "CommandName": "New-PnPSite", - "Rank": 15 + "Id": 1070, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", - "Id": 1071, + "Rank": 15, "CommandName": "New-PnPSite", - "Rank": 16 + "Id": 1071, + "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\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", - "Id": 1072, + "Rank": 16, "CommandName": "New-PnPSite", - "Rank": 17 + "Id": 1072, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Command": "New-PnPSiteCollectionTermStore", + "Rank": 17, + "CommandName": "New-PnPSite", "Id": 1073, - "CommandName": "New-PnPSiteCollectionTermStore", - "Rank": 1 + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", + "Rank": 1, + "CommandName": "New-PnPSiteCollectionTermStore", "Id": 1074, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1 + "Command": "New-PnPSiteCollectionTermStore" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", - "Id": 1075, + "Rank": 1, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1075, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", - "Id": 1076, + "Rank": 2, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 3 + "Id": 1076, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Id": 1077, + "Rank": 3, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 4 + "Id": 1077, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 4, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1078, - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Rank": 1 + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", + "Rank": 1, + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Id": 1079, - "CommandName": "New-PnPSiteGroup", - "Rank": 1 + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "Id": 1080, + "Rank": 1, "CommandName": "New-PnPSiteGroup", - "Rank": 2 + "Id": 1080, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "Rank": 2, + "CommandName": "New-PnPSiteGroup", "Id": 1081, - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 1 + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "Id": 1082, + "Rank": 1, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 2 + "Id": 1082, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "Id": 1083, + "Rank": 2, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 3 + "Id": 1083, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "Id": 1084, + "Rank": 3, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 4 + "Id": 1084, + "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\" -ContentType \"Test Content Type\"", - "Id": 1085, + "Rank": 4, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 5 + "Id": 1085, + "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\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1086, + "Rank": 5, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 6 + "Id": 1086, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "Id": 1087, + "Rank": 6, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 7 + "Id": 1087, + "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 -Folder c:\\temp", - "Id": 1088, + "Rank": 7, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 8 + "Id": 1088, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "Rank": 8, + "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1089, - "CommandName": "New-PnPTeamsApp", - "Rank": 1 + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", + "Rank": 1, + "CommandName": "New-PnPTeamsApp", "Id": 1090, - "CommandName": "New-PnPTeamsTeam", - "Rank": 1 + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Command": "New-PnPTeamsTeam -GroupId $groupId", - "Id": 1091, + "Rank": 1, "CommandName": "New-PnPTeamsTeam", - "Rank": 2 + "Id": 1091, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "Id": 1092, + "Rank": 2, "CommandName": "New-PnPTeamsTeam", - "Rank": 3 + "Id": 1092, + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Id": 1093, + "Rank": 3, "CommandName": "New-PnPTeamsTeam", - "Rank": 4 + "Id": 1093, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", - "Id": 1094, + "Rank": 4, "CommandName": "New-PnPTeamsTeam", - "Rank": 5 + "Id": 1094, + "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\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1095, + "Rank": 5, "CommandName": "New-PnPTeamsTeam", - "Rank": 6 + "Id": 1095, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", + "Rank": 6, + "CommandName": "New-PnPTeamsTeam", "Id": 1096, - "CommandName": "New-PnPTenantSite", - "Rank": 1 + "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 /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "Id": 1097, + "Rank": 1, "CommandName": "New-PnPTenantSite", - "Rank": 2 + "Id": 1097, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", + "Rank": 2, + "CommandName": "New-PnPTenantSite", "Id": 1098, - "CommandName": "New-PnPTerm", - "Rank": 1 + "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\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Id": 1099, + "Rank": 1, "CommandName": "New-PnPTerm", - "Rank": 2 + "Id": 1099, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "Rank": 2, + "CommandName": "New-PnPTerm", "Id": 1100, - "CommandName": "New-PnPTermGroup", - "Rank": 1 + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "Id": 1101, + "Rank": 1, "CommandName": "New-PnPTermGroup", - "Rank": 2 + "Id": 1101, + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", + "Rank": 2, + "CommandName": "New-PnPTermGroup", "Id": 1102, - "CommandName": "New-PnPTermLabel", - "Rank": 1 + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "Rank": 1, + "CommandName": "New-PnPTermLabel", "Id": 1103, - "CommandName": "New-PnPTermSet", - "Rank": 1 + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", + "Rank": 1, + "CommandName": "New-PnPTermSet", "Id": 1104, - "CommandName": "New-PnPTodoList", - "Rank": 1 + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", - "Id": 1105, + "Rank": 1, "CommandName": "New-PnPTodoList", - "Rank": 2 + "Id": 1105, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", + "Rank": 2, + "CommandName": "New-PnPTodoList", "Id": 1106, - "CommandName": "New-PnPUPABulkImportJob", - "Rank": 1 + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "Id": 1107, + "Rank": 1, "CommandName": "New-PnPUPABulkImportJob", - "Rank": 2 + "Id": 1107, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "Command": "New-PnPUser -LoginName user@company.com", + "Rank": 2, + "CommandName": "New-PnPUPABulkImportJob", "Id": 1108, - "CommandName": "New-PnPUser", - "Rank": 1 + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", + "Rank": 1, + "CommandName": "New-PnPUser", "Id": 1109, - "CommandName": "New-PnPVivaEngageCommunity", - "Rank": 1 + "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\"", + "Rank": 1, + "CommandName": "New-PnPVivaEngageCommunity", "Id": 1110, - "CommandName": "New-PnPWeb", - "Rank": 1 + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Rank": 1, + "CommandName": "New-PnPWeb", "Id": 1111, - "CommandName": "Publish-PnPApp", - "Rank": 1 + "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 -Scope Site", - "Id": 1112, + "Rank": 1, "CommandName": "Publish-PnPApp", - "Rank": 2 + "Id": 1112, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Publish-PnPContentType -ContentType 0x0101", + "Rank": 2, + "CommandName": "Publish-PnPApp", "Id": 1113, - "CommandName": "Publish-PnPContentType", - "Rank": 1 + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Rank": 1, + "CommandName": "Publish-PnPContentType", "Id": 1114, - "CommandName": "Publish-PnPSyntexModel", - "Rank": 1 + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "Id": 1115, + "Rank": 1, "CommandName": "Publish-PnPSyntexModel", - "Rank": 2 + "Id": 1115, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Command": "Read-PnPSiteTemplate -Path template.pnp", + "Rank": 2, + "CommandName": "Publish-PnPSyntexModel", "Id": 1116, - "CommandName": "Read-PnPSiteTemplate", - "Rank": 1 + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "Id": 1117, + "Rank": 1, "CommandName": "Read-PnPSiteTemplate", - "Rank": 2 + "Id": 1117, + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Command": "Read-PnPSiteTemplate -Xml $xml", - "Id": 1118, + "Rank": 2, "CommandName": "Read-PnPSiteTemplate", - "Rank": 3 + "Id": 1118, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Command": "Read-PnPTenantTemplate -Path template.pnp", + "Rank": 3, + "CommandName": "Read-PnPSiteTemplate", "Id": 1119, - "CommandName": "Read-PnPTenantTemplate", - "Rank": 1 + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", + "Rank": 1, + "CommandName": "Read-PnPTenantTemplate", "Id": 1120, - "CommandName": "Register-PnPAppCatalogSite", - "Rank": 1 + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", + "Rank": 1, + "CommandName": "Register-PnPAppCatalogSite", "Id": 1121, - "CommandName": "Register-PnPAzureADApp", - "Rank": 1 + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1122, + "Rank": 1, "CommandName": "Register-PnPAzureADApp", - "Rank": 2 + "Id": 1122, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", - "Id": 1123, + "Rank": 2, "CommandName": "Register-PnPAzureADApp", - "Rank": 3 + "Id": 1123, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1124, + "Rank": 3, "CommandName": "Register-PnPAzureADApp", - "Rank": 4 + "Id": 1124, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1125, + "Rank": 4, "CommandName": "Register-PnPAzureADApp", - "Rank": 5 + "Id": 1125, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1126, + "Rank": 5, "CommandName": "Register-PnPAzureADApp", - "Rank": 6 + "Id": 1126, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", - "Id": 1127, + "Rank": 6, "CommandName": "Register-PnPAzureADApp", - "Rank": 7 + "Id": 1127, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", + "Rank": 7, + "CommandName": "Register-PnPAzureADApp", "Id": 1128, - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 1 + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", - "Id": 1129, + "Rank": 1, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 2 + "Id": 1129, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Rank": 2, + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Id": 1130, - "CommandName": "Register-PnPHubSite", - "Rank": 1 + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "Id": 1131, + "Rank": 1, "CommandName": "Register-PnPHubSite", - "Rank": 2 + "Id": 1131, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Register-PnPManagementShellAccess", + "Rank": 2, + "CommandName": "Register-PnPHubSite", "Id": 1132, - "CommandName": "Register-PnPManagementShellAccess", - "Rank": 1 + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl", - "Id": 1133, + "Rank": 1, "CommandName": "Register-PnPManagementShellAccess", - "Rank": 2 + "Id": 1133, + "Command": "Register-PnPManagementShellAccess" }, { - "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com", - "Id": 1134, + "Rank": 2, "CommandName": "Register-PnPManagementShellAccess", - "Rank": 3 + "Id": 1134, + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl" }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "Rank": 3, + "CommandName": "Register-PnPManagementShellAccess", "Id": 1135, - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 1 + "Command": "Register-PnPManagementShellAccess -ShowConsentUrl -TenantName yourtenant.onmicrosoft.com" }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "Id": 1136, + "Rank": 1, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 2 + "Id": 1136, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", + "Rank": 2, + "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 1137, - "CommandName": "Remove-PnPAlert", - "Rank": 1 + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 1138, + "Rank": 1, "CommandName": "Remove-PnPAlert", - "Rank": 2 + "Id": 1138, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 2, + "CommandName": "Remove-PnPAlert", "Id": 1139, - "CommandName": "Remove-PnPApp", - "Rank": 1 + "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 -Scope Site", - "Id": 1140, + "Rank": 1, "CommandName": "Remove-PnPApp", - "Rank": 2 + "Id": 1140, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 2, + "CommandName": "Remove-PnPApp", "Id": 1141, - "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 1 + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Id": 1142, + "Rank": 1, "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 2 + "Id": 1142, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "Rank": 2, + "CommandName": "Remove-PnPApplicationCustomizer", "Id": 1143, - "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 1 + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "Id": 1144, + "Rank": 1, "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 1144, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Command": "Remove-PnPAzureADApp -Identity MyApp", + "Rank": 2, + "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 1145, - "CommandName": "Remove-PnPAzureADApp", - "Rank": 1 + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 1146, + "Rank": 1, "CommandName": "Remove-PnPAzureADApp", - "Rank": 2 + "Id": 1146, + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "Rank": 2, + "CommandName": "Remove-PnPAzureADApp", "Id": 1147, - "CommandName": "Remove-PnPAzureADGroup", - "Rank": 1 + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Remove-PnPAzureADGroup -Identity $group", - "Id": 1148, + "Rank": 1, "CommandName": "Remove-PnPAzureADGroup", - "Rank": 2 + "Id": 1148, + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 2, + "CommandName": "Remove-PnPAzureADGroup", "Id": 1149, - "CommandName": "Remove-PnPAzureADGroupMember", - "Rank": 1 + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupMember", "Id": 1150, - "CommandName": "Remove-PnPAzureADGroupOwner", - "Rank": 1 + "Command": "Remove-PnPAzureADGroupMember -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\"", + "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupOwner", "Id": 1151, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1 + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "Id": 1152, + "Rank": 1, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2 + "Id": 1152, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 1153, + "Rank": 2, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 3 + "Id": 1153, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Id": 1154, + "Rank": 3, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 4 + "Id": 1154, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", + "Rank": 4, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1155, - "CommandName": "Remove-PnPAzureADUser", - "Rank": 1 + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", - "Id": 1156, + "Rank": 1, "CommandName": "Remove-PnPAzureADUser", - "Rank": 2 + "Id": 1156, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 2, + "CommandName": "Remove-PnPAzureADUser", "Id": 1157, - "CommandName": "Remove-PnPContainer", - "Rank": 1 + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Id": 1158, + "Rank": 1, "CommandName": "Remove-PnPContainer", - "Rank": 2 + "Id": 1158, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", + "Rank": 2, + "CommandName": "Remove-PnPContainer", "Id": 1159, - "CommandName": "Remove-PnPContainerType", - "Rank": 1 + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "Rank": 1, + "CommandName": "Remove-PnPContainerType", "Id": 1160, - "CommandName": "Remove-PnPContentType", - "Rank": 1 + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "Id": 1161, + "Rank": 1, "CommandName": "Remove-PnPContentType", - "Rank": 2 + "Id": 1161, + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Rank": 2, + "CommandName": "Remove-PnPContentType", "Id": 1162, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 1 + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Id": 1163, + "Rank": 1, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 2 + "Id": 1163, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "Rank": 2, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 1164, - "CommandName": "Remove-PnPContentTypeFromList", - "Rank": 1 + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1, + "CommandName": "Remove-PnPContentTypeFromList", "Id": 1165, - "CommandName": "Remove-PnPCustomAction", - "Rank": 1 + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Id": 1166, + "Rank": 1, "CommandName": "Remove-PnPCustomAction", - "Rank": 2 + "Id": 1166, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "Id": 1167, + "Rank": 2, "CommandName": "Remove-PnPCustomAction", - "Rank": 3 + "Id": 1167, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 3, + "CommandName": "Remove-PnPCustomAction", "Id": 1168, - "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 1, + "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Id": 1169, - "CommandName": "Remove-PnPEventReceiver", - "Rank": 1 + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 1170, + "Rank": 1, "CommandName": "Remove-PnPEventReceiver", - "Rank": 2 + "Id": 1170, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "Id": 1171, + "Rank": 2, "CommandName": "Remove-PnPEventReceiver", - "Rank": 3 + "Id": 1171, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList", - "Id": 1172, + "Rank": 3, "CommandName": "Remove-PnPEventReceiver", - "Rank": 4 + "Id": 1172, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Command": "Remove-PnPEventReceiver", - "Id": 1173, + "Rank": 4, "CommandName": "Remove-PnPEventReceiver", - "Rank": 5 + "Id": 1173, + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Command": "Remove-PnPEventReceiver -Scope Site", - "Id": 1174, + "Rank": 5, "CommandName": "Remove-PnPEventReceiver", - "Rank": 6 + "Id": 1174, + "Command": "Remove-PnPEventReceiver" }, { - "Command": "Remove-PnPEventReceiver -Scope Web", - "Id": 1175, + "Rank": 6, "CommandName": "Remove-PnPEventReceiver", - "Rank": 7 + "Id": 1175, + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Command": "Remove-PnPEventReceiver -Scope All", - "Id": 1176, + "Rank": 7, "CommandName": "Remove-PnPEventReceiver", - "Rank": 8 + "Id": 1176, + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Command": "Remove-PnPField -Identity \"Speakers\"", + "Rank": 8, + "CommandName": "Remove-PnPEventReceiver", "Id": 1177, - "CommandName": "Remove-PnPField", - "Rank": 1 + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Id": 1178, + "Rank": 1, "CommandName": "Remove-PnPField", - "Rank": 2 + "Id": 1178, + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Rank": 2, + "CommandName": "Remove-PnPField", "Id": 1179, - "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 1 + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "Id": 1180, + "Rank": 1, "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 2 + "Id": 1180, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", + "Rank": 2, + "CommandName": "Remove-PnPFieldFromContentType", "Id": 1181, - "CommandName": "Remove-PnPFile", - "Rank": 1 + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "Id": 1182, + "Rank": 1, "CommandName": "Remove-PnPFile", - "Rank": 2 + "Id": 1182, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "Id": 1183, + "Rank": 2, "CommandName": "Remove-PnPFile", - "Rank": 3 + "Id": 1183, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "Rank": 3, + "CommandName": "Remove-PnPFile", "Id": 1184, - "CommandName": "Remove-PnPFileFromSiteTemplate", - "Rank": 1 + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1, + "CommandName": "Remove-PnPFileFromSiteTemplate", "Id": 1185, - "CommandName": "Remove-PnPFileSharingLink", - "Rank": 1 + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", - "Id": 1186, + "Rank": 1, "CommandName": "Remove-PnPFileSharingLink", - "Rank": 2 + "Id": 1186, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Rank": 2, + "CommandName": "Remove-PnPFileSharingLink", "Id": 1187, - "CommandName": "Remove-PnPFileVersion", - "Rank": 1 + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Id": 1188, + "Rank": 1, "CommandName": "Remove-PnPFileVersion", - "Rank": 2 + "Id": 1188, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "Id": 1189, + "Rank": 2, "CommandName": "Remove-PnPFileVersion", - "Rank": 3 + "Id": 1189, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 3, + "CommandName": "Remove-PnPFileVersion", "Id": 1190, - "CommandName": "Remove-PnPFlow", - "Rank": 1 + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", - "Id": 1191, + "Rank": 1, "CommandName": "Remove-PnPFlow", - "Rank": 2 + "Id": 1191, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", + "Rank": 2, + "CommandName": "Remove-PnPFlow", "Id": 1192, - "CommandName": "Remove-PnPFlowOwner", - "Rank": 1 + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", - "Id": 1193, + "Rank": 1, "CommandName": "Remove-PnPFlowOwner", - "Rank": 2 + "Id": 1193, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", - "Id": 1194, + "Rank": 2, "CommandName": "Remove-PnPFlowOwner", - "Rank": 3 + "Id": 1194, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", - "Id": 1195, + "Rank": 3, "CommandName": "Remove-PnPFlowOwner", - "Rank": 4 + "Id": 1195, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Rank": 4, + "CommandName": "Remove-PnPFlowOwner", "Id": 1196, - "CommandName": "Remove-PnPFolder", - "Rank": 1 + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "Id": 1197, + "Rank": 1, "CommandName": "Remove-PnPFolder", - "Rank": 2 + "Id": 1197, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 2, + "CommandName": "Remove-PnPFolder", "Id": 1198, - "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 1 + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", - "Id": 1199, + "Rank": 1, "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 2 + "Id": 1199, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", + "Rank": 2, + "CommandName": "Remove-PnPFolderSharingLink", "Id": 1200, - "CommandName": "Remove-PnPGraphSubscription", - "Rank": 1 + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "Command": "Remove-PnPGroup -Identity \"My Users\"", + "Rank": 1, + "CommandName": "Remove-PnPGraphSubscription", "Id": 1201, - "CommandName": "Remove-PnPGroup", - "Rank": 1 + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Rank": 1, + "CommandName": "Remove-PnPGroup", "Id": 1202, - "CommandName": "Remove-PnPGroupMember", - "Rank": 1 + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Command": "Remove-PnPHomeSite", + "Rank": 1, + "CommandName": "Remove-PnPGroupMember", "Id": 1203, - "CommandName": "Remove-PnPHomeSite", - "Rank": 1 + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", + "Rank": 1, + "CommandName": "Remove-PnPHomeSite", "Id": 1204, - "CommandName": "Remove-PnPHubSiteAssociation", - "Rank": 1 + "Command": "Remove-PnPHomeSite" }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", + "Rank": 1, + "CommandName": "Remove-PnPHubSiteAssociation", "Id": 1205, - "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 1 + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "Id": 1206, + "Rank": 1, "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 2 + "Id": 1206, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "Rank": 2, + "CommandName": "Remove-PnPHubToHubAssociation", "Id": 1207, - "CommandName": "Remove-PnPIndexedProperty", - "Rank": 1 + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "Rank": 1, + "CommandName": "Remove-PnPIndexedProperty", "Id": 1208, - "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 1 + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "Id": 1209, + "Rank": 1, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 2 + "Id": 1209, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "Id": 1210, + "Rank": 2, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 3 + "Id": 1210, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Command": "Remove-PnPJavaScriptLink -Scope Site", - "Id": 1211, + "Rank": 3, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 4 + "Id": 1211, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "Id": 1212, + "Rank": 4, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 5 + "Id": 1212, + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Command": "Remove-PnPKnowledgeHubSite", + "Rank": 5, + "CommandName": "Remove-PnPJavaScriptLink", "Id": 1213, - "CommandName": "Remove-PnPKnowledgeHubSite", - "Rank": 1 + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", + "Rank": 1, + "CommandName": "Remove-PnPKnowledgeHubSite", "Id": 1214, - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1 + "Command": "Remove-PnPKnowledgeHubSite" }, { - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Id": 1215, + "Rank": 1, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1215, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "Command": "Remove-PnPList -Identity Announcements", + "Rank": 2, + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Id": 1216, - "CommandName": "Remove-PnPList", - "Rank": 1 + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Command": "Remove-PnPList -Identity Announcements -Force", - "Id": 1217, + "Rank": 1, "CommandName": "Remove-PnPList", - "Rank": 2 + "Id": 1217, + "Command": "Remove-PnPList -Identity Announcements" }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle", - "Id": 1218, + "Rank": 2, "CommandName": "Remove-PnPList", - "Rank": 3 + "Id": 1218, + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "Id": 1219, + "Rank": 3, "CommandName": "Remove-PnPList", - "Rank": 4 + "Id": 1219, + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 4, + "CommandName": "Remove-PnPList", "Id": 1220, - "CommandName": "Remove-PnPListDesign", - "Rank": 1 + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", + "Rank": 1, + "CommandName": "Remove-PnPListDesign", "Id": 1221, - "CommandName": "Remove-PnPListItem", - "Rank": 1 + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "Id": 1222, + "Rank": 1, "CommandName": "Remove-PnPListItem", - "Rank": 2 + "Id": 1222, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Command": "Remove-PnPListItem -List \"Demo List\"", - "Id": 1223, + "Rank": 2, "CommandName": "Remove-PnPListItem", - "Rank": 3 + "Id": 1223, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", + "Rank": 3, + "CommandName": "Remove-PnPListItem", "Id": 1224, - "CommandName": "Remove-PnPListItemAttachment", - "Rank": 1 + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "Id": 1225, + "Rank": 1, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 2 + "Id": 1225, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "Id": 1226, + "Rank": 2, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 3 + "Id": 1226, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "Id": 1227, + "Rank": 3, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 4 + "Id": 1227, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "Id": 1228, + "Rank": 4, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 5 + "Id": 1228, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Rank": 5, + "CommandName": "Remove-PnPListItemAttachment", "Id": 1229, - "CommandName": "Remove-PnPListItemVersion", - "Rank": 1 + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Id": 1230, + "Rank": 1, "CommandName": "Remove-PnPListItemVersion", - "Rank": 2 + "Id": 1230, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", + "Rank": 2, + "CommandName": "Remove-PnPListItemVersion", "Id": 1231, - "CommandName": "Remove-PnPManagedAppId", - "Rank": 1 + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "Rank": 1, + "CommandName": "Remove-PnPManagedAppId", "Id": 1232, - "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 1 + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "Id": 1233, + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1233, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1234, - "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Rank": 1 + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupMember", "Id": 1235, - "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Id": 1236, - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Rank": 1 + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Id": 1237, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "Id": 1238, + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1238, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Command": "Remove-PnPNavigationNode -Identity 1032", + "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1239, - "CommandName": "Remove-PnPNavigationNode", - "Rank": 1 + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "Id": 1240, + "Rank": 1, "CommandName": "Remove-PnPNavigationNode", - "Rank": 2 + "Id": 1240, + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "Id": 1241, + "Rank": 2, "CommandName": "Remove-PnPNavigationNode", - "Rank": 3 + "Id": 1241, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "Rank": 3, + "CommandName": "Remove-PnPNavigationNode", "Id": 1242, - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 1 + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "Id": 1243, + "Rank": 1, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 1243, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "Id": 1244, + "Rank": 2, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 3 + "Id": 1244, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", + "Rank": 3, + "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1245, - "CommandName": "Remove-PnPOrgNewsSite", - "Rank": 1 + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Command": "Remove-PnPPage -Identity \"MyPage\"", + "Rank": 1, + "CommandName": "Remove-PnPOrgNewsSite", "Id": 1246, - "CommandName": "Remove-PnPPage", - "Rank": 1 + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "Id": 1247, + "Rank": 1, "CommandName": "Remove-PnPPage", - "Rank": 2 + "Id": 1247, + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Command": "Remove-PnPPage $page", - "Id": 1248, + "Rank": 2, "CommandName": "Remove-PnPPage", - "Rank": 3 + "Id": 1248, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "Id": 1249, + "Rank": 3, "CommandName": "Remove-PnPPage", - "Rank": 4 + "Id": 1249, + "Command": "Remove-PnPPage $page" }, { - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 4, + "CommandName": "Remove-PnPPage", "Id": 1250, - "CommandName": "Remove-PnPPageComponent", - "Rank": 1 + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", + "Rank": 1, + "CommandName": "Remove-PnPPageComponent", "Id": 1251, - "CommandName": "Remove-PnPPlannerBucket", - "Rank": 1 + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "Rank": 1, + "CommandName": "Remove-PnPPlannerBucket", "Id": 1252, - "CommandName": "Remove-PnPPlannerPlan", - "Rank": 1 + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Rank": 1, + "CommandName": "Remove-PnPPlannerPlan", "Id": 1253, - "CommandName": "Remove-PnPPlannerRoster", - "Rank": 1 + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1, + "CommandName": "Remove-PnPPlannerRoster", "Id": 1254, - "CommandName": "Remove-PnPPlannerRosterMember", - "Rank": 1 + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "Rank": 1, + "CommandName": "Remove-PnPPlannerRosterMember", "Id": 1255, - "CommandName": "Remove-PnPPlannerTask", - "Rank": 1 + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", + "Rank": 1, + "CommandName": "Remove-PnPPlannerTask", "Id": 1256, - "CommandName": "Remove-PnPProfileCardProperty", - "Rank": 1 + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "Rank": 1, + "CommandName": "Remove-PnPProfileCardProperty", "Id": 1257, - "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 1 + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "Id": 1258, + "Rank": 1, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 2 + "Id": 1258, + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "Id": 1259, + "Rank": 2, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 3 + "Id": 1259, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Rank": 3, + "CommandName": "Remove-PnPPropertyBagValue", "Id": 1260, - "CommandName": "Remove-PnPPublishingImageRendition", - "Rank": 1 + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "Rank": 1, + "CommandName": "Remove-PnPPublishingImageRendition", "Id": 1261, - "CommandName": "Remove-PnPRoleDefinition", - "Rank": 1 + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Command": "Remove-PnPSdnProvider -Confirm:false", + "Rank": 1, + "CommandName": "Remove-PnPRoleDefinition", "Id": 1262, - "CommandName": "Remove-PnPSdnProvider", - "Rank": 1 + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "Rank": 1, + "CommandName": "Remove-PnPSdnProvider", "Id": 1263, - "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 1 + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "Id": 1264, + "Rank": 1, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 2 + "Id": 1264, + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Id": 1265, + "Rank": 2, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 3 + "Id": 1265, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 1266, + "Rank": 3, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 4 + "Id": 1266, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Rank": 4, + "CommandName": "Remove-PnPSearchConfiguration", "Id": 1267, - "CommandName": "Remove-PnPSearchExternalConnection", - "Rank": 1 + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Rank": 1, + "CommandName": "Remove-PnPSearchExternalConnection", "Id": 1268, - "CommandName": "Remove-PnPSearchExternalItem", - "Rank": 1 + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 1, + "CommandName": "Remove-PnPSearchExternalItem", "Id": 1269, - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 1 + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 1270, + "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 2 + "Id": 1270, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Rank": 2, + "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1271, - "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Remove-PnPSiteCollectionTermStore", + "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Id": 1272, - "CommandName": "Remove-PnPSiteCollectionTermStore", - "Rank": 1 + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionTermStore", "Id": 1273, - "CommandName": "Remove-PnPSiteDesign", - "Rank": 1 + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "CommandName": "Remove-PnPSiteDesign", "Id": 1274, - "CommandName": "Remove-PnPSiteDesignTask", - "Rank": 1 + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Rank": 1, + "CommandName": "Remove-PnPSiteDesignTask", "Id": 1275, - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1 + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", - "Id": 1276, + "Rank": 1, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1276, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 2, + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1277, - "CommandName": "Remove-PnPSiteGroup", - "Rank": 1 + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "Id": 1278, + "Rank": 1, "CommandName": "Remove-PnPSiteGroup", - "Rank": 2 + "Id": 1278, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 2, + "CommandName": "Remove-PnPSiteGroup", "Id": 1279, - "CommandName": "Remove-PnPSiteScript", - "Rank": 1 + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Rank": 1, + "CommandName": "Remove-PnPSiteScript", "Id": 1280, - "CommandName": "Remove-PnPSiteUserInvitations", - "Rank": 1 + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPStorageEntity -Key MyKey", + "Rank": 1, + "CommandName": "Remove-PnPSiteUserInvitations", "Id": 1281, - "CommandName": "Remove-PnPStorageEntity", - "Rank": 1 + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "Id": 1282, + "Rank": 1, "CommandName": "Remove-PnPStorageEntity", - "Rank": 2 + "Id": 1282, + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "Rank": 2, + "CommandName": "Remove-PnPStorageEntity", "Id": 1283, - "CommandName": "Remove-PnPStoredCredential", - "Rank": 1 + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "Rank": 1, + "CommandName": "Remove-PnPStoredCredential", "Id": 1284, - "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 1 + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "Id": 1285, + "Rank": 1, "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 2 + "Id": 1285, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", + "Rank": 2, + "CommandName": "Remove-PnPTaxonomyItem", "Id": 1286, - "CommandName": "Remove-PnPTeamsApp", - "Rank": 1 + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "Id": 1287, + "Rank": 1, "CommandName": "Remove-PnPTeamsApp", - "Rank": 2 + "Id": 1287, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", + "Rank": 2, + "CommandName": "Remove-PnPTeamsApp", "Id": 1288, - "CommandName": "Remove-PnPTeamsChannel", - "Rank": 1 + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", + "Rank": 1, + "CommandName": "Remove-PnPTeamsChannel", "Id": 1289, - "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 1 + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Id": 1290, + "Rank": 1, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 2 + "Id": 1290, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "Id": 1291, + "Rank": 2, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 3 + "Id": 1291, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", + "Rank": 3, + "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1292, - "CommandName": "Remove-PnPTeamsTab", - "Rank": 1 + "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 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "Id": 1293, + "Rank": 1, "CommandName": "Remove-PnPTeamsTab", - "Rank": 2 + "Id": 1293, + "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 fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "Id": 1294, + "Rank": 2, "CommandName": "Remove-PnPTeamsTab", - "Rank": 3 + "Id": 1294, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Rank": 3, + "CommandName": "Remove-PnPTeamsTab", "Id": 1295, - "CommandName": "Remove-PnPTeamsTag", - "Rank": 1 + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Rank": 1, + "CommandName": "Remove-PnPTeamsTag", "Id": 1296, - "CommandName": "Remove-PnPTeamsTeam", - "Rank": 1 + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Command": "Remove-PnPTeamsTeam -Identity testteam", - "Id": 1297, + "Rank": 1, "CommandName": "Remove-PnPTeamsTeam", - "Rank": 2 + "Id": 1297, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", + "Rank": 2, + "CommandName": "Remove-PnPTeamsTeam", "Id": 1298, - "CommandName": "Remove-PnPTeamsUser", - "Rank": 1 + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 1299, + "Rank": 1, "CommandName": "Remove-PnPTeamsUser", - "Rank": 2 + "Id": 1299, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", - "Id": 1300, + "Rank": 2, "CommandName": "Remove-PnPTeamsUser", - "Rank": 3 + "Id": 1300, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Rank": 3, + "CommandName": "Remove-PnPTeamsUser", "Id": 1301, - "CommandName": "Remove-PnPTenantCdnOrigin", - "Rank": 1 + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1, + "CommandName": "Remove-PnPTenantCdnOrigin", "Id": 1302, - "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 1 + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Id": 1303, + "Rank": 1, "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 2 + "Id": 1303, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Rank": 2, + "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1304, - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Id": 1305, + "Rank": 1, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 2 + "Id": 1305, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Id": 1306, + "Rank": 2, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 3 + "Id": 1306, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 3, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1307, - "CommandName": "Remove-PnPTenantSite", - "Rank": 1 + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "Id": 1308, + "Rank": 1, "CommandName": "Remove-PnPTenantSite", - "Rank": 2 + "Id": 1308, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "Id": 1309, + "Rank": 2, "CommandName": "Remove-PnPTenantSite", - "Rank": 3 + "Id": 1309, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "Command": "Remove-PnPTenantSyncClientRestriction", + "Rank": 3, + "CommandName": "Remove-PnPTenantSite", "Id": 1310, - "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Rank": 1 + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Rank": 1, + "CommandName": "Remove-PnPTenantSyncClientRestriction", "Id": 1311, - "CommandName": "Remove-PnPTenantTheme", - "Rank": 1 + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Rank": 1, + "CommandName": "Remove-PnPTenantTheme", "Id": 1312, - "CommandName": "Remove-PnPTerm", - "Rank": 1 + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 1313, + "Rank": 1, "CommandName": "Remove-PnPTerm", - "Rank": 2 + "Id": 1313, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Rank": 2, + "CommandName": "Remove-PnPTerm", "Id": 1314, - "CommandName": "Remove-PnPTermGroup", - "Rank": 1 + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "Id": 1315, + "Rank": 1, "CommandName": "Remove-PnPTermGroup", - "Rank": 2 + "Id": 1315, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "Id": 1316, + "Rank": 2, "CommandName": "Remove-PnPTermGroup", - "Rank": 3 + "Id": 1316, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", + "Rank": 3, + "CommandName": "Remove-PnPTermGroup", "Id": 1317, - "CommandName": "Remove-PnPTermLabel", - "Rank": 1 + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 1318, + "Rank": 1, "CommandName": "Remove-PnPTermLabel", - "Rank": 2 + "Id": 1318, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", + "Rank": 2, + "CommandName": "Remove-PnPTermLabel", "Id": 1319, - "CommandName": "Remove-PnPTodoList", - "Rank": 1 + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", - "Id": 1320, + "Rank": 1, "CommandName": "Remove-PnPTodoList", - "Rank": 2 + "Id": 1320, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "Command": "Remove-PnPUser -Identity 23", + "Rank": 2, + "CommandName": "Remove-PnPTodoList", "Id": 1321, - "CommandName": "Remove-PnPUser", - "Rank": 1 + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "Id": 1322, + "Rank": 1, "CommandName": "Remove-PnPUser", - "Rank": 2 + "Id": 1322, + "Command": "Remove-PnPUser -Identity 23" }, { - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", - "Id": 1323, + "Rank": 2, "CommandName": "Remove-PnPUser", - "Rank": 3 + "Id": 1323, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Rank": 3, + "CommandName": "Remove-PnPUser", "Id": 1324, - "CommandName": "Remove-PnPUserInfo", - "Rank": 1 + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "Rank": 1, + "CommandName": "Remove-PnPUserInfo", "Id": 1325, - "CommandName": "Remove-PnPUserProfile", - "Rank": 1 + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Rank": 1, + "CommandName": "Remove-PnPUserProfile", "Id": 1326, - "CommandName": "Remove-PnPUserProfilePhoto", - "Rank": 1 + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", + "Rank": 1, + "CommandName": "Remove-PnPUserProfilePhoto", "Id": 1327, - "CommandName": "Remove-PnPView", - "Rank": 1 + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Rank": 1, + "CommandName": "Remove-PnPView", "Id": 1328, - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Rank": 1, + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Id": 1329, - "CommandName": "Remove-PnPVivaEngageCommunity", - "Rank": 1 + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Command": "Remove-PnPWeb -Identity projectA", + "Rank": 1, + "CommandName": "Remove-PnPVivaEngageCommunity", "Id": 1330, - "CommandName": "Remove-PnPWeb", - "Rank": 1 + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "Id": 1331, + "Rank": 1, "CommandName": "Remove-PnPWeb", - "Rank": 2 + "Id": 1331, + "Command": "Remove-PnPWeb -Identity projectA" }, { - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", + "Rank": 2, + "CommandName": "Remove-PnPWeb", "Id": 1332, - "CommandName": "Remove-PnPWebhookSubscription", - "Rank": 1 + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 1, + "CommandName": "Remove-PnPWebhookSubscription", "Id": 1333, - "CommandName": "Remove-PnPWebPart", - "Rank": 1 + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "Id": 1334, + "Rank": 1, "CommandName": "Remove-PnPWebPart", - "Rank": 2 + "Id": 1334, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "Rank": 2, + "CommandName": "Remove-PnPWebPart", "Id": 1335, - "CommandName": "Remove-PnPWikiPage", - "Rank": 1 + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", + "Rank": 1, + "CommandName": "Remove-PnPWikiPage", "Id": 1336, - "CommandName": "Rename-PnPFile", - "Rank": 1 + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "Id": 1337, + "Rank": 1, "CommandName": "Rename-PnPFile", - "Rank": 2 + "Id": 1337, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "Id": 1338, + "Rank": 2, "CommandName": "Rename-PnPFile", - "Rank": 3 + "Id": 1338, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", + "Rank": 3, + "CommandName": "Rename-PnPFile", "Id": 1339, - "CommandName": "Rename-PnPFolder", - "Rank": 1 + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 1, + "CommandName": "Rename-PnPFolder", "Id": 1340, - "CommandName": "Repair-PnPSite", - "Rank": 1 + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "Id": 1341, + "Rank": 1, "CommandName": "Repair-PnPSite", - "Rank": 2 + "Id": 1341, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", + "Rank": 2, + "CommandName": "Repair-PnPSite", "Id": 1342, - "CommandName": "Request-PnPPersonalSite", - "Rank": 1 + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "Id": 1343, + "Rank": 1, "CommandName": "Request-PnPPersonalSite", - "Rank": 2 + "Id": 1343, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "Rank": 2, + "CommandName": "Request-PnPPersonalSite", "Id": 1344, - "CommandName": "Request-PnPReIndexList", - "Rank": 1 + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Command": "Request-PnPReIndexWeb", + "Rank": 1, + "CommandName": "Request-PnPReIndexList", "Id": 1345, - "CommandName": "Request-PnPReIndexWeb", - "Rank": 1 + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", + "Rank": 1, + "CommandName": "Request-PnPReIndexWeb", "Id": 1346, - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 1 + "Command": "Request-PnPReIndexWeb" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "Id": 1347, + "Rank": 1, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 2 + "Id": 1347, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "Id": 1348, + "Rank": 2, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 3 + "Id": 1348, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Command": "Reset-PnPDocumentId -Identity \"/sites/demo/Shared Documents/MyDocument.docx\"", + "Rank": 3, + "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1349, - "CommandName": "Reset-PnPDocumentId", - "Rank": 1 + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "Rank": 1, + "CommandName": "Reset-PnPDocumentId", "Id": 1350, - "CommandName": "Reset-PnPFileVersion", - "Rank": 1 + "Command": "Reset-PnPDocumentId -Identity \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "Id": 1351, + "Rank": 1, "CommandName": "Reset-PnPFileVersion", - "Rank": 2 + "Id": 1351, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Command": "Reset-PnPMicrosoft365GroupExpiration", + "Rank": 2, + "CommandName": "Reset-PnPFileVersion", "Id": 1352, - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Rank": 1 + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", + "Rank": 1, + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Id": 1353, - "CommandName": "Reset-PnPRetentionLabel", - "Rank": 1 + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", - "Id": 1354, + "Rank": 1, "CommandName": "Reset-PnPRetentionLabel", - "Rank": 2 + "Id": 1354, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "Rank": 2, + "CommandName": "Reset-PnPRetentionLabel", "Id": 1355, - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Rank": 1 + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "Rank": 1, + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Id": 1356, - "CommandName": "Resolve-PnPFolder", - "Rank": 1 + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 1, + "CommandName": "Resolve-PnPFolder", "Id": 1357, - "CommandName": "Restart-PnPFlowRun", - "Rank": 1 + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 1, + "CommandName": "Restart-PnPFlowRun", "Id": 1358, - "CommandName": "Restore-PnPDeletedContainer", - "Rank": 1 + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 1, + "CommandName": "Restore-PnPDeletedContainer", "Id": 1359, - "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Rank": 1, + "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Id": 1360, - "CommandName": "Restore-PnPFileVersion", - "Rank": 1 + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "Id": 1361, + "Rank": 1, "CommandName": "Restore-PnPFileVersion", - "Rank": 2 + "Id": 1361, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Id": 1362, + "Rank": 2, "CommandName": "Restore-PnPFileVersion", - "Rank": 3 + "Id": 1362, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 3, + "CommandName": "Restore-PnPFileVersion", "Id": 1363, - "CommandName": "Restore-PnPFlow", - "Rank": 1 + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 1364, + "Rank": 1, "CommandName": "Restore-PnPFlow", - "Rank": 2 + "Id": 1364, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Rank": 2, + "CommandName": "Restore-PnPFlow", "Id": 1365, - "CommandName": "Restore-PnPListItemVersion", - "Rank": 1 + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Id": 1366, + "Rank": 1, "CommandName": "Restore-PnPListItemVersion", - "Rank": 2 + "Id": 1366, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Rank": 2, + "CommandName": "Restore-PnPListItemVersion", "Id": 1367, - "CommandName": "Restore-PnPRecycleBinItem", - "Rank": 1 + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1, + "CommandName": "Restore-PnPRecycleBinItem", "Id": 1368, - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 1 + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Id": 1369, + "Rank": 1, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 2 + "Id": 1369, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 2, + "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1370, - "CommandName": "Restore-PnPTenantSite", - "Rank": 1 + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Id": 1371, + "Rank": 1, "CommandName": "Restore-PnPTenantSite", - "Rank": 2 + "Id": 1371, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "Id": 1372, + "Rank": 2, "CommandName": "Restore-PnPTenantSite", - "Rank": 3 + "Id": 1372, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "Rank": 3, + "CommandName": "Restore-PnPTenantSite", "Id": 1373, - "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Rank": 1 + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1, + "CommandName": "Revoke-PnPAzureADAppSitePermission", "Id": 1374, - "CommandName": "Revoke-PnPHubSiteRights", - "Rank": 1 + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1, + "CommandName": "Revoke-PnPHubSiteRights", "Id": 1375, - "CommandName": "Revoke-PnPSiteDesignRights", - "Rank": 1 + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Rank": 1, + "CommandName": "Revoke-PnPSiteDesignRights", "Id": 1376, - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Rank": 1 + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "Rank": 1, + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Id": 1377, - "CommandName": "Revoke-PnPUserSession", - "Rank": 1 + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Command": "Save-PnPPageConversionLog", + "Rank": 1, + "CommandName": "Revoke-PnPUserSession", "Id": 1378, - "CommandName": "Save-PnPPageConversionLog", - "Rank": 1 + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", + "Rank": 1, + "CommandName": "Save-PnPPageConversionLog", "Id": 1379, - "CommandName": "Save-PnPSiteTemplate", - "Rank": 1 + "Command": "Save-PnPPageConversionLog" }, { - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", + "Rank": 1, + "CommandName": "Save-PnPSiteTemplate", "Id": 1380, - "CommandName": "Save-PnPTenantTemplate", - "Rank": 1 + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Rank": 1, + "CommandName": "Save-PnPTenantTemplate", "Id": 1381, - "CommandName": "Send-PnPMail", - "Rank": 1 + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "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": 1382, + "Rank": 1, "CommandName": "Send-PnPMail", - "Rank": 2 + "Id": 1382, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "Id": 1383, + "Rank": 2, "CommandName": "Send-PnPMail", - "Rank": 3 + "Id": 1383, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", - "Id": 1384, + "Rank": 3, "CommandName": "Send-PnPMail", - "Rank": 4 + "Id": 1384, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", - "Id": 1385, + "Rank": 4, "CommandName": "Send-PnPMail", - "Rank": 5 + "Id": 1385, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "Rank": 5, + "CommandName": "Send-PnPMail", "Id": 1386, - "CommandName": "Set-PnPAdaptiveScopeProperty", - "Rank": 1 + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1, + "CommandName": "Set-PnPAdaptiveScopeProperty", "Id": 1387, - "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 1 + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Id": 1388, + "Rank": 1, "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 2 + "Id": 1388, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Set-PnPAppSideLoading -On", + "Rank": 2, + "CommandName": "Set-PnPApplicationCustomizer", "Id": 1389, - "CommandName": "Set-PnPAppSideLoading", - "Rank": 1 + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Command": "Set-PnPAppSideLoading -Off", - "Id": 1390, + "Rank": 1, "CommandName": "Set-PnPAppSideLoading", - "Rank": 2 + "Id": 1390, + "Command": "Set-PnPAppSideLoading -On" }, { - "Command": "Set-PnPAuditing -EnableAll", + "Rank": 2, + "CommandName": "Set-PnPAppSideLoading", "Id": 1391, - "CommandName": "Set-PnPAuditing", - "Rank": 1 + "Command": "Set-PnPAppSideLoading -Off" }, { - "Command": "Set-PnPAuditing -DisableAll", - "Id": 1392, + "Rank": 1, "CommandName": "Set-PnPAuditing", - "Rank": 2 + "Id": 1392, + "Command": "Set-PnPAuditing -EnableAll" }, { - "Command": "Set-PnPAuditing -RetentionTime 7", - "Id": 1393, + "Rank": 2, "CommandName": "Set-PnPAuditing", - "Rank": 3 + "Id": 1393, + "Command": "Set-PnPAuditing -DisableAll" }, { - "Command": "Set-PnPAuditing -TrimAuditLog", - "Id": 1394, + "Rank": 3, "CommandName": "Set-PnPAuditing", - "Rank": 4 + "Id": 1394, + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "Id": 1395, + "Rank": 4, "CommandName": "Set-PnPAuditing", - "Rank": 5 + "Id": 1395, + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "Rank": 5, + "CommandName": "Set-PnPAuditing", "Id": 1396, - "CommandName": "Set-PnPAvailablePageLayouts", - "Rank": 1 + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "Rank": 1, + "CommandName": "Set-PnPAvailablePageLayouts", "Id": 1397, - "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 1 + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "Id": 1398, + "Rank": 1, "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 1398, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "Rank": 2, + "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1399, - "CommandName": "Set-PnPAzureADGroup", - "Rank": 1 + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"", - "Id": 1400, + "Rank": 1, "CommandName": "Set-PnPAzureADGroup", - "Rank": 2 + "Id": 1400, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "Id": 1401, + "Rank": 2, "CommandName": "Set-PnPAzureADGroup", - "Rank": 3 + "Id": 1401, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Descriptions \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", + "Rank": 3, + "CommandName": "Set-PnPAzureADGroup", "Id": 1402, - "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 1 + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "Id": 1403, + "Rank": 1, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 2 + "Id": 1403, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "Id": 1404, + "Rank": 2, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 3 + "Id": 1404, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "Rank": 3, + "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1405, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 1 + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "Id": 1406, + "Rank": 1, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 2 + "Id": 1406, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", + "Rank": 2, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1407, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 1 + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "Id": 1408, + "Rank": 1, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 2 + "Id": 1408, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "Id": 1409, + "Rank": 2, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 3 + "Id": 1409, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "Id": 1410, + "Rank": 3, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 4 + "Id": 1410, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Rank": 4, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1411, - "CommandName": "Set-PnPContentType", - "Rank": 1 + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "Id": 1412, + "Rank": 1, "CommandName": "Set-PnPContentType", - "Rank": 2 + "Id": 1412, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "Id": 1413, + "Rank": 2, "CommandName": "Set-PnPContentType", - "Rank": 3 + "Id": 1413, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Id": 1414, + "Rank": 3, "CommandName": "Set-PnPContentType", - "Rank": 4 + "Id": 1414, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Id": 1415, + "Rank": 4, "CommandName": "Set-PnPContentType", - "Rank": 5 + "Id": 1415, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", + "Rank": 5, + "CommandName": "Set-PnPContentType", "Id": 1416, - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 1 + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", - "Id": 1417, + "Rank": 1, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 2 + "Id": 1417, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", + "Rank": 2, + "CommandName": "Set-PnPCopilotAdminLimitedMode", "Id": 1418, - "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 1 + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "Id": 1419, + "Rank": 1, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 2 + "Id": 1419, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "Id": 1420, + "Rank": 2, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 3 + "Id": 1420, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "Id": 1421, + "Rank": 3, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 4 + "Id": 1421, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "Rank": 4, + "CommandName": "Set-PnPDefaultColumnValues", "Id": 1422, - "CommandName": "Set-PnPDefaultContentTypeToList", - "Rank": 1 + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "Rank": 1, + "CommandName": "Set-PnPDefaultContentTypeToList", "Id": 1423, - "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 1 + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "Id": 1424, + "Rank": 1, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 2 + "Id": 1424, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "Id": 1425, + "Rank": 2, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 3 + "Id": 1425, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "Rank": 3, + "CommandName": "Set-PnPDefaultPageLayout", "Id": 1426, - "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 1 + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Id": 1427, + "Rank": 1, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 2 + "Id": 1427, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Id": 1428, + "Rank": 2, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 3 + "Id": 1428, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", + "Rank": 3, + "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1429, - "CommandName": "Set-PnPDocumentSetField", - "Rank": 1 + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "Id": 1430, + "Rank": 1, "CommandName": "Set-PnPDocumentSetField", - "Rank": 2 + "Id": 1430, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", + "Rank": 2, + "CommandName": "Set-PnPDocumentSetField", "Id": 1431, - "CommandName": "Set-PnPField", - "Rank": 1 + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "Id": 1432, + "Rank": 1, "CommandName": "Set-PnPField", - "Rank": 2 + "Id": 1432, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "Id": 1433, + "Rank": 2, "CommandName": "Set-PnPField", - "Rank": 3 + "Id": 1433, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "Rank": 3, + "CommandName": "Set-PnPField", "Id": 1434, - "CommandName": "Set-PnPFileCheckedIn", - "Rank": 1 + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", - "Id": 1435, + "Rank": 1, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 2 + "Id": 1435, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "Id": 1436, + "Rank": 2, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 3 + "Id": 1436, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", + "Rank": 3, + "CommandName": "Set-PnPFileCheckedIn", "Id": 1437, - "CommandName": "Set-PnPFileCheckedOut", - "Rank": 1 + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 1, + "CommandName": "Set-PnPFileCheckedOut", "Id": 1438, - "CommandName": "Set-PnPFolderPermission", - "Rank": 1 + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1439, + "Rank": 1, "CommandName": "Set-PnPFolderPermission", - "Rank": 2 + "Id": 1439, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Id": 1440, + "Rank": 2, "CommandName": "Set-PnPFolderPermission", - "Rank": 3 + "Id": 1440, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Command": "Set-PnPFooter -Enabled:$true", + "Rank": 3, + "CommandName": "Set-PnPFolderPermission", "Id": 1441, - "CommandName": "Set-PnPFooter", - "Rank": 1 + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "Id": 1442, + "Rank": 1, "CommandName": "Set-PnPFooter", - "Rank": 2 + "Id": 1442, + "Command": "Set-PnPFooter -Enabled:$true" }, { - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "Id": 1443, + "Rank": 2, "CommandName": "Set-PnPFooter", - "Rank": 3 + "Id": 1443, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Command": "Set-PnPFooter -LogoUrl \"\"", - "Id": 1444, + "Rank": 3, "CommandName": "Set-PnPFooter", - "Rank": 4 + "Id": 1444, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", + "Rank": 4, + "CommandName": "Set-PnPFooter", "Id": 1445, - "CommandName": "Set-PnPGraphSubscription", - "Rank": 1 + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", + "Rank": 1, + "CommandName": "Set-PnPGraphSubscription", "Id": 1446, - "CommandName": "Set-PnPGroup", - "Rank": 1 + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "Id": 1447, + "Rank": 1, "CommandName": "Set-PnPGroup", - "Rank": 2 + "Id": 1447, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", + "Rank": 2, + "CommandName": "Set-PnPGroup", "Id": 1448, - "CommandName": "Set-PnPGroupPermissions", - "Rank": 1 + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "Id": 1449, + "Rank": 1, "CommandName": "Set-PnPGroupPermissions", - "Rank": 2 + "Id": 1449, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "Id": 1450, + "Rank": 2, "CommandName": "Set-PnPGroupPermissions", - "Rank": 3 + "Id": 1450, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "Id": 1451, + "Rank": 3, "CommandName": "Set-PnPGroupPermissions", - "Rank": 4 + "Id": 1451, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "Id": 1452, + "Rank": 4, "CommandName": "Set-PnPGroupPermissions", - "Rank": 5 + "Id": 1452, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "Rank": 5, + "CommandName": "Set-PnPGroupPermissions", "Id": 1453, - "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 1 + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "Id": 1454, + "Rank": 1, "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 2 + "Id": 1454, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "Rank": 2, + "CommandName": "Set-PnPHideDefaultThemes", "Id": 1455, - "CommandName": "Set-PnPHomePage", - "Rank": 1 + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "Id": 1456, + "Rank": 1, "CommandName": "Set-PnPHomePage", - "Rank": 2 + "Id": 1456, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Rank": 2, + "CommandName": "Set-PnPHomePage", "Id": 1457, - "CommandName": "Set-PnPHomeSite", - "Rank": 1 + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "Id": 1458, + "Rank": 1, "CommandName": "Set-PnPHomeSite", - "Rank": 2 + "Id": 1458, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", - "Id": 1459, + "Rank": 2, "CommandName": "Set-PnPHomeSite", - "Rank": 3 + "Id": 1459, + "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\"", + "Rank": 3, + "CommandName": "Set-PnPHomeSite", "Id": 1460, - "CommandName": "Set-PnPHubSite", - "Rank": 1 + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "Id": 1461, + "Rank": 1, "CommandName": "Set-PnPHubSite", - "Rank": 2 + "Id": 1461, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "Id": 1462, + "Rank": 2, "CommandName": "Set-PnPHubSite", - "Rank": 3 + "Id": 1462, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "Id": 1463, + "Rank": 3, "CommandName": "Set-PnPHubSite", - "Rank": 4 + "Id": 1463, + "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\" -EnablePermissionsSync", - "Id": 1464, + "Rank": 4, "CommandName": "Set-PnPHubSite", - "Rank": 5 + "Id": 1464, + "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\" -RequiresJoinApproval:$false", - "Id": 1465, + "Rank": 5, "CommandName": "Set-PnPHubSite", - "Rank": 6 + "Id": 1465, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", + "Rank": 6, + "CommandName": "Set-PnPHubSite", "Id": 1466, - "CommandName": "Set-PnPImageListItemColumn", - "Rank": 1 + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "Id": 1467, + "Rank": 1, "CommandName": "Set-PnPImageListItemColumn", - "Rank": 2 + "Id": 1467, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "Rank": 2, + "CommandName": "Set-PnPImageListItemColumn", "Id": 1468, - "CommandName": "Set-PnPIndexedProperties", - "Rank": 1 + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "Rank": 1, + "CommandName": "Set-PnPIndexedProperties", "Id": 1469, - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 1 + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "Id": 1470, + "Rank": 1, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 2 + "Id": 1470, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", + "Rank": 2, + "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1471, - "CommandName": "Set-PnPKnowledgeHubSite", - "Rank": 1 + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "Rank": 1, + "CommandName": "Set-PnPKnowledgeHubSite", "Id": 1472, - "CommandName": "Set-PnPList", - "Rank": 1 + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "Id": 1473, + "Rank": 1, "CommandName": "Set-PnPList", - "Rank": 2 + "Id": 1473, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "Id": 1474, + "Rank": 2, "CommandName": "Set-PnPList", - "Rank": 3 + "Id": 1474, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "Id": 1475, + "Rank": 3, "CommandName": "Set-PnPList", - "Rank": 4 + "Id": 1475, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "Id": 1476, + "Rank": 4, "CommandName": "Set-PnPList", - "Rank": 5 + "Id": 1476, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "Id": 1477, + "Rank": 5, "CommandName": "Set-PnPList", - "Rank": 6 + "Id": 1477, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "Id": 1478, + "Rank": 6, "CommandName": "Set-PnPList", - "Rank": 7 + "Id": 1478, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "Id": 1479, + "Rank": 7, "CommandName": "Set-PnPList", - "Rank": 8 + "Id": 1479, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", - "Id": 1480, + "Rank": 8, "CommandName": "Set-PnPList", - "Rank": 9 + "Id": 1480, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", - "Id": 1481, + "Rank": 9, "CommandName": "Set-PnPList", - "Rank": 10 + "Id": 1481, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "Id": 1482, + "Rank": 10, "CommandName": "Set-PnPList", - "Rank": 11 + "Id": 1482, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", - "Id": 1483, + "Rank": 11, "CommandName": "Set-PnPList", - "Rank": 12 + "Id": 1483, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "Rank": 12, + "CommandName": "Set-PnPList", "Id": 1484, - "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 1 + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "Id": 1485, + "Rank": 1, "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 2 + "Id": 1485, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 2, + "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1486, - "CommandName": "Set-PnPListItem", - "Rank": 1 + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1487, + "Rank": 1, "CommandName": "Set-PnPListItem", - "Rank": 2 + "Id": 1487, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1488, + "Rank": 2, "CommandName": "Set-PnPListItem", - "Rank": 3 + "Id": 1488, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "Id": 1489, + "Rank": 3, "CommandName": "Set-PnPListItem", - "Rank": 4 + "Id": 1489, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "Id": 1490, + "Rank": 4, "CommandName": "Set-PnPListItem", - "Rank": 5 + "Id": 1490, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Rank": 5, + "CommandName": "Set-PnPListItem", "Id": 1491, - "CommandName": "Set-PnPListItemAsRecord", - "Rank": 1 + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "Id": 1492, + "Rank": 1, "CommandName": "Set-PnPListItemAsRecord", - "Rank": 2 + "Id": 1492, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 2, + "CommandName": "Set-PnPListItemAsRecord", "Id": 1493, - "CommandName": "Set-PnPListItemPermission", - "Rank": 1 + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1494, + "Rank": 1, "CommandName": "Set-PnPListItemPermission", - "Rank": 2 + "Id": 1494, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Id": 1495, + "Rank": 2, "CommandName": "Set-PnPListItemPermission", - "Rank": 3 + "Id": 1495, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "Id": 1496, + "Rank": 3, "CommandName": "Set-PnPListItemPermission", - "Rank": 4 + "Id": 1496, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "Id": 1497, + "Rank": 4, "CommandName": "Set-PnPListItemPermission", - "Rank": 5 + "Id": 1497, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 5, + "CommandName": "Set-PnPListItemPermission", "Id": 1498, - "CommandName": "Set-PnPListPermission", - "Rank": 1 + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1499, + "Rank": 1, "CommandName": "Set-PnPListPermission", - "Rank": 2 + "Id": 1499, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "Rank": 2, + "CommandName": "Set-PnPListPermission", "Id": 1500, - "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 1 + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "Id": 1501, + "Rank": 1, "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 2 + "Id": 1501, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", + "Rank": 2, + "CommandName": "Set-PnPListRecordDeclaration", "Id": 1502, - "CommandName": "Set-PnPManagedAppId", - "Rank": 1 + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Rank": 1, + "CommandName": "Set-PnPManagedAppId", "Id": 1503, - "CommandName": "Set-PnPMasterPage", - "Rank": 1 + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "Id": 1504, + "Rank": 1, "CommandName": "Set-PnPMasterPage", - "Rank": 2 + "Id": 1504, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Id": 1505, + "Rank": 2, "CommandName": "Set-PnPMasterPage", - "Rank": 3 + "Id": 1505, + "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 -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Id": 1506, + "Rank": 3, "CommandName": "Set-PnPMasterPage", - "Rank": 4 + "Id": 1506, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "Rank": 4, + "CommandName": "Set-PnPMasterPage", "Id": 1507, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 1 + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "Id": 1508, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 2 + "Id": 1508, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1509, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 3 + "Id": 1509, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1510, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 1 + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "Id": 1511, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 2 + "Id": 1511, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1512, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 3 + "Id": 1512, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1513, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 1 + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "Id": 1514, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 2 + "Id": 1514, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1515, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 3 + "Id": 1515, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1516, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 1 + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "Id": 1517, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 2 + "Id": 1517, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1518, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 3 + "Id": 1518, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1519, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 1 + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "Id": 1520, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 2 + "Id": 1520, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1521, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 3 + "Id": 1521, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1522, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 1 + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "Id": 1523, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 2 + "Id": 1523, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1524, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 3 + "Id": 1524, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1525, - "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 1 + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "Id": 1526, + "Rank": 1, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1526, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "Id": 1527, + "Rank": 2, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 3 + "Id": 1527, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "Id": 1528, + "Rank": 3, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 4 + "Id": 1528, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "Id": 1529, + "Rank": 4, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 5 + "Id": 1529, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1530, + "Rank": 5, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 6 + "Id": 1530, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "Rank": 6, + "CommandName": "Set-PnPMicrosoft365Group", "Id": 1531, - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "Id": 1532, + "Rank": 1, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1532, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Rank": 2, + "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1533, - "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 1 + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", - "Id": 1534, + "Rank": 1, "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 1534, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", + "Rank": 2, + "CommandName": "Set-PnPOrgAssetsLibrary", "Id": 1535, - "CommandName": "Set-PnPPage", - "Rank": 1 + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "Id": 1536, + "Rank": 1, "CommandName": "Set-PnPPage", - "Rank": 2 + "Id": 1536, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "Id": 1537, + "Rank": 2, "CommandName": "Set-PnPPage", - "Rank": 3 + "Id": 1537, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "Id": 1538, + "Rank": 3, "CommandName": "Set-PnPPage", - "Rank": 4 + "Id": 1538, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "Id": 1539, + "Rank": 4, "CommandName": "Set-PnPPage", - "Rank": 5 + "Id": 1539, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", - "Id": 1540, + "Rank": 5, "CommandName": "Set-PnPPage", - "Rank": 6 + "Id": 1540, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "Id": 1541, + "Rank": 6, "CommandName": "Set-PnPPage", - "Rank": 7 + "Id": 1541, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", - "Id": 1542, + "Rank": 7, "CommandName": "Set-PnPPage", - "Rank": 8 + "Id": 1542, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", - "Id": 1543, + "Rank": 8, "CommandName": "Set-PnPPage", - "Rank": 9 + "Id": 1543, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Id": 1544, + "Rank": 9, "CommandName": "Set-PnPPage", - "Rank": 10 + "Id": 1544, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", - "Id": 1545, + "Rank": 10, "CommandName": "Set-PnPPage", - "Rank": 11 + "Id": 1545, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", - "Id": 1546, + "Rank": 11, "CommandName": "Set-PnPPage", - "Rank": 12 + "Id": 1546, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", - "Id": 1547, + "Rank": 12, "CommandName": "Set-PnPPage", - "Rank": 13 + "Id": 1547, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", + "Rank": 13, + "CommandName": "Set-PnPPage", "Id": 1548, - "CommandName": "Set-PnPPageTextPart", - "Rank": 1 + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", + "Rank": 1, + "CommandName": "Set-PnPPageTextPart", "Id": 1549, - "CommandName": "Set-PnPPageWebPart", - "Rank": 1 + "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 $myproperties", - "Id": 1550, + "Rank": 1, "CommandName": "Set-PnPPageWebPart", - "Rank": 2 + "Id": 1550, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", + "Rank": 2, + "CommandName": "Set-PnPPageWebPart", "Id": 1551, - "CommandName": "Set-PnPPlannerBucket", - "Rank": 1 + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "Rank": 1, + "CommandName": "Set-PnPPlannerBucket", "Id": 1552, - "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 1 + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "Id": 1553, + "Rank": 1, "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 2 + "Id": 1553, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", + "Rank": 2, + "CommandName": "Set-PnPPlannerConfiguration", "Id": 1554, - "CommandName": "Set-PnPPlannerPlan", - "Rank": 1 + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", + "Rank": 1, + "CommandName": "Set-PnPPlannerPlan", "Id": 1555, - "CommandName": "Set-PnPPlannerTask", - "Rank": 1 + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "Id": 1556, + "Rank": 1, "CommandName": "Set-PnPPlannerTask", - "Rank": 2 + "Id": 1556, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "Id": 1557, + "Rank": 2, "CommandName": "Set-PnPPlannerTask", - "Rank": 3 + "Id": 1557, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 3, + "CommandName": "Set-PnPPlannerTask", "Id": 1558, - "CommandName": "Set-PnPPlannerUserPolicy", - "Rank": 1 + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", + "Rank": 1, + "CommandName": "Set-PnPPlannerUserPolicy", "Id": 1559, - "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 1 + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", - "Id": 1560, + "Rank": 1, "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 2 + "Id": 1560, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "Rank": 2, + "CommandName": "Set-PnPPowerAppByPassConsent", "Id": 1561, - "CommandName": "Set-PnPPropertyBagValue", - "Rank": 1 + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "Id": 1562, + "Rank": 1, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 2 + "Id": 1562, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "Id": 1563, + "Rank": 2, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 3 + "Id": 1563, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "Rank": 3, + "CommandName": "Set-PnPPropertyBagValue", "Id": 1564, - "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 1 + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Command": "Set-PnPRequestAccessEmails -Disabled", - "Id": 1565, + "Rank": 1, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 2 + "Id": 1565, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "Id": 1566, + "Rank": 2, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 3 + "Id": 1566, + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", + "Rank": 3, + "CommandName": "Set-PnPRequestAccessEmails", "Id": 1567, - "CommandName": "Set-PnPRetentionLabel", - "Rank": 1 + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "Id": 1568, + "Rank": 1, "CommandName": "Set-PnPRetentionLabel", - "Rank": 2 + "Id": 1568, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", - "Id": 1569, + "Rank": 2, "CommandName": "Set-PnPRetentionLabel", - "Rank": 3 + "Id": 1569, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "Rank": 3, + "CommandName": "Set-PnPRetentionLabel", "Id": 1570, - "CommandName": "Set-PnPRoleDefinition", - "Rank": 1 + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "Id": 1571, + "Rank": 1, "CommandName": "Set-PnPRoleDefinition", - "Rank": 2 + "Id": 1571, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "Id": 1572, + "Rank": 2, "CommandName": "Set-PnPRoleDefinition", - "Rank": 3 + "Id": 1572, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "Id": 1573, + "Rank": 3, "CommandName": "Set-PnPRoleDefinition", - "Rank": 4 + "Id": 1573, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config", + "Rank": 4, + "CommandName": "Set-PnPRoleDefinition", "Id": 1574, - "CommandName": "Set-PnPSearchConfiguration", - "Rank": 1 + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "Id": 1575, + "Rank": 1, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 2 + "Id": 1575, + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Id": 1576, + "Rank": 2, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 3 + "Id": 1576, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 1577, + "Rank": 3, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 4 + "Id": 1577, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", + "Rank": 4, + "CommandName": "Set-PnPSearchConfiguration", "Id": 1578, - "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 1 + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", - "Id": 1579, + "Rank": 1, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 2 + "Id": 1579, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Id": 1580, + "Rank": 2, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 3 + "Id": 1580, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", + "Rank": 3, + "CommandName": "Set-PnPSearchExternalConnection", "Id": 1581, - "CommandName": "Set-PnPSearchExternalItem", - "Rank": 1 + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", - "Id": 1582, + "Rank": 1, "CommandName": "Set-PnPSearchExternalItem", - "Rank": 2 + "Id": 1582, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", + "Rank": 2, + "CommandName": "Set-PnPSearchExternalItem", "Id": 1583, - "CommandName": "Set-PnPSearchExternalSchema", - "Rank": 1 + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "Rank": 1, + "CommandName": "Set-PnPSearchExternalSchema", "Id": 1584, - "CommandName": "Set-PnPSearchSettings", - "Rank": 1 + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "Id": 1585, + "Rank": 1, "CommandName": "Set-PnPSearchSettings", - "Rank": 2 + "Id": 1585, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "Id": 1586, + "Rank": 2, "CommandName": "Set-PnPSearchSettings", - "Rank": 3 + "Id": 1586, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "Id": 1587, + "Rank": 3, "CommandName": "Set-PnPSearchSettings", - "Rank": 4 + "Id": 1587, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "Id": 1588, + "Rank": 4, "CommandName": "Set-PnPSearchSettings", - "Rank": 5 + "Id": 1588, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "Id": 1589, + "Rank": 5, "CommandName": "Set-PnPSearchSettings", - "Rank": 6 + "Id": 1589, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Command": "Set-PnPSearchSettings -SearchScope Hub", - "Id": 1590, + "Rank": 6, "CommandName": "Set-PnPSearchSettings", - "Rank": 7 + "Id": 1590, + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Command": "Set-PnPSite -Classification \"HBI\"", + "Rank": 7, + "CommandName": "Set-PnPSearchSettings", "Id": 1591, - "CommandName": "Set-PnPSite", - "Rank": 1 + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Command": "Set-PnPSite -Classification $null", - "Id": 1592, + "Rank": 1, "CommandName": "Set-PnPSite", - "Rank": 2 + "Id": 1592, + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Command": "Set-PnPSite -DisableFlows", - "Id": 1593, + "Rank": 2, "CommandName": "Set-PnPSite", - "Rank": 3 + "Id": 1593, + "Command": "Set-PnPSite -Classification $null" }, { - "Command": "Set-PnPSite -DisableFlows:$false", - "Id": 1594, + "Rank": 3, "CommandName": "Set-PnPSite", - "Rank": 4 + "Id": 1594, + "Command": "Set-PnPSite -DisableFlows" }, { - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "Id": 1595, + "Rank": 4, "CommandName": "Set-PnPSite", - "Rank": 5 + "Id": 1595, + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Command": "Set-PnPSite -NoScriptSite $false", - "Id": 1596, + "Rank": 5, "CommandName": "Set-PnPSite", - "Rank": 6 + "Id": 1596, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", + "Rank": 6, + "CommandName": "Set-PnPSite", "Id": 1597, - "CommandName": "Set-PnPSiteArchiveState", - "Rank": 1 + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", - "Id": 1598, + "Rank": 1, "CommandName": "Set-PnPSiteArchiveState", - "Rank": 2 + "Id": 1598, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "Rank": 2, + "CommandName": "Set-PnPSiteArchiveState", "Id": 1599, - "CommandName": "Set-PnPSiteClassification", - "Rank": 1 + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "Command": "Set-PnPSiteClosure -State Open", + "Rank": 1, + "CommandName": "Set-PnPSiteClassification", "Id": 1600, - "CommandName": "Set-PnPSiteClosure", - "Rank": 1 + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Command": "Set-PnPSiteClosure -State Closed", - "Id": 1601, + "Rank": 1, "CommandName": "Set-PnPSiteClosure", - "Rank": 2 + "Id": 1601, + "Command": "Set-PnPSiteClosure -State Open" }, { - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", + "Rank": 2, + "CommandName": "Set-PnPSiteClosure", "Id": 1602, - "CommandName": "Set-PnPSiteDesign", - "Rank": 1 + "Command": "Set-PnPSiteClosure -State Closed" }, { - "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": 1603, + "Rank": 1, "CommandName": "Set-PnPSiteDesign", - "Rank": 2 + "Id": 1603, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", + "Rank": 2, + "CommandName": "Set-PnPSiteDesign", "Id": 1604, - "CommandName": "Set-PnPSiteGroup", - "Rank": 1 + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "Id": 1605, + "Rank": 1, "CommandName": "Set-PnPSiteGroup", - "Rank": 2 + "Id": 1605, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "Rank": 2, + "CommandName": "Set-PnPSiteGroup", "Id": 1606, - "CommandName": "Set-PnPSitePolicy", - "Rank": 1 + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Rank": 1, + "CommandName": "Set-PnPSitePolicy", "Id": 1607, - "CommandName": "Set-PnPSiteScript", - "Rank": 1 + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Rank": 1, + "CommandName": "Set-PnPSiteScript", "Id": 1608, - "CommandName": "Set-PnPSiteScriptPackage", - "Rank": 1 + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "Rank": 1, + "CommandName": "Set-PnPSiteScriptPackage", "Id": 1609, - "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 1 + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "Id": 1610, + "Rank": 1, "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 2 + "Id": 1610, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "Rank": 2, + "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1611, - "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 1 + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "Id": 1612, + "Rank": 1, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 2 + "Id": 1612, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Id": 1613, + "Rank": 2, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 3 + "Id": 1613, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Id": 1614, + "Rank": 3, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 4 + "Id": 1614, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Id": 1615, + "Rank": 4, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 5 + "Id": 1615, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Id": 1616, + "Rank": 5, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 6 + "Id": 1616, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", + "Rank": 6, + "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1617, - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 1 + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", - "Id": 1618, + "Rank": 1, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 2 + "Id": 1618, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", - "Id": 1619, + "Rank": 2, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 3 + "Id": 1619, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", - "Id": 1620, + "Rank": 3, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 4 + "Id": 1620, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", - "Id": 1621, + "Rank": 4, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 5 + "Id": 1621, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", - "Id": 1622, + "Rank": 5, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 6 + "Id": 1622, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", - "Id": 1623, + "Rank": 6, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 7 + "Id": 1623, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", - "Id": 1624, + "Rank": 7, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 8 + "Id": 1624, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", - "Id": 1625, + "Rank": 8, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 9 + "Id": 1625, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", - "Id": 1626, + "Rank": 9, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 10 + "Id": 1626, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", - "Id": 1627, + "Rank": 10, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 11 + "Id": 1627, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Rank": 11, + "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1628, - "CommandName": "Set-PnPStorageEntity", - "Rank": 1 + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "Id": 1629, + "Rank": 1, "CommandName": "Set-PnPStorageEntity", - "Rank": 2 + "Id": 1629, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Rank": 2, + "CommandName": "Set-PnPStorageEntity", "Id": 1630, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 1 + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 1631, + "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 2 + "Id": 1631, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1632, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 1 + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 1633, + "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 2 + "Id": 1633, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", + "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1634, - "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 1 + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "Id": 1635, + "Rank": 1, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 2 + "Id": 1635, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "Id": 1636, + "Rank": 2, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 3 + "Id": 1636, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Command": "Set-PnPTeamifyPromptHidden", + "Rank": 3, + "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1637, - "CommandName": "Set-PnPTeamifyPromptHidden", - "Rank": 1 + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", + "Rank": 1, + "CommandName": "Set-PnPTeamifyPromptHidden", "Id": 1638, - "CommandName": "Set-PnPTeamsChannel", - "Rank": 1 + "Command": "Set-PnPTeamifyPromptHidden" }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "Id": 1639, + "Rank": 1, "CommandName": "Set-PnPTeamsChannel", - "Rank": 2 + "Id": 1639, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", + "Rank": 2, + "CommandName": "Set-PnPTeamsChannel", "Id": 1640, - "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 1 + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "Id": 1641, + "Rank": 1, "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 2 + "Id": 1641, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", + "Rank": 2, + "CommandName": "Set-PnpTeamsChannelUser", "Id": 1642, - "CommandName": "Set-PnPTeamsTab", - "Rank": 1 + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", + "Rank": 1, + "CommandName": "Set-PnPTeamsTab", "Id": 1643, - "CommandName": "Set-PnPTeamsTag", - "Rank": 1 + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "Rank": 1, + "CommandName": "Set-PnPTeamsTag", "Id": 1644, - "CommandName": "Set-PnPTeamsTeam", - "Rank": 1 + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "Id": 1645, + "Rank": 1, "CommandName": "Set-PnPTeamsTeam", - "Rank": 2 + "Id": 1645, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "Id": 1646, + "Rank": 2, "CommandName": "Set-PnPTeamsTeam", - "Rank": 3 + "Id": 1646, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "Id": 1647, + "Rank": 3, "CommandName": "Set-PnPTeamsTeam", - "Rank": 4 + "Id": 1647, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "Rank": 4, + "CommandName": "Set-PnPTeamsTeam", "Id": 1648, - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 1 + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "Id": 1649, + "Rank": 1, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 2 + "Id": 1649, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "Id": 1650, + "Rank": 2, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 3 + "Id": 1650, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", + "Rank": 3, + "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1651, - "CommandName": "Set-PnPTeamsTeamPicture", - "Rank": 1 + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Command": "Set-PnPTemporarilyDisableAppBar $true", + "Rank": 1, + "CommandName": "Set-PnPTeamsTeamPicture", "Id": 1652, - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 1 + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Command": "Set-PnPTemporarilyDisableAppBar $false", - "Id": 1653, + "Rank": 1, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 2 + "Id": 1653, + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", + "Rank": 2, + "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1654, - "CommandName": "Set-PnPTenant", - "Rank": 1 + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "Id": 1655, + "Rank": 1, "CommandName": "Set-PnPTenant", - "Rank": 2 + "Id": 1655, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "Id": 1656, + "Rank": 2, "CommandName": "Set-PnPTenant", - "Rank": 3 + "Id": 1656, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "Id": 1657, + "Rank": 3, "CommandName": "Set-PnPTenant", - "Rank": 4 + "Id": 1657, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", - "Id": 1658, + "Rank": 4, "CommandName": "Set-PnPTenant", - "Rank": 5 + "Id": 1658, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", - "Id": 1659, + "Rank": 5, "CommandName": "Set-PnPTenant", - "Rank": 6 + "Id": 1659, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", + "Rank": 6, + "CommandName": "Set-PnPTenant", "Id": 1660, - "CommandName": "Set-PnPTenantAppCatalogUrl", - "Rank": 1 + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "Rank": 1, + "CommandName": "Set-PnPTenantAppCatalogUrl", "Id": 1661, - "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 1 + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "Id": 1662, + "Rank": 1, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 2 + "Id": 1662, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "Id": 1663, + "Rank": 2, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 3 + "Id": 1663, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", + "Rank": 3, + "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1664, - "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 1 + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "Id": 1665, + "Rank": 1, "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 2 + "Id": 1665, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", + "Rank": 2, + "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1666, - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 1 + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", + "Rank": 1, + "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1667, - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 2 + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", + "Rank": 2, + "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1668, - "CommandName": "Set-PnPTenantSite", - "Rank": 1 + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", + "Rank": 1, + "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1669, - "CommandName": "Set-PnPTenantSite", - "Rank": 2 + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 2, + "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1670, - "CommandName": "Set-PnPTenantSite", - "Rank": 3 + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 1671, + "Rank": 1, "CommandName": "Set-PnPTenantSite", - "Rank": 4 + "Id": 1671, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "Id": 1672, + "Rank": 2, "CommandName": "Set-PnPTenantSite", - "Rank": 5 + "Id": 1672, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "Rank": 3, + "CommandName": "Set-PnPTenantSite", "Id": 1673, - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 1 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "Rank": 4, + "CommandName": "Set-PnPTenantSite", "Id": 1674, - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 2 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", + "Rank": 5, + "CommandName": "Set-PnPTenantSite", "Id": 1675, - "CommandName": "Set-PnPTerm", - "Rank": 1 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 1, + "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1676, - "CommandName": "Set-PnPTerm", - "Rank": 2 + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 2, + "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1677, - "CommandName": "Set-PnPTerm", - "Rank": 3 + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", - "Id": 1678, + "Rank": 1, "CommandName": "Set-PnPTerm", - "Rank": 4 + "Id": 1678, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "Rank": 2, + "CommandName": "Set-PnPTerm", "Id": 1679, - "CommandName": "Set-PnPTermGroup", - "Rank": 1 + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Rank": 3, + "CommandName": "Set-PnPTerm", "Id": 1680, - "CommandName": "Set-PnPTermGroup", - "Rank": 2 + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", + "Rank": 4, + "CommandName": "Set-PnPTerm", "Id": 1681, - "CommandName": "Set-PnPTermSet", - "Rank": 1 + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", + "Rank": 1, + "CommandName": "Set-PnPTermGroup", "Id": 1682, - "CommandName": "Set-PnPTermSet", - "Rank": 2 + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", + "Rank": 2, + "CommandName": "Set-PnPTermGroup", "Id": 1683, - "CommandName": "Set-PnPTermSet", - "Rank": 3 + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Command": "Set-PnPTheme", + "Rank": 1, + "CommandName": "Set-PnPTermSet", "Id": 1684, - "CommandName": "Set-PnPTheme", - "Rank": 1 + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", + "Rank": 2, + "CommandName": "Set-PnPTermSet", "Id": 1685, - "CommandName": "Set-PnPTheme", - "Rank": 2 + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", + "Rank": 3, + "CommandName": "Set-PnPTermSet", "Id": 1686, - "CommandName": "Set-PnPTheme", - "Rank": 3 + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "Id": 1687, + "Rank": 1, "CommandName": "Set-PnPTheme", - "Rank": 4 + "Id": 1687, + "Command": "Set-PnPTheme" }, { - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", + "Rank": 2, + "CommandName": "Set-PnPTheme", "Id": 1688, - "CommandName": "Set-PnPUserOneDriveQuota", - "Rank": 1 + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", + "Rank": 3, + "CommandName": "Set-PnPTheme", "Id": 1689, - "CommandName": "Set-PnPUserProfilePhoto", - "Rank": 1 + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "Rank": 4, + "CommandName": "Set-PnPTheme", "Id": 1690, - "CommandName": "Set-PnPUserProfileProperty", - "Rank": 1 + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "Rank": 1, + "CommandName": "Set-PnPUserOneDriveQuota", "Id": 1691, - "CommandName": "Set-PnPUserProfileProperty", - "Rank": 2 + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", + "Rank": 1, + "CommandName": "Set-PnPUserProfilePhoto", "Id": 1692, - "CommandName": "Set-PnPView", - "Rank": 1 + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", + "Rank": 1, + "CommandName": "Set-PnPUserProfileProperty", "Id": 1693, - "CommandName": "Set-PnPView", - "Rank": 2 + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", + "Rank": 2, + "CommandName": "Set-PnPUserProfileProperty", "Id": 1694, - "CommandName": "Set-PnPView", - "Rank": 3 + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", - "Id": 1695, + "Rank": 1, "CommandName": "Set-PnPView", - "Rank": 4 + "Id": 1695, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "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-PnPView", "Id": 1696, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", + "Rank": 3, + "CommandName": "Set-PnPView", "Id": 1697, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "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-PnPView", "Id": 1698, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 3 + "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\" -CardSize Large", - "Id": 1699, + "Rank": 1, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 4 + "Id": 1699, + "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-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", + "Rank": 2, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1700, - "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 1 + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", + "Rank": 3, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1701, - "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 2 + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "Rank": 4, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1702, - "CommandName": "Set-PnPWeb", - "Rank": 1 + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "Rank": 1, + "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1703, - "CommandName": "Set-PnPWeb", - "Rank": 2 + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "Rank": 2, + "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1704, - "CommandName": "Set-PnPWeb", - "Rank": 3 + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "Command": "Set-PnPWeb -NoCrawl:$true", - "Id": 1705, + "Rank": 1, "CommandName": "Set-PnPWeb", - "Rank": 4 + "Id": 1705, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", + "Rank": 2, + "CommandName": "Set-PnPWeb", "Id": 1706, - "CommandName": "Set-PnPWebHeader", - "Rank": 1 + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "Rank": 3, + "CommandName": "Set-PnPWeb", "Id": 1707, - "CommandName": "Set-PnPWebHeader", - "Rank": 2 + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "Rank": 4, + "CommandName": "Set-PnPWeb", "Id": 1708, - "CommandName": "Set-PnPWebHeader", - "Rank": 3 + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Rank": 1, + "CommandName": "Set-PnPWebHeader", "Id": 1709, - "CommandName": "Set-PnPWebhookSubscription", - "Rank": 1 + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Rank": 2, + "CommandName": "Set-PnPWebHeader", "Id": 1710, - "CommandName": "Set-PnPWebhookSubscription", - "Rank": 2 + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", + "Rank": 3, + "CommandName": "Set-PnPWebHeader", "Id": 1711, - "CommandName": "Set-PnPWebPartProperty", - "Rank": 1 + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Rank": 1, + "CommandName": "Set-PnPWebhookSubscription", "Id": 1712, - "CommandName": "Set-PnPWebPermission", - "Rank": 1 + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "Rank": 2, + "CommandName": "Set-PnPWebhookSubscription", "Id": 1713, - "CommandName": "Set-PnPWebPermission", - "Rank": 2 + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Rank": 1, + "CommandName": "Set-PnPWebPartProperty", "Id": 1714, - "CommandName": "Set-PnPWebPermission", - "Rank": 3 + "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 \"Custom Role 1\",\"Custom Role 2\"", - "Id": 1715, + "Rank": 1, "CommandName": "Set-PnPWebPermission", - "Rank": 4 + "Id": 1715, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWebTheme -Theme MyTheme", + "Rank": 2, + "CommandName": "Set-PnPWebPermission", "Id": 1716, - "CommandName": "Set-PnPWebTheme", - "Rank": 1 + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", + "Rank": 3, + "CommandName": "Set-PnPWebPermission", "Id": 1717, - "CommandName": "Set-PnPWebTheme", - "Rank": 2 + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", + "Rank": 4, + "CommandName": "Set-PnPWebPermission", "Id": 1718, - "CommandName": "Set-PnPWikiPageContent", - "Rank": 1 + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 1, + "CommandName": "Set-PnPWebTheme", "Id": 1719, - "CommandName": "Stop-PnPFlowRun", - "Rank": 1 + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", + "Rank": 2, + "CommandName": "Set-PnPWebTheme", "Id": 1720, - "CommandName": "Stop-PnPFlowRun", - "Rank": 2 + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Command": "Stop-PnPTraceLog", + "Rank": 1, + "CommandName": "Set-PnPWikiPageContent", "Id": 1721, - "CommandName": "Stop-PnPTraceLog", - "Rank": 1 + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "Rank": 1, + "CommandName": "Stop-PnPFlowRun", "Id": 1722, - "CommandName": "Submit-PnPSearchQuery", - "Rank": 1 + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "Rank": 2, + "CommandName": "Stop-PnPFlowRun", "Id": 1723, - "CommandName": "Submit-PnPSearchQuery", - "Rank": 2 + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "Rank": 1, + "CommandName": "Stop-PnPTraceLog", "Id": 1724, - "CommandName": "Submit-PnPSearchQuery", - "Rank": 3 + "Command": "Stop-PnPTraceLog" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "Id": 1725, + "Rank": 1, "CommandName": "Submit-PnPSearchQuery", - "Rank": 4 + "Id": 1725, + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "Id": 1726, + "Rank": 2, "CommandName": "Submit-PnPSearchQuery", - "Rank": 5 + "Id": 1726, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", - "Id": 1727, + "Rank": 3, "CommandName": "Submit-PnPSearchQuery", - "Rank": 6 + "Id": 1727, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", + "Rank": 4, + "CommandName": "Submit-PnPSearchQuery", "Id": 1728, - "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 1 + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", + "Rank": 5, + "CommandName": "Submit-PnPSearchQuery", "Id": 1729, - "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 2 + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 6, + "CommandName": "Submit-PnPSearchQuery", "Id": 1730, - "CommandName": "Sync-PnPAppToTeams", - "Rank": 1 + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "Rank": 1, + "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1731, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 1 + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", + "Rank": 2, + "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1732, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 2 + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", + "Rank": 1, + "CommandName": "Sync-PnPAppToTeams", "Id": 1733, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 3 + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "Rank": 1, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1734, - "CommandName": "Test-PnPListItemIsRecord", - "Rank": 1 + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "Rank": 2, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1735, - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Rank": 1 + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 3, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1736, - "CommandName": "Test-PnPSite", - "Rank": 1 + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Rank": 1, + "CommandName": "Test-PnPListItemIsRecord", "Id": 1737, - "CommandName": "Test-PnPSite", - "Rank": 2 + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "Rank": 1, + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Id": 1738, - "CommandName": "Test-PnPTenantTemplate", - "Rank": 1 + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", + "Rank": 1, + "CommandName": "Test-PnPSite", "Id": 1739, - "CommandName": "Undo-PnPFileCheckedOut", - "Rank": 1 + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 2, + "CommandName": "Test-PnPSite", "Id": 1740, - "CommandName": "Uninstall-PnPApp", - "Rank": 1 + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 1, + "CommandName": "Test-PnPTenantTemplate", "Id": 1741, - "CommandName": "Uninstall-PnPApp", - "Rank": 2 + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", + "Rank": 1, + "CommandName": "Undo-PnPFileCheckedOut", "Id": 1742, - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Rank": 1 + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "CommandName": "Uninstall-PnPApp", "Id": 1743, - "CommandName": "Unpublish-PnPApp", - "Rank": 1 + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2, + "CommandName": "Uninstall-PnPApp", "Id": 1744, - "CommandName": "Unpublish-PnPApp", - "Rank": 2 + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "Rank": 1, + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Id": 1745, - "CommandName": "Unpublish-PnPContentType", - "Rank": 1 + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Rank": 1, + "CommandName": "Unpublish-PnPApp", "Id": 1746, - "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 1 + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "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, + "CommandName": "Unpublish-PnPApp", "Id": 1747, - "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 2 + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Rank": 1, + "CommandName": "Unpublish-PnPContentType", "Id": 1748, - "CommandName": "Unregister-PnPHubSite", - "Rank": 1 + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "CommandName": "Unpublish-PnPSyntexModel", "Id": 1749, - "CommandName": "Update-PnPApp", - "Rank": 1 + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2, + "CommandName": "Unpublish-PnPSyntexModel", "Id": 1750, - "CommandName": "Update-PnPApp", - "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" }, { - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Rank": 1, + "CommandName": "Unregister-PnPHubSite", "Id": 1751, - "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 1 + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "Rank": 1, + "CommandName": "Update-PnPApp", "Id": 1752, - "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 2 + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Rank": 2, + "CommandName": "Update-PnPApp", "Id": 1753, - "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 3 + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "Rank": 1, + "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1754, - "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 1 + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Rank": 2, + "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1755, - "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 2 + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", + "Rank": 3, + "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1756, - "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 3 + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", + "Rank": 1, + "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1757, - "CommandName": "Update-PnPTeamsApp", - "Rank": 1 + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Rank": 2, + "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1758, - "CommandName": "Update-PnPTeamsUser", - "Rank": 1 + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Rank": 3, + "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1759, - "CommandName": "Update-PnPTeamsUser", - "Rank": 2 + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", + "Rank": 1, + "CommandName": "Update-PnPTeamsApp", "Id": 1760, - "CommandName": "Update-PnPTeamsUser", - "Rank": 3 + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", + "Rank": 1, + "CommandName": "Update-PnPTeamsUser", "Id": 1761, - "CommandName": "Update-PnPTodoList", - "Rank": 1 + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", + "Rank": 2, + "CommandName": "Update-PnPTeamsUser", "Id": 1762, - "CommandName": "Update-PnPTodoList", - "Rank": 2 + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "Rank": 3, + "CommandName": "Update-PnPTeamsUser", "Id": 1763, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + }, + { + "Rank": 1, + "CommandName": "Update-PnPTodoList", + "Id": 1764, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + }, + { + "Rank": 2, + "CommandName": "Update-PnPTodoList", + "Id": 1765, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + }, + { + "Rank": 1, "CommandName": "Update-PnPUserType", - "Rank": 1 + "Id": 1766, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" } ] diff --git a/src/Commands/Model/Graph/PronounsSettings.cs b/src/Commands/Model/Graph/PronounsSettings.cs new file mode 100644 index 000000000..9ee982e9d --- /dev/null +++ b/src/Commands/Model/Graph/PronounsSettings.cs @@ -0,0 +1,18 @@ +using System.Text.Json.Serialization; + +namespace PnP.PowerShell.Commands.Model.Graph +{ + /// + /// Contains a pronounsSettings property information + /// + /// See https://learn.microsoft.com/graph/api/resources/pronounssettings + public class PronounsSettings + { + /// + /// isEnabledInOrganization property name + /// + [JsonPropertyName("isEnabledInOrganization")] + public bool? IsPronounsEnabledInOrganization { get; set; } + + } +} diff --git a/src/Commands/PronounSettings/GetTenantPronounsSetting.cs b/src/Commands/PronounSettings/GetTenantPronounsSetting.cs new file mode 100644 index 000000000..ed791ad01 --- /dev/null +++ b/src/Commands/PronounSettings/GetTenantPronounsSetting.cs @@ -0,0 +1,19 @@ +using PnP.PowerShell.Commands.Attributes; +using PnP.PowerShell.Commands.Base; +using System.Management.Automation; + +namespace PnP.PowerShell.Commands.PronounSettings +{ + [Cmdlet(VerbsCommon.Get, "PnPTenantPronounsSetting")] + [RequiredApiDelegatedOrApplicationPermissions("graph/PeopleSettings.Read.All")] + [RequiredApiDelegatedOrApplicationPermissions("graph/PeopleSettings.ReadWrite.All")] + [OutputType(typeof(Model.Graph.PronounsSettings))] + public class GetTenantPronounsSetting : PnPGraphCmdlet + { + protected override void ExecuteCmdlet() + { + var pronouns = RequestHelper.Get("/v1.0/admin/people/pronouns"); + WriteObject(pronouns, false); + } + } +} diff --git a/src/Commands/PronounSettings/SetTenantPronounsSetting.cs b/src/Commands/PronounSettings/SetTenantPronounsSetting.cs new file mode 100644 index 000000000..6eb914e68 --- /dev/null +++ b/src/Commands/PronounSettings/SetTenantPronounsSetting.cs @@ -0,0 +1,20 @@ +using PnP.PowerShell.Commands.Attributes; +using PnP.PowerShell.Commands.Base; +using System.Management.Automation; + +namespace PnP.PowerShell.Commands.PronounSettings +{ + [Cmdlet(VerbsCommon.Set, "PnPTenantPronounsSetting")] + [RequiredApiDelegatedOrApplicationPermissions("graph/PeopleSettings.ReadWrite.All")] + [OutputType(typeof(Model.Graph.PronounsSettings))] + public class SetTenantPronounsSetting : PnPGraphCmdlet + { + [Parameter(Mandatory = true)] + public bool IsEnabledInOrganization { get; set; } + protected override void ExecuteCmdlet() + { + var pronouns = RequestHelper.Patch("/v1.0/admin/people/pronouns", new Model.Graph.PronounsSettings { IsPronounsEnabledInOrganization = IsEnabledInOrganization }); + WriteObject(pronouns, false); + } + } +} diff --git a/src/Commands/Utilities/Microsoft365GroupsUtility.cs b/src/Commands/Utilities/Microsoft365GroupsUtility.cs index 3b6f634c7..24016d4ce 100644 --- a/src/Commands/Utilities/Microsoft365GroupsUtility.cs +++ b/src/Commands/Utilities/Microsoft365GroupsUtility.cs @@ -1,4 +1,3 @@ -using Microsoft.Graph; using PnP.PowerShell.Commands.Model; using PnP.PowerShell.Commands.Utilities.REST; using System; @@ -890,4 +889,4 @@ internal static void UploadProfilePhotoAsync(ApiRequestHelper requestHelper, Gui } } } -} \ No newline at end of file +} diff --git a/version.json b/version.json index ad7dd4fe1..139b757cf 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "Message": "", - "Version": "2.99.103" + "Version": "2.99.104" } \ No newline at end of file diff --git a/version.txt b/version.txt index dbc005030..f8ce94847 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.99.103 \ No newline at end of file +2.99.104 \ No newline at end of file