tenant service report historicalservicestatus [options]
Gets the historical service status of the Office 365 Services of the last 7 days from the Office 365 Management API
| Option | Description |
| ----------------------- | ----------------------------------------- |
| -w, --workload [workload] | Allows retrieval of the historical service status of only one particular service. If not provided, the historical service status of all services will be returned. |
| -o, --output [output] | Output type. json,text. Default text |
| --verbose | Runs command with verbose logging |
| --debug | Runs command with debug logging |
For more information and implementation details see Get-PnPOffice365HistoricalServiceStatus
Hey @rabwill - Can I take a stab at this new command?
Of course! All yours @arjunumenon 馃憦
Hello @waldekmastykarz / @rabwill - I had done the implementation of the command and it will be great if you can confirm on the list of fields which needs to be retrieved in the Text Format.
Following are the fields which we are retrieving currently.

Do we need any other fields to be added or anything from the current fields to be removed? Can you advise please.
I'd vote for WorkloadDisplayName, StatusDisplayName and StatusTime (in this order)
I'd vote for
WorkloadDisplayName,StatusDisplayNameandStatusTime(in this order)
Thanks @waldekmastykarz for the direction. Quick question before we finalize on the same. Do you think we need to add workload also in the report since that would be helpful for end users if they want to filter based on a particular workload. Just thinking out loud from the usability point of view. Your thoughts please. Or you think it is not quite needed?
Would it be possible to allow filtering by WorkloadDisplayName?
Would it be possible to allow filtering by
WorkloadDisplayName?
No. It seems call does not support filter for WorkloadDisplayName. Apparently it supports only Workload

Thanks for looking into this. No easy answer! How about for now we stick with the consistent approach and show WorkloadDisplayName in the output and include a remark in the help how to get the workload?
Thanks for looking into this. No easy answer! How about for now we stick with the consistent approach and show
WorkloadDisplayNamein the output and include a remark in the help how to get the workload?
Sure @waldekmastykarz . Makes sense.. 馃憤 - We will go ahead with that suggestion and will implement the same.
Hey @waldekmastykarz - Just a heads-up on the Pull Request which I have initiated this issue.
I have implemented the tenantidretrieval for this command using the new Utilmethod as per This Conversation . Thought I would give you a heads-up on that.
Most helpful comment
Hey @rabwill - Can I take a stab at this new command?