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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered:
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.
Example, 108 matching records, 100 returned.
![image](https://user-images.githubusercontent.com/48159293/131872575-7c3d6952-0a2a-4512-a4f3-5c4fc2752088.png)
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?
The text was updated successfully, but these errors were encountered: