You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works without -all flag:
$balancers =Get-OCILoadbalancersList -CompartmentId "ocid1.compartment.oc1xxxx" -Region "us-phoenix-1"
Adding -all flag, it generates exceptions. If I use -limit flag, it works up to 438 page limit.
$balancers =Get-OCILoadbalancersList -CompartmentId "ocid1.compartment.oc1xxxx" -Region "us-phoenix-1" -all
Get-OCILoadbalancersList: Exception has been thrown by the target of an invocation.
Is this related to memory/array size? Any workaround?
Thanks!