rubrikinc / polaris-o365-powershell

PowerShell commands for managing Polaris M365 protection
MIT License
7 stars 13 forks source link

Get-PolarisSLA doesn't support pagination of results #6

Open dterei opened 5 years ago

dterei commented 5 years ago

The Get-PolarisSLA function only retrieves the first 20 results. As the -Name parameter is optional, users will also use this function to list all SLAs, so we should support pagination of results.

Alternatively we could provide a Get-PolarisSLAs function to distinguish the two use-cases.