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

Get-MCASSubnetCollection ResultSetSize limited to 100 records #103

@CaligariGLEN

Description

@CaligariGLEN

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions