pp solution publisher list
Lists publishers in a given environment.
Usage
m365 pp solution publisher list [options]
Options
-e, --environmentName <environmentName>
The name of the environment
--includeMicrosoftPublishers
Include the Microsoft Publishers
--asAdmin
Run the command as admin for environments you do not have explicitly assigned permissions to.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Examples
List all publishers in a specific environment
m365 pp solution publisher list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
List all publishers in a specific environment as Admin
m365 pp solution publisher list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --asAdmin
Response
- JSON
- Text
- CSV
- Markdown
[
{
"publisherid": "00000001-0000-0000-0000-00000000005a",
"uniquename": "Cree38e",
"friendlyname": "CDS Default Publisher",
"versionnumber": 1074060,
"isreadonly": false,
"description": null,
"customizationprefix": "cr6c3",
"customizationoptionvalueprefix": 43186
}
]
publisherid uniquename friendlyname
------------------------------------ ----------------------------- ----------------------------------
00000001-0000-0000-0000-00000000005a Cree38e CDS Default Publisher
publisherid,uniquename,friendlyname
00000001-0000-0000-0000-00000000005a,Cree38e,CDS Default Publisher
# pp solution publisher list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
Date: 9/1/2023
Property | Value
---------|-------
publisherid | 00000001-0000-0000-0000-00000000005a
uniquename | Cree38e
friendlyname | CDS Default Publisher
versionnumber | 1074060
isreadonly | false
description | null
customizationprefix | cr6c3
customizationoptionvalueprefix | 43186