Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Get-MCASSubnetCollection ResultSetSize limited to 100 records #103

Open
CaligariGLEN opened this issue Sep 3, 2021 · 1 comment
Open

Comments

@CaligariGLEN
Copy link

Returned IP range results for Get-MCASSubnetCollection are limited to 100 records. Increasing the functions parameter to a higher value (e.g 200) has no effect.

    # Specifies the maximum number of results to retrieve when listing items matching the specified filter criteria.
    [Parameter(ParameterSetName='List', Mandatory=$false)]
    [ValidateRange(1,200)]
    [int]$ResultSetSize = 200,

Example, 108 matching records, 100 returned.
image

javanite mentioned in issue #69 the use of a while loop using the skip parameter as a potential workaround. Is anyone able to confirm if this would work and perhaps provide an example?

@McfakeWP
Copy link

McfakeWP commented Aug 2, 2023

Hi - Did you ever resolve this - we are getting the same issue and the skip parameter is not working for us either

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants