Usage
m365 pp solution publisher get
Description
Get information about the specified publisher
Options
| Option |
Description |
-e, --environment <environment> |
The name of the environment |
-i, --id [id] |
The ID of the publisher. Specify either id or name but not both. |
-n, --name [name] |
The name of the publisher. Specify either id or name but not both. |
--asAdmin |
Run the command as admin for environments you are not a member of |
Examples
Get publisher in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 using the name.
m365 pp solution publisher get --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --name Contoso
Get publisher in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 using the id as an administrator.
m365 pp solution publisher get --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --id 8b839fb7-288f-ec11-b400-000d3a26c374 --asAdmin
Additional Info
See #3766 for inspiration on the query
Use friendlyname to query against.
Usage
m365 pp solution publisher get
Description
Get information about the specified publisher
Options
-e, --environment <environment>-i, --id [id]idornamebut not both.-n, --name [name]idornamebut not both.--asAdminExamples
Get publisher in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 using the name.
Get publisher in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 using the id as an administrator.
Additional Info
See #3766 for inspiration on the query
Use
friendlynameto query against.