basically doing this returns blank for the parameter against Exchange online:
Search-AdminAuditLog -Cmdlets New-AdminAuditLogSearch | Select Rundate, @{n=”Param”;e={$_.CmdletParameters[0].value}}
interesting that the .name property is blank as well. But if I pass no attriute and just writeout the object, it does show the name of the property but not the value.