I would like to query all the FSRM File Management Tasks with Powershell to come up with a report to see them all in one place.
I see the cmdlet named Get-FsrmFileManagementJob which got me started.
The problem I'm having is that the certain properties return with generic placeholder? values like this.
Action : MSFT_FSRMFMJAction
Condition : {MSFT_FSRMFMJCondition, MSFT_FSRMFMJCondition}
Schedule : MSFT_FSRMScheduledTask
How can I extract these pieces of information with Powershell to give me a full picture of my File Management Jobs?