Skip to content

Mercury Customer

Setting the mercury customer status provides context to the panoramSP webparts if the configuration has available Mercury properties as part of a Mercury installation.

PowerShell

Before adding the properties ensure you have PnP PowerShell installed: PnpPowershell

Connect to your tenant, run:

Connect-PnPOnline [yourtenant].sharepoint.com/[yourtenantappcatalog] -Interactive

If you are connecting to the site app catalog change the URL to the site.

  1. Copy the below into your preferred editor.
  2. Change the Scope to Site or Tenant depending if you are adding the property to the site or tenant app catalog.
  3. Copy the new value, paste into your terminal and run the command.
Set-PnPStorageEntity -Key MercuryCustomer -Value 'true' -Scope: Tenant