Example output of Get-FMCAccessPolicyRule:
sourceZones : @{objects=System.Object[]}
sourceNetworks : @{literals=System.Object[]}
destinationNetworks : @{objects=System.Object[]}
How does one enumerate these values in the Powershell console? Is there a way to actually see what is stored there? I would like to build some script logic around this output but cant figure out how to get useful information from it.